MCPcopy 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

63class 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

BaseDirFunction · 0.85
CreateDirMethod · 0.45

Tested by

no test coverage detected