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

Method ~CApiWhileLoopTest

tensorflow/c/while_loop_test.cc:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 CApiWhileLoopTest() : s_(TF_NewStatus()), graph_(TF_NewGraph()) {}
30
31 ~CApiWhileLoopTest() override {
32 TF_DeleteGraph(graph_);
33 TF_DeleteStatus(s_);
34 }
35
36 void Init(int ninputs) {
37 DCHECK(inputs_.empty());

Callers

nothing calls this directly

Calls 2

TF_DeleteGraphFunction · 0.85
TF_DeleteStatusFunction · 0.85

Tested by

no test coverage detected