Searched refs:Int32ToInt32tDecoder (Results 1 – 2 of 2) sorted by relevance
396 class Int32ToInt32tDecoder : public TypedIterator<const int32_t, Decoder<int32_t>> class399 Int32ToInt32tDecoder(const int32_t* data) in Int32ToInt32tDecoder() function in armnn::Int32ToInt32tDecoder402 Int32ToInt32tDecoder() in Int32ToInt32tDecoder() function in armnn::Int32ToInt32tDecoder403 : Int32ToInt32tDecoder(nullptr) {} in Int32ToInt32tDecoder()
156 return std::make_unique<Int32ToInt32tDecoder>(static_cast<const int32_t*>(data)); in MakeDecoder()