Home
last modified time | relevance | path

Searched refs:x_float_tensor (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dquantized_mul_op_test.cc46 Tensor x_float_tensor(DT_FLOAT, TensorShape(x_shape)); in TestMul() local
47 test::FillValues<float>(&x_float_tensor, x_values); in TestMul()
48 Tensor x_quantized_tensor(DT_QUINT8, x_float_tensor.shape()); in TestMul()
49 FloatTensorToQuantizedInPlace<quint8>(x_float_tensor, x_min_value, in TestMul()
107 Tensor x_float_tensor(DT_FLOAT, TensorShape(x_shape)); in TestMulShape() local
108 test::FillValues<float>(&x_float_tensor, x_values); in TestMulShape()
109 Output x = Const(root.WithOpName("x"), Input::Initializer(x_float_tensor)); in TestMulShape()
H A Dquantized_add_op_test.cc46 Tensor x_float_tensor(DT_FLOAT, TensorShape(x_shape)); in TestAdd() local
47 test::FillValues<float>(&x_float_tensor, x_values); in TestAdd()
48 Tensor x_quantized_tensor(DT_QUINT8, x_float_tensor.shape()); in TestAdd()
49 FloatTensorToQuantizedInPlace<quint8>(x_float_tensor, x_min_value, in TestAdd()
107 Tensor x_float_tensor(DT_FLOAT, TensorShape(x_shape)); in TestAddShape() local
108 test::FillValues<float>(&x_float_tensor, x_values); in TestAddShape()
109 Output x = Const(root.WithOpName("x"), Input::Initializer(x_float_tensor)); in TestAddShape()
/aosp_15_r20/external/tensorflow/tensorflow/tools/graph_transforms/
H A Dquantize_nodes_test.cc264 Tensor x_float_tensor(DT_FLOAT, TensorShape(x_shape)); in TestQuantizeMul() local
265 test::FillValues<float>(&x_float_tensor, x_values); in TestQuantizeMul()
266 Output x = Const(root.WithOpName("x"), Input::Initializer(x_float_tensor)); in TestQuantizeMul()
299 Tensor x_float_tensor(DT_FLOAT, TensorShape(x_shape)); in TestQuantizeAdd() local
300 test::FillValues<float>(&x_float_tensor, x_values); in TestQuantizeAdd()
301 Output x = Const(root.WithOpName("x"), Input::Initializer(x_float_tensor)); in TestQuantizeAdd()