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

Function TEST

tensorflow/c/eager/c_api_experimental_test.cc:112–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 TF_DeleteStatus(status);
111}
112TEST(CAPI, ExecuteWithTracing) { ExecuteWithProfiling(false); }
113TEST(CAPI, ExecuteWithTracingAsync) { ExecuteWithProfiling(true); }
114
115TEST(CAPI, MultipleProfilerSession) {

Callers

nothing calls this directly

Calls 15

ExecuteWithProfilingFunction · 0.85
TFE_NewProfilerFunction · 0.85
TFE_ProfilerIsOkFunction · 0.85
TFE_DeleteProfilerFunction · 0.85
TF_NewStatusFunction · 0.85
TF_GetCodeFunction · 0.85
TF_MessageFunction · 0.85
TF_DeleteStatusFunction · 0.85

Tested by

no test coverage detected