MCPcopy 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
2157template <>

Callers 6

RawTensorMethod · 0.45
RawTensorClass · 0.45
runMethod · 0.45
run_targetMethod · 0.45
runMethod · 0.45
do_runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected