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

Method operator()

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

Source from the content-addressed store, hash-verified

32
33struct TFTensorDeleter {
34 void operator()(TF_Tensor* p) const { TF_DeleteTensor(p); }
35};
36
37struct TFETensorHandleDeleter {

Callers

nothing calls this directly

Calls 1

TF_DeleteTensorFunction · 0.85

Tested by

no test coverage detected