MCPcopy 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
58void Tensor::Release() {
59 if (memory_) {
60 clReleaseMemObject(memory_);
61 memory_ = nullptr;
62 }
63}
64
65int3 Tensor::GetFullTensorRegion() const {
66 switch (storage_type_) {

Callers 1

CreateTensorFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected