Function tensorflow::eager::raw_ops::kth_order_statistic
source · pub fn kth_order_statistic<'a, T0: ToTensorHandle<'a>>(
ctx: &'a Context,
input: &T0
) -> Result<TensorHandle<'a>>
Expand description
Shorthand for KthOrderStatistic::new().call(&ctx, &input)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/KthOrderStatistic