Home
last modified time | relevance | path

Searched refs:q2f (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dquantization_utils.h149 #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()
Dquantized_concat_op.cc52 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/
Dmkl_concat_op.cc74 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/
Davx2-vbroadcast.ll82 %q2f = insertelement <32 x i8> %q2e, i8 %q, i32 31
83 ret <32 x i8> %q2f
/external/llvm-project/llvm/test/CodeGen/VE/Scalar/
Dcast.ll245 define float @q2f(fp128) {
246 ; CHECK-LABEL: q2f:
/external/llvm-project/llvm/test/CodeGen/X86/
Davx2-vbroadcast.ll84 %q2f = insertelement <32 x i8> %q2e, i8 %q, i32 31
85 ret <32 x i8> %q2f