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

Method finish

arm_compute/Acl.hpp:479–482  ·  view source on GitHub ↗

Block until all the tasks of the queue have been marked as finished * * @return Status code */

Source from the content-addressed store, hash-verified

477 * @return Status code
478 */
479 StatusCode finish()
480 {
481 return detail::as_enum<StatusCode>(AclQueueFinish(_object.get()));
482 }
483};
484
485/**< Data type enumeration */

Callers

nothing calls this directly

Calls 2

AclQueueFinishFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected