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

  /external/tensorflow/tensorflow/core/kernels/
quantization_utils.h 148 // auto tensor = QUANTIZE_WITH_EIGEN(input_tensor, f2q, T);
149 #define QUANTIZE_WITH_EIGEN(input_array, f2q, OutputType) \
180 // For use with QUANTIZE_WITH_EIGEN.
676 auto input_requantized = QUANTIZE_WITH_EIGEN(input_float, f2q, T2);
    [all...]
quantized_concat_op.cc 55 auto input_requantized = QUANTIZE_WITH_EIGEN(input_float, f2q, T);
quantized_instance_norm.cc 386 QUANTIZE_WITH_EIGEN(instance_normed, output_f2q, quint8);
quantization_utils_test.cc 671 output.flat<qint32>() = QUANTIZE_WITH_EIGEN(input_array, f2q, qint32);
    [all...]

Completed in 70 milliseconds