Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/include/armnnTfLiteParser/
H A DITfLiteParser.hpp29 struct TfLiteParserOptions struct in armnnTfLiteParser::ITfLiteParser
31 TfLiteParserOptions() in TfLiteParserOptions() function
36 bool m_AllowExpandedDims;
37 bool m_StandInLayerForUnsupported;
38 bool m_InferAndValidate;
/aosp_15_r20/external/armnn/python/pyarmnn/src/pyarmnn/swig/
H A Darmnn_tfliteparser.i101 struct TfLiteParserOptions struct
114 ITfLiteParser(const armnnTfLiteParser::ITfLiteParser::TfLiteParserOptions* options = nullptr) { argument