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

Method ~CApiFunctionTest

tensorflow/c/c_api_function_test.cc:73–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 void SetUp() override {}
72
73 ~CApiFunctionTest() override {
74 TF_DeleteFunction(func_);
75 TF_DeleteGraph(host_graph_);
76 TF_DeleteGraph(func_graph_);
77 TF_DeleteStatus(s_);
78 }
79
80 void Run(const std::vector<std::pair<TF_Operation*, TF_Tensor*>>& inputs,
81 TF_Operation* output, int32_t expected_result) {

Callers

nothing calls this directly

Calls 3

TF_DeleteFunctionFunction · 0.85
TF_DeleteGraphFunction · 0.85
TF_DeleteStatusFunction · 0.85

Tested by

no test coverage detected