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

Method CApiFunctionTest

tensorflow/c/c_api_function_test.cc:65–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63class CApiFunctionTest : public ::testing::Test {
64 protected:
65 CApiFunctionTest()
66 : s_(TF_NewStatus()),
67 func_graph_(TF_NewGraph()),
68 host_graph_(TF_NewGraph()),
69 func_(nullptr) {}
70
71 void SetUp() override {}
72

Callers

nothing calls this directly

Calls 2

TF_NewStatusFunction · 0.85
TF_NewGraphFunction · 0.85

Tested by

no test coverage detected