Home
last modified time | relevance | path

Searched defs:dequantized_input (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/
H A DConcatenateLayer.cpp82 const float dequantized_input = dequantize_qasymm8(t, iq_info); in widthconcatenate_layer() local
90 … const float dequantized_input = dequantize_qasymm8_signed(t, iq_info); in widthconcatenate_layer() local
H A DDepthConcatenateLayer.cpp116 const float dequantized_input = dequantize_qasymm8(t, iq_info); in depthconcatenate_layer() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/
H A Dquantization_util_test.cc156 TfLiteTensor dequantized_input = CreateFloatTensor( in TEST() local
181 TfLiteTensor dequantized_input = CreateFloatTensor( in TEST() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
H A Ddequantize_tfl_softmax.cc58 Value dequantized_input = rewriter.create<TFL::DequantizeOp>( in matchAndRewrite() local
/aosp_15_r20/external/XNNPACK/src/operators/
H A Dlut-elementwise-nc.c113 const float dequantized_input = (i - input_zero_point) * input_scale; in create_lut_elementwise_nc() local