Home
last modified time | relevance | path

Searched refs:converter_module (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/autograph/core/
Dconverter_testing.py94 def converted(self, entity, converter_module, namespace, *tf_symbols): argument
97 if not isinstance(converter_module, (list, tuple)):
98 converter_module = (converter_module,)
99 for i, m in enumerate(converter_module):
Dconverter.py378 def apply_(node, context, converter_module): argument
390 node = converter_module.transform(node, context)