Searched refs:PARSE_VALUE (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/python/eager/ |
D | pywrap_tfe_src.cc | 121 #define PARSE_VALUE(fn_name, type, check_fn, parse_fn) \ macro 138 PARSE_VALUE(ParseIntValue, int, PyLong_Check, PyLong_AsLong) in PARSE_VALUE() function 139 PARSE_VALUE(ParseInt64Value, int64_t, PyLong_Check, PyLong_AsLong) in PARSE_VALUE() 141 PARSE_VALUE(ParseIntValue, int, PyInt_Check, PyInt_AsLong) in PARSE_VALUE() 143 PARSE_VALUE(ParseFloatValue, float, PyFloat_Check, PyFloat_AsDouble) in PARSE_VALUE() 144 #undef PARSE_VALUE in PARSE_VALUE()
|