Searched refs:ARGS_SCOPE (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/ |
D | annos.py | 48 ARGS_SCOPE = 'The scope for the argument list of a function call.' variable in NodeAnno
|
D | activity_test.py | 197 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),
|
D | activity.py | 455 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/ |
D | anno.py | 91 ARGS_SCOPE = 'The scope for the argument list of a function call.' variable in Static
|
/external/tensorflow/tensorflow/python/autograph/converters/ |
D | lists.py | 93 scope = anno.getanno(node, NodeAnno.ARGS_SCOPE)
|