Searched defs:SupportedDataStorage (Results 1 – 2 of 2) sorted by relevance
170 struct SupportedDataStorage struct in armnnTfLiteParser::TfLiteParser181 std::unique_ptr<float[]> m_FloatData;182 std::unique_ptr<uint8_t[]> m_Uint8Data;183 std::unique_ptr<int8_t[]> m_Int8Data;184 std::unique_ptr<int32_t[]> m_Int32Data;
3360 TfLiteParser::SupportedDataStorage::SupportedDataStorage(std::unique_ptr<float[]> && data) in SupportedDataStorage() function in armnnTfLiteParser::TfLiteParser::SupportedDataStorage3368 TfLiteParser::SupportedDataStorage::SupportedDataStorage(std::unique_ptr<uint8_t[]> && data) in SupportedDataStorage() function in armnnTfLiteParser::TfLiteParser::SupportedDataStorage3376 TfLiteParser::SupportedDataStorage::SupportedDataStorage(std::unique_ptr<int8_t[]> && data) in SupportedDataStorage() function in armnnTfLiteParser::TfLiteParser::SupportedDataStorage3384 TfLiteParser::SupportedDataStorage::SupportedDataStorage(std::unique_ptr<int32_t[]> && data) in SupportedDataStorage() function in armnnTfLiteParser::TfLiteParser::SupportedDataStorage