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.cc178 XlaOp ArgMax(XlaOp input, PrimitiveType output_type, int axis) { in ArgMax() function
/external/tensorflow/tensorflow/lite/toco/tflite/
Doperator.cc1532 class ArgMax : public BuiltinOperator<ArgMaxOperator, ::tflite::ArgMaxOptions, class
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dreference_ops.h3911 void ArgMax(const RuntimeShape& input1_shape, const T1* input1_data, in ArgMax() function
3921 inline void ArgMax(const RuntimeShape& input1_shape, const T1* input1_data, in ArgMax() function
Dlegacy_reference_ops.h2034 void ArgMax(const T3* axis, const T1* input_data, in ArgMax() function
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc1043 TEST_F(OpTest, ArgMax) { in TEST_F() argument
/external/tensorflow/tensorflow/go/op/
Dwrappers.go16692 func ArgMax(scope *Scope, input tf.Output, dimension tf.Output, optional ...ArgMaxAttr) (output tf.… func