Home
last modified time | relevance | path

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

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