Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/src/armnnTfLiteParser/test/
H A DParserFlatbuffersFixture.hpp35 struct ParserFlatbuffersFixture struct
37 ParserFlatbuffersFixture() : in ParserFlatbuffersFixture() argument
50 std::vector<uint8_t> m_GraphBinary;
51 std::string m_JsonString;
52 armnn::IRuntimePtr m_Runtime;
53 armnn::NetworkId m_NetworkIdentifier;
54 armnn::NetworkId m_DynamicNetworkIdentifier;
55 bool m_TestDynamic;
56 std::unique_ptr<armnnTfLiteParser::TfLiteParserImpl> m_Parser;
60 std::string m_SingleInputName;
[all …]