MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / AclDestroyOperator

Function AclDestroyOperator

src/c/AclOperator.cpp:53–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53extern "C" AclStatus AclDestroyOperator(AclOperator external_op)
54{
55 using namespace arm_compute;
56
57 auto op = get_internal(external_op);
58
59 StatusCode status = detail::validate_internal_operator(op);
60 ARM_COMPUTE_RETURN_CENUM_ON_FAILURE(status);
61
62 delete op;
63
64 return AclSuccess;
65}

Callers

nothing calls this directly

Calls 2

get_internalFunction · 0.50

Tested by

no test coverage detected