Searched defs:max_vector (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | quantized_add_op.cc | 290 float max_vector, int64 vector_num_elements, in VectorTensorAddition() 308 float max_vector, int64 vector_num_elements, in VectorTensorAddition() 393 float max_vector, int64 vector_num_elements, in VectorTensorAddition()
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | array_elementwise_ops_test.cc | 2100 auto max_vector = in XLA_TEST_F() local 2116 auto max_vector = ConstantR1<int32>(&builder, {3, 0, 25, 5, 123, -1}); in XLA_TEST_F() local 2128 auto max_vector = ConstantR1<int32>(&builder, {3, 1, 25, 5, 123}); in XLA_TEST_F() local 2142 auto max_vector = ConstantR1<uint32>(&builder, {3, 5, 25, 5, 123, ~0u}); in XLA_TEST_F() local 2154 auto max_vector = ConstantR1<uint32>(&builder, {3, 1, 25, 5, 123}); in XLA_TEST_F() local
|