Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/autograph/impl/
Dconversion.py308 ag_internal = None variable
314 global ag_internal
315 if ag_internal is None:
318 ag_internal = imp.new_module('autograph')
319 ag_internal.__dict__.update(autograph_module.__dict__)
320 ag_internal.ConversionOptions = converter.ConversionOptions
321 ag_internal.Feature = converter.Feature
322 ag_internal.utils = utils
323 ag_internal.function_scope = function_wrapping.function_scope
324 ag_internal.rewrite_graph_construction_error = (
[all …]