Home
last modified time | relevance | path

Searched defs:ArgMax (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dargmax_op.h29 struct ArgMax { struct
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Darithmetic.cc220 XlaOp ArgMax(XlaOp input, PrimitiveType output_type, int axis, bool stable, in ArgMax() function
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dreference_ops.h1466 void ArgMax(const RuntimeShape& input1_shape, const T1* input1_data, in ArgMax() function
1476 inline void ArgMax(const RuntimeShape& input1_shape, const T1* input1_data, in ArgMax() function
Dlegacy_reference_ops.h2126 void ArgMax(const T3* axis, const T1* input_data, in ArgMax() function
/external/tensorflow/tensorflow/lite/toco/tflite/
Doperator.cc1264 class ArgMax : public BuiltinOperator<ArgMaxOperator, ::tflite::ArgMaxOptions, class
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc1044 TEST_F(OpTest, ArgMax) { in TEST_F() argument
/external/tensorflow/tensorflow/go/op/
Dwrappers.go19745 func ArgMax(scope *Scope, input tf.Output, dimension tf.Output, optional ...ArgMaxAttr) (output tf.… func