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

  /external/tensorflow/tensorflow/core/kernels/
mkl_quantized_conv_ops.h 48 const int64 c_highest = static_cast<int64>(Eigen::NumTraits<T3>::highest()); local
54 *max_c = c_float_for_one_quant_level * c_highest;
66 const int64 c_highest = static_cast<int64>(Eigen::NumTraits<T3>::highest()); local
81 max_c[n] = c_float_for_one_quant_level * c_highest;
quantization_utils.h 129 const int64 c_highest = static_cast<int64>(Eigen::NumTraits<T3>::highest()); local
135 *max_c = c_float_for_one_quant_level * c_highest;
    [all...]

Completed in 336 milliseconds