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

Method ~CApiAttributesTest

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

Source from the content-addressed store, hash-verified

1927 : s_(TF_NewStatus()), graph_(TF_NewGraph()), counter_(0) {}
1928
1929 ~CApiAttributesTest() override {
1930 TF_DeleteGraph(graph_);
1931 TF_DeleteStatus(s_);
1932 }
1933
1934 TF_OperationDescription* init(string type) {
1935 // Construct op_name to match the name used by REGISTER_OP in the

Callers

nothing calls this directly

Calls 2

TF_DeleteGraphFunction · 0.85
TF_DeleteStatusFunction · 0.85

Tested by

no test coverage detected