Searched defs:TfLiteParserOptions (Results 1 – 2 of 2) sorted by relevance
29 struct TfLiteParserOptions struct in armnnTfLiteParser::ITfLiteParser31 TfLiteParserOptions() in TfLiteParserOptions() function36 bool m_AllowExpandedDims;37 bool m_StandInLayerForUnsupported;38 bool m_InferAndValidate;
101 struct TfLiteParserOptions struct114 ITfLiteParser(const armnnTfLiteParser::ITfLiteParser::TfLiteParserOptions* options = nullptr) { argument