Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/xnnpack/
Dminimum_test.cc682 TEST(Minimum, FP16Weights) { in TEST() argument
711 TEST(Minimum, SparseWeights) { in TEST() argument
740 TEST(Minimum, MultiThreading) { in TEST() argument
/external/tensorflow/tensorflow/go/genop/internal/
Dgenop.go372 func (a *attrWrapper) Minimum() int64 { return a.op.Minimum } func
/external/tensorflow/tensorflow/python/keras/layers/
Dmerge.py394 class Minimum(_Merge): class
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/
Delementwise_test.cc150 TEST_F(OpenCLOperationTest, Minimum) { in TEST_F() argument
/external/tensorflow/tensorflow/core/kernels/mlir_generated/
Dgpu_binary_ops_test.cc376 GENERATE_DEFAULT_TESTS(Minimum, /*test_name=*/Half, Eigen::half, Eigen::half, in GENERATE_DEFAULT_TESTS() argument
/external/harfbuzz_ng/src/
Dhb-ot-kern-table.hh176 Minimum = 0x02u, enumerator
/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.h1422 void Minimum(const RuntimeShape& input1_shape, const T* input1_data, in Minimum() function
1436 inline void Minimum(const RuntimeShape& input1_shape, const T* input1_data, in Minimum() function
/external/tensorflow/tensorflow/cc/gradients/
Dmath_grad_test.cc937 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/llvm-project/llvm/unittests/ADT/
DAPFloatTest.cpp585 TEST(APFloatTest, Minimum) { in TEST() 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.h5541 void Minimum(const RuntimeShape& input1_shape, const T* input1_data, in Minimum() function
5554 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.go20695 func Minimum(scope *Scope, x tf.Output, y tf.Output) (z tf.Output) { func