Searched defs:ExecutionWorkload (Results 1 – 1 of 1) sorted by relevance
98 struct ExecutionWorkload struct100 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 */