Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ Release
Method
Release
tensorflow/lite/delegates/gpu/cl/tensor.cc:58–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
}
57
58
void Tensor::Release() {
59
if (memory_) {
60
clReleaseMemObject(memory_);
61
memory_ = nullptr;
62
}
63
}
64
65
int3 Tensor::GetFullTensorRegion() const {
66
switch (storage_type_) {
Callers
1
CreateTensor
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected