Home
last modified time | relevance | path

Searched defs:Minimum (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/xnnpack/
Dminimum_test.cc682 TEST(Minimum, FP16Weights) { in TEST() argument
711 TEST(Minimum, INT8Weights) { in TEST() argument
740 TEST(Minimum, SparseWeights) { in TEST() argument
769 TEST(Minimum, MultiThreading) { in TEST() argument
/external/tensorflow/tensorflow/go/genop/internal/
Dgenop.go373 func (a *attrWrapper) Minimum() int64 { return a.op.Minimum } func
/external/tensorflow/tensorflow/python/keras/layers/
Dmerge.py391 class Minimum(_Merge): class
/external/harfbuzz_ng/src/
Dhb-ot-kern-table.hh181 Minimum = 0x02u, enumerator
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/
Delementwise_test.cc165 TEST_F(OpenCLOperationTest, Minimum) { in TEST_F() argument
/external/XNNPACK/test/
Dbinary-elementwise-operator-tester.h34 Minimum, enumerator
/external/tensorflow/tensorflow/python/lib/core/
Dbfloat16.cc1216 struct Minimum { struct
1217 bfloat16 operator()(bfloat16 a, bfloat16 b) { in operator ()()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dreference_ops.h1113 void Minimum(const RuntimeShape& input1_shape, const T* input1_data, in Minimum() function
1127 inline void Minimum(const RuntimeShape& input1_shape, const T* input1_data, in Minimum() function
/external/tensorflow/tensorflow/cc/gradients/
Dmath_grad_test.cc949 TEST_F(NaryGradTest, Minimum) { in TEST_F() argument
/external/tensorflow/tensorflow/core/ops/
Dmath_grad_test.cc1066 TEST_F(MathGradTest, Minimum) { in TEST_F() argument
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc2398 TEST_F(OpTest, Minimum) { in TEST_F() argument
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h5102 void Minimum(const RuntimeShape& input1_shape, const T* input1_data, in Minimum() function
5115 inline void Minimum(const RuntimeShape& input1_shape, const T* input1_data, in Minimum() function
/external/mesa3d/src/mesa/main/
Dmtypes.h1965 union gl_perf_monitor_counter_value Minimum; member
/external/tensorflow/tensorflow/go/op/
Dwrappers.go44316 func Minimum(scope *Scope, x tf.Output, y tf.Output) (z tf.Output) { func