Home
last modified time | relevance | path

Searched defs:topk (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/tests/
Dsort_ops_test.py264 def topk(v, k=k): function
301 def topk(v, k=k): function
/external/tensorflow/tensorflow/compiler/xla/service/
Dtopk_rewriter.cc158 HloInstruction* topk = comp->AddInstruction( in Run() local
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtopk_ops.cc219 auto topk = CreateTopKUnique(builder, input, input_shape, k_, false); in Compile() local
350 auto topk = CreateTopKUnique(builder, unique, input_shape, k_, true); in Compile() local
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner.cc1692 auto topk = b_.AddInstruction(hlo->CloneWithNewOperands( in HandleSort() local
1847 auto topk = b_.AddInstruction( in HandleCustomCall() local
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes_test.cc5208 auto topk = ops::TopK(s.WithOpName("my_topk"), input, weights); in TEST_P() local