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

  /external/tensorflow/tensorflow/core/kernels/
quantized_conv_ops_test.cc 64 const float image_max = 12.0f; local
74 FloatTensorToQuantized<quint8>(image_float, image_min, image_max);
95 AddInputFromArray<float>(TensorShape({1}), {image_max});
285 const float image_max = 12.0f; local
291 FloatTensorToQuantized<quint8>(image_float, image_min, image_max);
306 AddInputFromArray<float>(TensorShape({1}), {image_max});
summary_image_op.cc 197 float image_max = -image_min; local
210 image_max = std::max(image_max, value);
219 float max_val = std::max(std::abs(image_min), std::abs(image_max));
223 scale = T(image_max < kZeroThreshold ? 0.0f : 255.0f / image_max);
  /external/tensorflow/tensorflow/contrib/tensorboard/db/
summary_converter.cc 130 float image_max = -image_min; local
143 image_max = std::max(image_max, value);
152 const float max_val = std::max(std::abs(image_min), std::abs(image_max));
156 scale = T(image_max < kZeroThreshold ? 0.0f : 255.0f / image_max);

Completed in 88 milliseconds