Searched refs:SUPPORTED_BUILTINS (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/python/autograph/operators/ |
D | py_builtins.py | 66 if f in SUPPORTED_BUILTINS: 639 SUPPORTED_BUILTINS = (abs, float, int, len, print, range, enumerate, zip, map, variable 643 SUPPORTED_BUILTINS += (xrange,)
|