Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/autograph/pyct/
Dcompiler.py80 def _source_to_module(source, delete_on_exit): argument
86 if delete_on_exit:
95 delete_on_exit=True): argument
125 module, filename = _source_to_module(source, delete_on_exit)