Searched refs:ScaledInt32PerAxisDecoder (Results 1 – 2 of 2) sorted by relevance
23 return std::make_unique<ScaledInt32PerAxisDecoder>(static_cast<const int32_t*>(data), info); in MakeSigned32PerAxisDecoder()
847 class ScaledInt32PerAxisDecoder : public PerAxisIterator<const int32_t, Decoder<float>> class850 ScaledInt32PerAxisDecoder(const int32_t* data, const armnn::TensorInfo tensorInfo) in ScaledInt32PerAxisDecoder() function in armnn::ScaledInt32PerAxisDecoder