27 auto inputDecoder = MakeDecoder<float>(inputInfo, inputs[0]->
Map());
28 auto outputEncoder = MakeEncoder<float>(outputInfo, outputs[0]->
Map());
30 Dequantize(*inputDecoder, *outputEncoder, inputInfo, outputInfo);
#define ARMNN_SCOPED_PROFILING_EVENT_REF_NAME_GUID(label)
Creates a profiling event that uses GetGuid() and GetName() from the calling class.
void Execute() const override
Copyright (c) 2021 ARM Limited and Contributors.
float Dequantize(QuantizedType value, float scale, int32_t offset)
Dequantize an 8-bit data type into a floating point data type.
const TensorInfo & GetTensorInfo(const ITensorHandle *tensorHandle)
float32 helpers
std::vector< ITensorHandle * > m_Inputs
std::vector< ITensorHandle * > m_Outputs