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

  /external/tensorflow/tensorflow/core/kernels/
quantization_utils.h 100 const double offset_input = static_cast<double>(input) - lowest_quantized; local
107 const double result = range_min_rounded + (offset_input * range_scale);
    [all...]
quantized_conv_ops.cc 503 const int32 offset_input = variable
562 input_cols, in_depth, offset_input, filter.flat<T2>().data(),

Completed in 226 milliseconds