Home
last modified time | relevance | path

Searched refs:ORIG_DEFINITIONS (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/python/autograph/core/
Dconverter_test.py77 defs, = anno.getanno(symbol_a, anno.Static.ORIG_DEFINITIONS)
116 defs = anno.getanno(symbol_a, anno.Static.ORIG_DEFINITIONS)
143 defs = anno.getanno(symbol_a, anno.Static.ORIG_DEFINITIONS)
Dconverter.py284 defs = anno.getanno(node, anno.Static.ORIG_DEFINITIONS, ())
/external/tensorflow/tensorflow/python/autograph/converters/
Dvariables.py57 if not anno.hasanno(node, anno.Static.ORIG_DEFINITIONS):
Ddirectives.py98 defs = anno.getanno(target, anno.Static.ORIG_DEFINITIONS)
/external/tensorflow/tensorflow/python/autograph/pyct/
Danno.py103 ORIG_DEFINITIONS = ( variable in Static
Dtemplates.py125 anno.Static.ORIG_DEFINITIONS,
/external/tensorflow/tensorflow/python/autograph/impl/
Dapi.py250 anno.Static.DEFINITIONS: anno.Static.ORIG_DEFINITIONS,