Home
last modified time | relevance | path

Searched defs:ExecutionWorkload (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/arm_compute/graph/
H A DWorkload.h98 struct ExecutionWorkload struct
100 std::vector<Tensor *> inputs = {}; /**< Input handles */
101 std::vector<Tensor *> outputs = {}; /**< Output handles */
102 std::vector<ExecutionTask> tasks = {}; /**< Execution workload */
103 Graph *graph = { nullptr }; /**< Graph bound to the workload */
104 GraphContext *ctx = { nullptr }; /**< Graph execution context */