MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / reset_tf_configure_bazelrc

Function reset_tf_configure_bazelrc

configure.py:265–267  ·  view source on GitHub ↗

Reset file that contains customized config settings.

()

Source from the content-addressed store, hash-verified

263
264
265def reset_tf_configure_bazelrc():
266 """Reset file that contains customized config settings."""
267 open(_TF_BAZELRC, 'w').close()
268
269
270def cleanup_makefile():

Callers 1

mainFunction · 0.85

Calls 1

closeMethod · 0.65

Tested by

no test coverage detected