Searched refs:ag_internal (Results 1 – 1 of 1) sorted by relevance
308 ag_internal = None variable314 global ag_internal315 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.ConversionOptions321 ag_internal.Feature = converter.Feature322 ag_internal.utils = utils323 ag_internal.function_scope = function_wrapping.function_scope324 ag_internal.rewrite_graph_construction_error = ([all …]