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

  /external/tensorflow/tensorflow/core/kernels/
quantized_conv_ops_test.cc 63 const float image_min = 0.0f; local
74 FloatTensorToQuantized<quint8>(image_float, image_min, image_max);
94 AddInputFromArray<float>(TensorShape({1}), {image_min});
284 const float image_min = 1.0f; local
291 FloatTensorToQuantized<quint8>(image_float, image_min, image_max);
305 AddInputFromArray<float>(TensorShape({1}), {image_min});
summary_image_op.cc 201 float image_min = std::numeric_limits<float>::infinity(); local
202 float image_max = -image_min;
214 image_min = std::min(image_min, value);
223 if (image_min < 0) {
224 float max_val = std::max(std::abs(image_min), std::abs(image_max));
mkl_quantized_conv_ops_test.cc 112 const float image_min = 0.0f; local
124 FloatTensorToQuantized<quint8>(image_float, image_min, image_max);
147 AddInputFromArray<float>(TensorShape({1}), {image_min});
  /external/tensorflow/tensorflow/core/summary/
summary_converter.cc 129 float image_min = std::numeric_limits<float>::infinity(); local
130 float image_max = -image_min;
142 image_min = std::min(image_min, value);
151 if (image_min < 0) {
152 const float max_val = std::max(std::abs(image_min), std::abs(image_max));

Completed in 958 milliseconds