Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Member Functions | Static Public Member Functions
c10::Symbol Struct Reference

Public Member Functions

constexpr Symbol (unique_t uniq)
 
bool is_attr () const
 
bool is_aten () const
 
bool is_prim () const
 
bool is_onnx () const
 
bool is_user () const
 
constexpr operator unique_t () const
 
Symbol ns () const
 
const char * toUnqualString () const
 
const char * toQualString () const
 
const char * toDisplayString () const
 
std::string domainString () const
 

Static Public Member Functions

static Symbol fromQualString (const std::string &s)
 
static Symbol fromDomainAndUnqualString (const std::string &d, const std::string &s)
 
static Symbol attr (const std::string &s)
 
static Symbol aten (const std::string &s)
 
static Symbol onnx (const std::string &s)
 
static Symbol prim (const std::string &s)
 
static Symbol user (const std::string &s)
 
static Symbol scope (const std::string &s)
 

Detailed Description

Definition at line 215 of file interned_strings.h.


The documentation for this struct was generated from the following files: