Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/src/backends/reference/workloads/
H A DBaseIterator.hpp396 class Int32ToInt32tDecoder : public TypedIterator<const int32_t, Decoder<int32_t>> class
399 Int32ToInt32tDecoder(const int32_t* data) in Int32ToInt32tDecoder() function in armnn::Int32ToInt32tDecoder
402 Int32ToInt32tDecoder() in Int32ToInt32tDecoder() function in armnn::Int32ToInt32tDecoder
403 : Int32ToInt32tDecoder(nullptr) {} in Int32ToInt32tDecoder()
H A DDecoders.hpp156 return std::make_unique<Int32ToInt32tDecoder>(static_cast<const int32_t*>(data)); in MakeDecoder()