MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / operator()

Method operator()

tensorflow/python/lib/core/safe_ptr.h:38–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36
37struct TFETensorHandleDeleter {
38 void operator()(TFE_TensorHandle* p) const { TFE_DeleteTensorHandle(p); }
39};
40
41struct TFStatusDeleter {

Callers

nothing calls this directly

Calls 1

TFE_DeleteTensorHandleFunction · 0.85

Tested by

no test coverage detected