Home
last modified time | relevance | path

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

/external/armnn/include/armnnTfLiteParser/
DITfLiteParser.hpp28 struct TfLiteParserOptions struct in armnnTfLiteParser::ITfLiteParser
30 TfLiteParserOptions() in TfLiteParserOptions() function
34 bool m_StandInLayerForUnsupported;
35 bool m_InferAndValidate;
/external/armnn/python/pyarmnn/src/pyarmnn/swig/
Darmnn_tfliteparser.i101 struct TfLiteParserOptions struct
114 ITfLiteParser(const armnnTfLiteParser::ITfLiteParser::TfLiteParserOptions* options = nullptr) { argument