Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/
Dactivity_test.py155 print_args_scope = anno.getanno(print_node, NodeAnno.ARGS_SCOPE)
161 print_args_scope = anno.getanno(print_node, NodeAnno.ARGS_SCOPE)
179 anno.getanno(call_node, NodeAnno.ARGS_SCOPE), ('a', 'b'), ())
194 anno.getanno(call_node, NodeAnno.ARGS_SCOPE), ('a', 'a.b', 'a.c'), ())
210 anno.getanno(call_node, NodeAnno.ARGS_SCOPE),
Dannos.py48 ARGS_SCOPE = 'The scope for the argument list of a function call.' variable in NodeAnno
Dactivity.py318 anno.setanno(node, NodeAnno.ARGS_SCOPE, self.scope)
330 anno.setanno(node, NodeAnno.ARGS_SCOPE, self.scope)
/external/tensorflow/tensorflow/python/autograph/pyct/
Danno.py74 ARGS_SCOPE = 'The scope for the argument list of a function call.' variable in Static
/external/tensorflow/tensorflow/python/autograph/converters/
Dside_effect_guards.py143 args_scope = anno.getanno(node.value, NodeAnno.ARGS_SCOPE)
Dlists.py89 scope = anno.getanno(node, NodeAnno.ARGS_SCOPE)