Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ write_to_bazelrc
Function
write_to_bazelrc
configure.py:137–139 ·
view source on GitHub ↗
(line)
Source
from the content-addressed store, hash-verified
135
136
137
def
write_to_bazelrc(line):
138
with
open(_TF_BAZELRC,
'a'
)
as
f:
139
f.write(line +
'\n'
)
140
141
142
def
write_action_env_to_bazelrc(var_name, var):
Callers
10
write_action_env_to_bazelrc
Function · 0.85
setup_python
Function · 0.85
set_build_var
Function · 0.85
set_action_env_var
Function · 0.85
set_cc_opt_flags
Function · 0.85
set_other_cuda_vars
Function · 0.85
system_specific_test_config
Function · 0.85
set_system_libs_flag
Function · 0.85
set_windows_build_flags
Function · 0.85
main
Function · 0.85
Calls
1
write
Method · 0.45
Tested by
no test coverage detected