Home
last modified time | relevance | path

Searched refs:CLOSURE_TYPES (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/autograph/pyct/
Danno.py114 CLOSURE_TYPES = 'Types of closure symbols at each detected call site.' variable in Static
/external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/
Dtype_inference.py547 existing_types = anno.Static.CLOSURE_TYPES.of(ast_node, None)
551 anno.Static.CLOSURE_TYPES.add_to(ast_node, existing_types)
602 closure_types = anno.getanno(node, anno.Static.CLOSURE_TYPES, {})
Dtype_inference_test.py80 actual = anno.getanno(node, anno.Static.CLOSURE_TYPES)