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

Method CApiWhileLoopTest

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

Source from the content-addressed store, hash-verified

27class CApiWhileLoopTest : public ::testing::Test {
28 protected:
29 CApiWhileLoopTest() : s_(TF_NewStatus()), graph_(TF_NewGraph()) {}
30
31 ~CApiWhileLoopTest() override {
32 TF_DeleteGraph(graph_);

Callers

nothing calls this directly

Calls 2

TF_NewStatusFunction · 0.85
TF_NewGraphFunction · 0.85

Tested by

no test coverage detected