Home
last modified time | relevance | path

Searched refs:InTopK (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Din_topk_op.cc32 class InTopK : public OpKernel { class
34 explicit InTopK(OpKernelConstruction* context) : OpKernel(context) { in InTopK() function in tensorflow::InTopK
93 InTopK<CPUDevice, float, int32>);
100 InTopK<CPUDevice, float, int64>);
109 InTopK<CPUDevice, float, int32>);
117 InTopK<CPUDevice, float, int64>);
140 InTopK<GPUDevice, float, int32>);
143 InTopK<GPUDevice, float, int64>);
Din_topk_op_test.cc36 static Graph* InTopK(int num_targets, int num_classes, T top_k) { in InTopK() function
71 test::Benchmark(#DEVICE, InTopK<T>(TARGETS, CLASSES, K), \
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_InTopK.pbtxt2 graph_op_name: "InTopK"
31 all predictions for example `i`. Note that the behavior of `InTopK` differs
Dapi_def_InTopKV2.pbtxt31 all predictions for example `i`. Note that the behavior of `InTopK` differs
/external/tensorflow/tensorflow/core/api_def/java_api/
Dapi_def_InTopK.pbtxt2 graph_op_name: "InTopK"
Dapi_def_InTopKV2.pbtxt4 name: "nn.InTopK"
/external/tensorflow/tensorflow/core/api_def/python_api/
Dapi_def_InTopK.pbtxt2 graph_op_name: "InTopK"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/
DInTopK.pbtxt2 name: "InTopK"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/
DInTopK.pbtxt2 name: "InTopK"
/external/tensorflow/tensorflow/lite/g3doc/guide/
Dop_select_allowlist.md220 * `raw_ops.InTopK`
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.raw_ops.pbtxt1916 name: "InTopK"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.raw_ops.pbtxt1916 name: "InTopK"
/external/tensorflow/tensorflow/core/ops/compat/
Dops_history.v0.pbtxt14237 name: "InTopK"
14256 name: "InTopK"
Dops_history.v2.pbtxt29390 name: "InTopK"
/external/tensorflow/tensorflow/go/op/
Dwrappers.go44073 func InTopK(scope *Scope, predictions tf.Output, targets tf.Output, k int64) (precision tf.Output) { func
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_generated_ops.td5485 all predictions for example `i`. Note that the behavior of `InTopK` differs
/external/tensorflow/tensorflow/core/ops/
Dops.pbtxt19546 name: "InTopK"