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

Function TFE_OpConsumeInput

tensorflow/c/eager/c_api_experimental.cc:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29using tensorflow::string;
30
31void TFE_OpConsumeInput(TFE_Op* op, TFE_TensorHandle* h, TF_Status* status) {
32 op->operation.ConsumeInput(h->handle);
33}
34
35TFE_Profiler* TFE_NewProfiler() { return new TFE_Profiler(); }
36

Callers

nothing calls this directly

Calls 1

ConsumeInputMethod · 0.80

Tested by

no test coverage detected