Searched refs:q2f (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | quantization_utils.h | 149 #define DEQUANTIZE_WITH_EIGEN(input_array, q2f) \ argument 150 ((q2f.range_min_rounded - q2f.lowest_quantized() * q2f.range_scale) + \ 151 input_array.template cast<float>() * q2f.range_scale) 682 QuantizedToFloatStruct<T1> q2f(min_input, max_input); in RequantizeManyInNewRangeUsingEigen() 683 auto input_float = DEQUANTIZE_WITH_EIGEN(input_array, q2f); in RequantizeManyInNewRangeUsingEigen() 780 QuantizedToFloatStruct<T> q2f(min, max); in QuantizedTensorToFloatInPlaceUsingEigen() 781 flat_result.device(device) = DEQUANTIZE_WITH_EIGEN(flat_input, q2f); in QuantizedTensorToFloatInPlaceUsingEigen()
|
D | quantized_concat_op.cc | 52 QuantizedToFloatStruct<T> q2f(input_min, input_max); in Copy() local 53 auto input_float = DEQUANTIZE_WITH_EIGEN(input_array, q2f); in Copy()
|
/external/tensorflow/tensorflow/core/kernels/mkl/ |
D | mkl_concat_op.cc | 74 QuantizedToFloatStruct<T> q2f(input_min, input_max); in Copy() local 75 auto input_float = DEQUANTIZE_WITH_EIGEN(input_array, q2f); in Copy()
|
/external/llvm/test/CodeGen/X86/ |
D | avx2-vbroadcast.ll | 82 %q2f = insertelement <32 x i8> %q2e, i8 %q, i32 31 83 ret <32 x i8> %q2f
|
/external/llvm-project/llvm/test/CodeGen/VE/Scalar/ |
D | cast.ll | 245 define float @q2f(fp128) { 246 ; CHECK-LABEL: q2f:
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | avx2-vbroadcast.ll | 84 %q2f = insertelement <32 x i8> %q2e, i8 %q, i32 31 85 ret <32 x i8> %q2f
|