Searched defs:SupportedDataStorage (Results 1 – 2 of 2) sorted by relevance
239 struct SupportedDataStorage struct in armnnTfLiteParser::TfLiteParserImpl250 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;
5365 TfLiteParserImpl::SupportedDataStorage::SupportedDataStorage(std::unique_ptr<float[]>&& data) in SupportedDataStorage() function in armnnTfLiteParser::TfLiteParserImpl::SupportedDataStorage5373 TfLiteParserImpl::SupportedDataStorage::SupportedDataStorage(std::unique_ptr<uint8_t[]>&& data) in SupportedDataStorage() function in armnnTfLiteParser::TfLiteParserImpl::SupportedDataStorage5381 TfLiteParserImpl::SupportedDataStorage::SupportedDataStorage(std::unique_ptr<int8_t[]>&& data) in SupportedDataStorage() function in armnnTfLiteParser::TfLiteParserImpl::SupportedDataStorage5389 TfLiteParserImpl::SupportedDataStorage::SupportedDataStorage(std::unique_ptr<int32_t[]>&& data) in SupportedDataStorage() function in armnnTfLiteParser::TfLiteParserImpl::SupportedDataStorage