Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ release
Method
release
include/CL/opencl.hpp:2146–2154 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2144
}
2145
2146
cl_int release() const
2147
{
2148
if (object_ != nullptr) {
2149
return ReferenceHandler<cl_type>::release(object_);
2150
}
2151
else {
2152
return CL_SUCCESS;
2153
}
2154
}
2155
};
2156
2157
template <>
Callers
6
RawTensor
Method · 0.45
RawTensor
Class · 0.45
run
Method · 0.45
run_target
Method · 0.45
run
Method · 0.45
do_run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected