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

Method run

arm_compute/Acl.hpp:768–771  ·  view source on GitHub ↗

Run an operator on a given input list * * @param[in,out] queue Queue to scheduler the operator on * * @param pack Tensor list to be used as input * * @return Status Code */

Source from the content-addressed store, hash-verified

766 * @return Status Code
767 */
768 StatusCode run(Queue &queue, TensorPack &pack)
769 {
770 return detail::as_cenum<StatusCode>(AclRunOperator(_object.get(), queue.get(), pack.get()));
771 }
772
773protected:
774 /** Constructor */

Callers

nothing calls this directly

Calls 2

AclRunOperatorFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected