Home
last modified time | relevance | path

Searched defs:KthOrderStatistic (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/tpu/kernels/
Dtopk_ops.cc95 class KthOrderStatistic : public XlaOpKernel { class
97 explicit KthOrderStatistic(OpKernelConstruction* ctx) : XlaOpKernel(ctx) { in KthOrderStatistic() function in tensorflow::__anon5f1cb7a70111::KthOrderStatistic
/external/tensorflow/tensorflow/go/op/
Dwrappers.go43411 func KthOrderStatistic(scope *Scope, input tf.Output, k int64) (output tf.Output) { func