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

  /external/tensorflow/tensorflow/core/kernels/
quantized_conv_ops.cc 503 const int32 offset_input = variable
562 input_cols, in_depth, offset_input, filter.flat<T2>().data(),
fused_batch_norm_op.cc 51 const Tensor& scale_input, const Tensor& offset_input,
63 typename TTypes<U>::ConstVec offset(offset_input.vec<U>());
    [all...]
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...]

Completed in 72 milliseconds