Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/layers/
Dmerge.py325 class Maximum(_Merge): class
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DWasm.h51 uint32_t Maximum; member
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h50 yaml::Hex32 Maximum; member
/external/tensorflow/tensorflow/lite/toco/tflite/
Doperator.cc731 class Maximum : public SimpleOperator<TensorFlowMaximumOperator> { class
733 explicit Maximum() : SimpleOperator("MAXIMUM", OperatorType::kMaximum) {} in Maximum() function in toco::tflite::Maximum
/external/tensorflow/tensorflow/cc/gradients/
Dmath_grad_test.cc904 TEST_F(NaryGradTest, Maximum) { in TEST_F() argument
/external/tensorflow/tensorflow/core/ops/
Dmath_grad_test.cc971 TEST_F(MathGradTest, Maximum) { in TEST_F() argument
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dreference_ops.h3808 void Maximum(const RuntimeShape& input1_shape, const T* input1_data, in Maximum() function
3822 inline void Maximum(const RuntimeShape& input1_shape, const T* input1_data, in Maximum() function
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h6228 void Maximum(const RuntimeShape& input1_shape, const T* input1_data, in Maximum() function
6241 inline void Maximum(const RuntimeShape& input1_shape, const T* input1_data, in Maximum() function
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
Doptimized_ops.h6397 void Maximum(const RuntimeShape& input1_shape, const T* input1_data, in Maximum() function
6410 inline void Maximum(const RuntimeShape& input1_shape, const T* input1_data, in Maximum() function
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc2299 TEST_F(OpTest, Maximum) { in TEST_F() argument
/external/mesa3d/src/mesa/main/
Dmtypes.h1947 union gl_perf_monitor_counter_value Maximum; member
/external/tensorflow/tensorflow/go/op/
Dwrappers.go31531 func Maximum(scope *Scope, x tf.Output, y tf.Output) (z tf.Output) { func