Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Member Functions | Static Public Member Functions
torch::jit::script::SharedParserData Struct Reference

Public Member Functions

bool isNumber (const std::string &str, size_t start, size_t *len)
 
bool isCharCount (char c, const std::string &str, size_t start, int len)
 
bool isString (const std::string &str, size_t start, size_t *len)
 
bool isblank (int n)
 
bool isTypeComment (const std::string &str, size_t pos)
 
bool match (const std::string &str, size_t pos, bool continuation, bool whitespace_token, int *kind, size_t *start, size_t *len)
 
bool isUnary (int kind, int *prec)
 
bool isBinary (int kind, int *prec)
 
bool isRightAssociative (int kind)
 

Static Public Member Functions

static double strtod_c (const char *str, char **end)
 

Detailed Description

Definition at line 147 of file lexer.h.

Member Function Documentation

static double torch::jit::script::SharedParserData::strtod_c ( const char *  str,
char **  end 
)
inlinestatic

NOLINTNEXTLINE(hicpp-signed-bitwise)

Definition at line 169 of file lexer.h.


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