Searched refs:PARSE_VALUE (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/python/eager/ |
D | pywrap_tfe_src.cc | 229 #define PARSE_VALUE(fn_name, type, check_fn, parse_fn) \ macro 246 PARSE_VALUE(ParseIntValue, int, PyLong_Check, PyLong_AsLong) in PARSE_VALUE() function 247 PARSE_VALUE(ParseInt64Value, int64_t, PyLong_Check, PyLong_AsLongLong) in PARSE_VALUE() 249 PARSE_VALUE(ParseIntValue, int, PyInt_Check, PyInt_AsLong) in PARSE_VALUE() 251 PARSE_VALUE(ParseFloatValue, float, PyFloat_Check, PyFloat_AsDouble) in PARSE_VALUE() 252 #undef PARSE_VALUE in PARSE_VALUE()
|