Home
last modified time | relevance | path

Searched refs:ScaledInt32PerAxisDecoder (Results 1 – 2 of 2) sorted by relevance

/external/armnn/src/backends/reference/workloads/
DDecoders.hpp23 return std::make_unique<ScaledInt32PerAxisDecoder>(static_cast<const int32_t*>(data), info); in MakeSigned32PerAxisDecoder()
DBaseIterator.hpp847 class ScaledInt32PerAxisDecoder : public PerAxisIterator<const int32_t, Decoder<float>> class
850 ScaledInt32PerAxisDecoder(const int32_t* data, const armnn::TensorInfo tensorInfo) in ScaledInt32PerAxisDecoder() function in armnn::ScaledInt32PerAxisDecoder