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 , INT32 ,
  INT32_VEC , FLOAT , FLOAT_VEC , BOOL ,
  STR , STR_VEC
}
 
enum class  DataType {
  INT32 , INT32_VEC , FLOAT , FLOAT_VEC ,
  BOOL , STR , STR_VEC , INT32 ,
  INT32_VEC , FLOAT , FLOAT_VEC , BOOL ,
  STR , STR_VEC
}
 

Enumeration Type Documentation

◆ DataType [1/2]

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

Definition at line 142 of file arser.h.

◆ DataType [2/2]

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

Definition at line 142 of file arser.h.

143{
144 INT32,
145 INT32_VEC,
146 FLOAT,
147 FLOAT_VEC,
148 BOOL,
149 STR,
150 STR_VEC,
151};