Searched defs:max_vector (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | quantized_add_op.cc | 291 float max_vector, int64_t vector_num_elements, in VectorTensorAddition() 309 float max_vector, int64 vector_num_elements, in VectorTensorAddition() 394 float max_vector, int64_t vector_num_elements, in VectorTensorAddition()
|
/aosp_15_r20/external/libchrome/ui/gfx/geometry/ |
H A D | vector2d_unittest.cc | 256 Vector2d max_vector(int_max, int_max); in TEST() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/ |
H A D | array_elementwise_ops_test.cc | 2235 auto max_vector = in XLA_TEST_F() local 2251 auto max_vector = ConstantR1<int32_t>(&builder, {3, 0, 25, 5, 123, -1}); in XLA_TEST_F() local 2263 auto max_vector = ConstantR1<int32_t>(&builder, {3, 1, 25, 5, 123}); in XLA_TEST_F() local 2277 auto max_vector = ConstantR1<uint32_t>(&builder, {3, 5, 25, 5, 123, ~0u}); in XLA_TEST_F() local 2289 auto max_vector = ConstantR1<uint32_t>(&builder, {3, 1, 25, 5, 123}); in XLA_TEST_F() local
|