ONE - On-device Neural Engine
Loading...
Searching...
No Matches
arser Namespace Reference

Namespaces

namespace  internal
 

Data Structures

class  Argument
 
class  Arser
 
class  Helper
 
struct  TypeName
 
struct  TypeName< bool >
 
struct  TypeName< const char * >
 
struct  TypeName< float >
 
struct  TypeName< int >
 
struct  TypeName< std::string >
 
struct  TypeName< std::vector< const char * > >
 
struct  TypeName< std::vector< float > >
 
struct  TypeName< std::vector< int > >
 
struct  TypeName< std::vector< std::string > >
 

Enumerations

enum class  DataType {
  INT32 , INT32_VEC , FLOAT , FLOAT_VEC ,
  BOOL , STR , STR_VEC
}
 

Enumeration Type Documentation

◆ DataType

enum class arser::DataType
strong
Enumerator
INT32 
INT32_VEC 
FLOAT 
FLOAT_VEC 
BOOL 
STR 
STR_VEC 

Definition at line 140 of file arser.h.