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

Method CApiAttributesTest

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

Source from the content-addressed store, hash-verified

1924class CApiAttributesTest : public ::testing::Test {
1925 protected:
1926 CApiAttributesTest()
1927 : s_(TF_NewStatus()), graph_(TF_NewGraph()), counter_(0) {}
1928
1929 ~CApiAttributesTest() override {
1930 TF_DeleteGraph(graph_);

Callers

nothing calls this directly

Calls 2

TF_NewStatusFunction · 0.85
TF_NewGraphFunction · 0.85

Tested by

no test coverage detected