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

Method Release

tensorflow/compiler/xrt/xrt_refptr.h:91–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89
90 private:
91 static void Release(T* ptr) {
92 if (ptr != nullptr) {
93 ptr->Unref();
94 }
95 }
96
97 static void Acquire(T* ptr) {
98 if (ptr != nullptr) {

Callers 10

ComputeMethod · 0.45
ComputeMethod · 0.45
ComputeMethod · 0.45
ComputeMethod · 0.45
ComputeMethod · 0.45
GetInputBuffersFunction · 0.45
DoWorkMethod · 0.45
ComputeMethod · 0.45
AllocateShapedBufferMethod · 0.45

Calls 1

UnrefMethod · 0.45

Tested by

no test coverage detected