Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dargmax_op.h49 struct ArgMin { struct
/aosp_15_r20/external/walt/ios/WALT/
H A DDragLatencyController.mm117 static size_t ArgMin(const std::vector<T>& x) { function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/lib/
H A Darithmetic.cc172 XlaOp ArgMin(XlaOp input, PrimitiveType output_type, int axis) { in ArgMin() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/tflite/
H A Doperator.cc1280 class ArgMin : public BuiltinOperator<ArgMinOperator, ::tflite::ArgMinOptions, class
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A Drandomized_tests.cc1696 TEST_F(OpTest, ArgMin) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/go/op/
H A Dwrappers.go1284 func ArgMin(scope *Scope, input tf.Output, dimension tf.Output, optional ...ArgMinAttr) (output tf.… func