Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ SetUp
Method
SetUp
tensorflow/core/platform/env_test.cc:65–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
class DefaultEnvTest : public ::testing::Test {
64
protected:
65
void SetUp() override { TF_CHECK_OK(env_->CreateDir(BaseDir())); }
66
67
void TearDown() override {
68
int64 undeleted_files, undeleted_dirs;
Callers
nothing calls this directly
Calls
2
BaseDir
Function · 0.85
CreateDir
Method · 0.45
Tested by
no test coverage detected