Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/autograph/impl/
Dconversion_test.py52 conversion.entity_to_graph('dummy', program_ctx, None, None)
60 nodes, name, ns = conversion.entity_to_graph(f, program_ctx, None, None)
73 nodes, name, _ = conversion.entity_to_graph(f, program_ctx, None, None)
89 nodes, _, _ = conversion.entity_to_graph(f, program_ctx, None, None)
120 conversion.entity_to_graph(TestSubclass, program_ctx, None, None)
134 nodes, name, _ = conversion.entity_to_graph(TestSubclass, program_ctx, None,
146 nodes, name, ns = conversion.entity_to_graph(f, program_ctx, None, None)
158 nodes, name, ns = conversion.entity_to_graph(f, program_ctx, None, None)
171 conversion.entity_to_graph(f, program_ctx, None, None)
181 nodes, name, _ = conversion.entity_to_graph(f, program_ctx, None, None)
[all …]
Dapi.py454 nodes, name, namespace = conversion.entity_to_graph(entity, program_ctx,
544 nodes, _, _ = conversion.entity_to_graph(entity, program_ctx, arg_values,
Dconversion.py158 def entity_to_graph(o, program_ctx, arg_values, arg_types): function