Home
last modified time | relevance | path

Searched defs:SupportedDataStorage (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/armnn/src/armnnTfLiteParser/
H A DTfLiteParser.hpp239 struct SupportedDataStorage struct in armnnTfLiteParser::TfLiteParserImpl
250 std::unique_ptr<float[]> m_FloatData;
251 std::unique_ptr<uint8_t[]> m_Uint8Data;
252 std::unique_ptr<int8_t[]> m_Int8Data;
253 std::unique_ptr<int32_t[]> m_Int32Data;
H A DTfLiteParser.cpp5365 TfLiteParserImpl::SupportedDataStorage::SupportedDataStorage(std::unique_ptr<float[]>&& data) in SupportedDataStorage() function in armnnTfLiteParser::TfLiteParserImpl::SupportedDataStorage
5373 TfLiteParserImpl::SupportedDataStorage::SupportedDataStorage(std::unique_ptr<uint8_t[]>&& data) in SupportedDataStorage() function in armnnTfLiteParser::TfLiteParserImpl::SupportedDataStorage
5381 TfLiteParserImpl::SupportedDataStorage::SupportedDataStorage(std::unique_ptr<int8_t[]>&& data) in SupportedDataStorage() function in armnnTfLiteParser::TfLiteParserImpl::SupportedDataStorage
5389 TfLiteParserImpl::SupportedDataStorage::SupportedDataStorage(std::unique_ptr<int32_t[]>&& data) in SupportedDataStorage() function in armnnTfLiteParser::TfLiteParserImpl::SupportedDataStorage