MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / CApiColocationTest

Method CApiColocationTest

tensorflow/c/c_api_test.cc:1197–1197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1195class CApiColocationTest : public ::testing::Test {
1196 protected:
1197 CApiColocationTest() : s_(TF_NewStatus()), graph_(TF_NewGraph()) {}
1198
1199 void SetUp() override {
1200 feed1_ = Placeholder(graph_, s_, "feed1");

Callers

nothing calls this directly

Calls 2

TF_NewStatusFunction · 0.85
TF_NewGraphFunction · 0.85

Tested by

no test coverage detected