Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/security/advisory/
Dtfsa-2021-078.md3 ### CVE Number
6 ### Impact
24 ### Patches
32 ### For more information
38 ### Attribution
/external/tensorflow/tensorflow/lite/delegates/xnnpack/
Dmaximum_test.cc682 TEST(Maximum, FP16Weights) { in TEST() argument
711 TEST(Maximum, INT8Weights) { in TEST() argument
740 TEST(Maximum, INT8ChannelWiseWeights) { in TEST() argument
769 TEST(Maximum, SparseWeights) { in TEST() argument
798 TEST(Maximum, MultiThreading) { in TEST() argument
/external/ComputeLibrary/src/graph/backends/NEON/
DNEFunctionFactory.cpp72 using Maximum = NEElementwiseMax; typedef
/external/tensorflow/tensorflow/compiler/xla/service/
Ddynamic_window_utils.cc71 HloOp Maximum(HloOp x, HloOp y, const std::string& name = "") { in Maximum() function
/external/ComputeLibrary/src/graph/backends/CL/
DCLFunctionsFactory.cpp68 using Maximum = CLElementwiseMax; typedef
/external/tensorflow/tensorflow/python/keras/layers/
Dmerge.py361 class Maximum(_Merge): class
/external/armnn/include/armnn/
DTypes.hpp141 Maximum = 2, enumerator
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/
Delementwise_test.cc140 TEST_F(OpenCLOperationTest, Maximum) { in TEST_F() argument
/external/XNNPACK/test/
Dbinary-elementwise-operator-tester.h32 Maximum, enumerator
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dreference_ops.h730 void Maximum(const RuntimeShape& input1_shape, const T* input1_data, in Maximum() function
744 inline void Maximum(const RuntimeShape& input1_shape, const T* input1_data, in Maximum() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h66 uint32_t Maximum; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h50 yaml::Hex32 Maximum; member
/external/tensorflow/tensorflow/python/lib/core/
Dbfloat16.cc1415 struct Maximum { struct
1416 T operator()(T a, T b) { in operator ()()
/external/tensorflow/tensorflow/cc/gradients/
Dmath_grad_test.cc944 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/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h4800 void Maximum(const RuntimeShape& input1_shape, const T* input1_data, in Maximum() function
4813 inline void Maximum(const RuntimeShape& input1_shape, const T* input1_data, in Maximum() function
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc3379 TEST_F(OpTest, Maximum) { in TEST_F() argument
/external/mesa3d/src/mesa/main/
Dmtypes.h1968 union gl_perf_monitor_counter_value Maximum; member
/external/tensorflow/tensorflow/go/op/
Dwrappers.go26186 func Maximum(scope *Scope, x tf.Output, y tf.Output) (z tf.Output) { func