Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/core/mindrt/src/thread/
Dthreadpool.h72 typedef struct TaskSplit { struct
73 TaskSplit(Task *task, int task_id) : task_(task), task_id_(task_id) {} in TaskSplit() function
76 } TaskSplit; typedef