HomeSort by relevance Sort by last modified time
    Searched refs:x_min_value (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
quantized_add_op_test.cc 39 const std::vector<float>& x_values, float x_min_value,
49 FloatTensorToQuantizedInPlace<quint8>(x_float_tensor, x_min_value,
53 Output x_min = Const(root.WithOpName("x_min"), x_min_value);
94 const float x_min_value = 0.0f; local
133 TestAdd(x_shape, x_values, x_min_value, x_max_value, y_shape, y_values,
quantized_mul_op_test.cc 39 const std::vector<float>& x_values, float x_min_value,
49 FloatTensorToQuantizedInPlace<quint8>(x_float_tensor, x_min_value,
53 Output x_min = Const(root.WithOpName("x_min"), x_min_value);
94 const float x_min_value = 0.0f; local
133 TestMul(x_shape, x_values, x_min_value, x_max_value, y_shape, y_values,

Completed in 186 milliseconds