Searched refs:ARGS_SCOPE (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/ |
D | activity_test.py | 155 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),
|
D | annos.py | 48 ARGS_SCOPE = 'The scope for the argument list of a function call.' variable in NodeAnno
|
D | activity.py | 318 anno.setanno(node, NodeAnno.ARGS_SCOPE, self.scope) 330 anno.setanno(node, NodeAnno.ARGS_SCOPE, self.scope)
|
/external/tensorflow/tensorflow/python/autograph/pyct/ |
D | anno.py | 74 ARGS_SCOPE = 'The scope for the argument list of a function call.' variable in Static
|
/external/tensorflow/tensorflow/python/autograph/converters/ |
D | side_effect_guards.py | 143 args_scope = anno.getanno(node.value, NodeAnno.ARGS_SCOPE)
|
D | lists.py | 89 scope = anno.getanno(node, NodeAnno.ARGS_SCOPE)
|