Home
last modified time | relevance | path

Searched defs:PARSE_VALUE (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc229 #define PARSE_VALUE(fn_name, type, check_fn, parse_fn) \ macro
246 PARSE_VALUE(ParseIntValue, int, PyLong_Check, PyLong_AsLong) in PARSE_VALUE() function