Searched refs:TfLiteParserOptions (Results 1 – 11 of 11) sorted by relevance
29 struct TfLiteParserOptions struct in armnnTfLiteParser::ITfLiteParser31 TfLiteParserOptions() in TfLiteParserOptions() argument41 …static ITfLiteParser* CreateRaw(const armnn::Optional<TfLiteParserOptions>& options = armnn::Empty…42 …static ITfLiteParserPtr Create(const armnn::Optional<TfLiteParserOptions>& options = armnn::EmptyO…71 ITfLiteParser(const armnn::Optional<TfLiteParserOptions>& options = armnn::EmptyOptional());
100 ")TfLiteParserOptions;101 struct TfLiteParserOptions struct103 TfLiteParserOptions();114 ITfLiteParser(const armnnTfLiteParser::ITfLiteParser::TfLiteParserOptions* options = nullptr) { argument117 … armnn::Optional<armnnTfLiteParser::ITfLiteParser::TfLiteParserOptions>(*options));
13 ITfLiteParser::TfLiteParserOptions options;14 …rPtr m_Parser(ITfLiteParser::Create(armnn::Optional<ITfLiteParser::TfLiteParserOptions>(options)));
42 ITfLiteParser::TfLiteParserOptions options; in ParserFlatbuffersFixture()47 armnn::Optional<ITfLiteParser::TfLiteParserOptions>(options)); in ParserFlatbuffersFixture()
11 parserOptions = ann.TfLiteParserOptions()40 parserOptions = ann.TfLiteParserOptions()47 parserOptions = ann.TfLiteParserOptions()
25 from ._generated.pyarmnn_tfliteparser import ITfLiteParser, TfLiteParserOptions
69 …TfLiteParserImpl(const armnn::Optional<ITfLiteParser::TfLiteParserOptions>& options = armnn::Empty…305 armnn::Optional<ITfLiteParser::TfLiteParserOptions> m_Options;
54 ITfLiteParser::ITfLiteParser(const armnn::Optional<TfLiteParserOptions>& options) : in ITfLiteParser()59 ITfLiteParser* ITfLiteParser::CreateRaw(const armnn::Optional<TfLiteParserOptions>& options) in CreateRaw()64 ITfLiteParserPtr ITfLiteParser::Create(const armnn::Optional<TfLiteParserOptions>& options) in Create()719 TfLiteParserImpl::TfLiteParserImpl(const Optional<ITfLiteParser::TfLiteParserOptions>& options) in TfLiteParserImpl()
511 ITfLiteParser::TfLiteParserOptions parserOptions; in main()
246 IParser::TfLiteParserOptions options; in Create()
750 armnnTfLiteParser::ITfLiteParser::TfLiteParserOptions options; in TfliteParser()