Searched defs:ParserFlatbuffersFixture (Results 1 – 1 of 1) sorted by relevance
35 struct ParserFlatbuffersFixture struct37 ParserFlatbuffersFixture() : in ParserFlatbuffersFixture() argument50 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 …]