ArmNN
 23.05
ITfLiteParser::TfLiteParserOptions Struct Reference

#include <ITfLiteParser.hpp>

Public Member Functions

 TfLiteParserOptions ()
 

Public Attributes

bool m_AllowExpandedDims
 
bool m_StandInLayerForUnsupported
 
bool m_InferAndValidate
 

Detailed Description

Definition at line 29 of file ITfLiteParser.hpp.

Constructor & Destructor Documentation

◆ TfLiteParserOptions()

TfLiteParserOptions ( )
inline

Definition at line 31 of file ITfLiteParser.hpp.

32  : m_AllowExpandedDims(false),
34  m_InferAndValidate(false) {}

Member Data Documentation

◆ m_AllowExpandedDims

bool m_AllowExpandedDims

Definition at line 36 of file ITfLiteParser.hpp.

◆ m_InferAndValidate

bool m_InferAndValidate

Definition at line 38 of file ITfLiteParser.hpp.

◆ m_StandInLayerForUnsupported

bool m_StandInLayerForUnsupported

Definition at line 37 of file ITfLiteParser.hpp.


The documentation for this struct was generated from the following file:
armnnTfLiteParser::ITfLiteParser::TfLiteParserOptions::m_InferAndValidate
bool m_InferAndValidate
Definition: ITfLiteParser.hpp:38
armnnTfLiteParser::ITfLiteParser::TfLiteParserOptions::m_AllowExpandedDims
bool m_AllowExpandedDims
Definition: ITfLiteParser.hpp:36
armnnTfLiteParser::ITfLiteParser::TfLiteParserOptions::m_StandInLayerForUnsupported
bool m_StandInLayerForUnsupported
Definition: ITfLiteParser.hpp:37