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

  /external/tensorflow/tensorflow/core/kernels/
quantization_utils.h 101 // For compatibility with DEQUANTIZE_WITH_EIGEN, we should convert
140 // auto tensor = DEQUANTIZE_WITH_EIGEN(input_tensor, q2f);
141 #define DEQUANTIZE_WITH_EIGEN(input_array, q2f) \
157 // For use with DEQUANTIZE_WITH_EIGEN.
674 auto input_float = DEQUANTIZE_WITH_EIGEN(input_array, q2f);
    [all...]
quantized_concat_op.cc 53 auto input_float = DEQUANTIZE_WITH_EIGEN(input_array, q2f);

Completed in 155 milliseconds