Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ setenv
Function
setenv
tensorflow/core/platform/env.cc:566–568 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
564
}
565
566
int setenv(const char* name, const char* value, int overwrite) {
567
return ::setenv(name, value, overwrite);
568
}
569
570
int unsetenv(const char* name) { return ::unsetenv(name); }
571
Callers
15
Create
Method · 0.50
UpdateServerDef
Method · 0.50
Benchmark
Function · 0.50
TEST
Function · 0.50
TEST
Function · 0.50
BlacklistTest
Method · 0.50
XLA_TEST_P
Function · 0.50
SetUp
Method · 0.50
TEST
Function · 0.50
NewSessionGroup
Method · 0.50
TEST
Function · 0.50
TestForceAllowGrowth
Method · 0.50
Calls
no outgoing calls
Tested by
15
TEST
Function · 0.40
TEST
Function · 0.40
BlacklistTest
Method · 0.40
XLA_TEST_P
Function · 0.40
SetUp
Method · 0.40
TEST
Function · 0.40
TEST
Function · 0.40
TestForceAllowGrowth
Method · 0.40
TEST_F
Function · 0.40
CudaGraphSessRunBenchSimple
Function · 0.40
TFRunBenchSimple
Function · 0.40
CudaGraphJitRunBenchDLRM
Function · 0.40