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

  /external/tensorflow/tensorflow/core/kernels/
quantized_instance_norm_test.cc 113 float out_max = outputs[2].flat<float>()(0); local
114 float out_scale = (out_max - out_min) / 255.0f;
quantization_utils_test.cc 162 const float out_max = 23.1234; local
167 qint32 high = FloatToQuantized<qint32>(out_max, in_min, in_max);
171 TestRequantizeMany(eigen_device, in_min, in_max, out_min, out_max, vals);
    [all...]
quantized_resize_bilinear_op.cc 709 Tensor* out_max = nullptr; variable
710 OP_REQUIRES_OK(context, context->allocate_output(2, {}, &out_max));
711 out_max->flat<float>()(0) = in_max;

Completed in 146 milliseconds