Home
last modified time | relevance | path

Searched refs:ARGS_SCOPE (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/
Dannos.py48 ARGS_SCOPE = 'The scope for the argument list of a function call.' variable in NodeAnno
Dactivity_test.py197 print_args_scope = anno.getanno(print_node, NodeAnno.ARGS_SCOPE)
203 print_args_scope = anno.getanno(print_node, NodeAnno.ARGS_SCOPE)
221 anno.getanno(call_node, NodeAnno.ARGS_SCOPE), ('a', 'b'), ())
236 anno.getanno(call_node, NodeAnno.ARGS_SCOPE), ('a', 'a.b', 'a.c'), ())
252 anno.getanno(call_node, NodeAnno.ARGS_SCOPE),
Dactivity.py455 anno.setanno(node, NodeAnno.ARGS_SCOPE, node_scope)
466 self._exit_and_record_scope(node, tag=NodeAnno.ARGS_SCOPE)
/external/tensorflow/tensorflow/python/autograph/pyct/
Danno.py91 ARGS_SCOPE = 'The scope for the argument list of a function call.' variable in Static
/external/tensorflow/tensorflow/python/autograph/converters/
Dlists.py93 scope = anno.getanno(node, NodeAnno.ARGS_SCOPE)