MCPcopy 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
566int setenv(const char* name, const char* value, int overwrite) {
567 return ::setenv(name, value, overwrite);
568}
569
570int unsetenv(const char* name) { return ::unsetenv(name); }
571

Callers 15

CreateMethod · 0.50
UpdateServerDefMethod · 0.50
BenchmarkFunction · 0.50
TESTFunction · 0.50
TESTFunction · 0.50
BlacklistTestMethod · 0.50
XLA_TEST_PFunction · 0.50
SetUpMethod · 0.50
TESTFunction · 0.50
NewSessionGroupMethod · 0.50
TESTFunction · 0.50
TestForceAllowGrowthMethod · 0.50

Calls

no outgoing calls

Tested by 15

TESTFunction · 0.40
TESTFunction · 0.40
BlacklistTestMethod · 0.40
XLA_TEST_PFunction · 0.40
SetUpMethod · 0.40
TESTFunction · 0.40
TESTFunction · 0.40
TestForceAllowGrowthMethod · 0.40
TEST_FFunction · 0.40
TFRunBenchSimpleFunction · 0.40
CudaGraphJitRunBenchDLRMFunction · 0.40