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

  /external/tensorflow/tensorflow/core/kernels/
quantized_add_op_test.cc 41 const std::vector<float>& y_values, float y_min_value,
59 FloatTensorToQuantizedInPlace<quint8>(y_float_tensor, y_min_value,
63 Output y_min = Const(root.WithOpName("y_min"), y_min_value);
102 const float y_min_value = -150.0f; local
134 y_min_value, y_max_value, expected_shape, expected_values, 256.0);
quantized_mul_op_test.cc 41 const std::vector<float>& y_values, float y_min_value,
59 FloatTensorToQuantizedInPlace<quint8>(y_float_tensor, y_min_value,
63 Output y_min = Const(root.WithOpName("y_min"), y_min_value);
102 const float y_min_value = -150.0f; local
134 y_min_value, y_max_value, expected_shape, expected_values, 256.0);

Completed in 63 milliseconds