Home
last modified time | relevance | path

Searched defs:TopK (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dtopk_op.cc40 class TopK : public OpKernel { class
42 explicit TopK(OpKernelConstruction* context) : OpKernel(context) { in TopK() function in tensorflow::TopK
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Druntime_topk.cc27 static void TopK(tensorflow::int64 batch_size, tensorflow::int64 input_size, in TopK() function
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dsorting.cc28 XlaOp TopK(XlaOp input, int64 k) { in TopK() function
/external/tensorflow/tensorflow/lite/kernels/
Dtopk_v2.cc176 void TopK(int32 row_size, int32 num_rows, const T* data, int32 k, in TopK() function
/external/tensorflow/tensorflow/compiler/aot/tests/
Dtfcompile_test.cc476 TEST(TFCompileTest, TopK) { in TEST() argument
/external/tensorflow/tensorflow/go/op/
Dwrappers.go24620 func TopK(scope *Scope, input tf.Output, k int64, optional ...TopKAttr) (values tf.Output, indices … func