Home
last modified time | relevance | path

Searched defs:Maximum (Results 1 – 19 of 19) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/xnnpack/
Dmaximum_test.cc682 TEST(Maximum, FP16Weights) { in TEST() argument
711 TEST(Maximum, SparseWeights) { in TEST() argument
740 TEST(Maximum, MultiThreading) { in TEST() argument
/external/tensorflow/tensorflow/compiler/xla/service/
Ddynamic_window_utils.cc71 HloOp Maximum(HloOp x, HloOp y, const std::string& name = "") { in Maximum() function
/external/tensorflow/tensorflow/python/keras/layers/
Dmerge.py364 class Maximum(_Merge): class
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/
Delementwise_test.cc125 TEST_F(OpenCLOperationTest, Maximum) { in TEST_F() argument
/external/tensorflow/tensorflow/core/kernels/mlir_generated/
Dgpu_binary_ops_test.cc357 GENERATE_DEFAULT_TESTS(Maximum, /*test_name=*/Half, Eigen::half, Eigen::half, in GENERATE_DEFAULT_TESTS() argument
/external/XNNPACK/test/
Dbinary-elementwise-operator-tester.h33 Maximum, enumerator
/external/tensorflow/tensorflow/python/lib/core/
Dbfloat16.cc1210 struct Maximum { struct
1211 bfloat16 operator()(bfloat16 a, bfloat16 b) { in operator ()()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h66 uint32_t Maximum; member
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DWasmYAML.h50 yaml::Hex32 Maximum; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h50 yaml::Hex32 Maximum; member
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DWasm.h67 uint64_t Maximum; member
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dreference_ops.h1444 void Maximum(const RuntimeShape& input1_shape, const T* input1_data, in Maximum() function
1458 inline void Maximum(const RuntimeShape& input1_shape, const T* input1_data, in Maximum() function
/external/tensorflow/tensorflow/cc/gradients/
Dmath_grad_test.cc926 TEST_F(NaryGradTest, Maximum) { in TEST_F() argument
/external/tensorflow/tensorflow/core/ops/
Dmath_grad_test.cc1022 TEST_F(MathGradTest, Maximum) { in TEST_F() argument
/external/llvm-project/llvm/unittests/ADT/
DAPFloatTest.cpp600 TEST(APFloatTest, Maximum) { in TEST() argument
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc2300 TEST_F(OpTest, Maximum) { in TEST_F() argument
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h5562 void Maximum(const RuntimeShape& input1_shape, const T* input1_data, in Maximum() function
5575 inline void Maximum(const RuntimeShape& input1_shape, const T* input1_data, in Maximum() function
/external/mesa3d/src/mesa/main/
Dmtypes.h1968 union gl_perf_monitor_counter_value Maximum; member
/external/tensorflow/tensorflow/go/op/
Dwrappers.go20713 func Maximum(scope *Scope, x tf.Output, y tf.Output) (z tf.Output) { func