Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tfr/python/
Dtfr_gen.py337 AG_MODULE = api._TRANSPILER.get_extra_locals()['ag__'] # pylint:disable=protected-access variable
375 return {type(AG_MODULE)}, AG_MODULE
387 if any(v is value for v in AG_MODULE.__dict__.values()):