Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
265
def
reset_tf_configure_bazelrc():
266
""
"Reset file that contains customized config settings."
""
267
open(_TF_BAZELRC,
'w'
).close()
268
269
270
def
cleanup_makefile():
Callers
1
main
Function · 0.85
Calls
1
close
Method · 0.65
Tested by
no test coverage detected