Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/mindrecord/include/
Dshard_task_list.h55 TaskType task_type; member
203 inline void ShardTaskList::InsertTask(TaskType task_type, int shard_id, int group_id, in InsertTask()
213 inline void ShardTaskList::InsertTask(const int64_t &i, TaskType task_type, int shard_id, int group… in InsertTask()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/pipeline/task/
Dtask.h43 explicit AsyncTask(TaskType task_type) : task_type_(task_type) {} in AsyncTask()
49 TaskType task_type() const { return task_type_; } in task_type() function
Ddevice_task.h59 DeviceOpTask(std::shared_ptr<OpTaskContext> context, TaskType task_type) in DeviceOpTask()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/auto_grad/
Dasync_task_manager.h36 …explicit AsyncTaskMultiWorker(runtime::TaskType task_type) : comp_count_(0), task_type_(task_type)… in AsyncTaskMultiWorker()
39 runtime::TaskType task_type() const { return task_type_; } in task_type() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/
Dmindrecord_op.cc211 auto task_type = task_content_ptr->first; in GetRowFromReader() local
237 … const mindrecord::json &columns_json, const mindrecord::TaskType task_type) { in LoadTensorRow()
Dcoco_op.h83 Builder &SetTask(const std::string &task_type) { in SetTask()
Dvoc_op.cc47 VOCOp::VOCOp(const TaskType &task_type, const std::string &task_mode, const std::string &folder_pat… in VOCOp()
62 VOCOp::VOCOp(const TaskType &task_type, const std::string &task_mode, const std::string &folder_pat… in VOCOp()
Dcoco_op.cc50 CocoOp::CocoOp(const TaskType &task_type, const std::string &image_folder_path, const std::string &… in CocoOp()
62 CocoOp::CocoOp(const TaskType &task_type, const std::string &image_folder_path, const std::string &… in CocoOp()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/pynative/forward/
Dforward_task.h106 …:function<void(const FrontendOpRunInfoPtr &op_run_info, const runtime::KernelTaskType &task_type)>… in ViewKernelBackendTask()
Dforward.cc349const runtime::KernelTaskType &task_type, bool enable_async) { in ForwardRunViewKernelTask()
364 runtime::KernelTaskType task_type, in CreateViewOpOutputs()
433 runtime::KernelTaskType task_type = GetViewOpTaskType(op_run_info->base_op_run_info.op_name); in ProcessViewOp() local
1002 runtime::KernelTaskType task_type) { in CreateViewOutputTensor()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/source/
Dcoco_node.cc89 CocoOp::TaskType task_type = CocoOp::TaskType::Detection; in Build() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/hal/hardware/
Dcpu_device_context.cc84 runtime::KernelTaskPtr GetTaskByTaskType(const runtime::KernelTaskType &task_type, in GetTaskByTaskType()
531 bool CPUKernelExecutor::ExecuteKernelTask(const runtime::KernelTaskType &task_type, in ExecuteKernelTask()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/mindrecord/meta/
Dshard_task_list.cc186 TaskType task_type = TaskType::kCommonTask; in GetTaskByID() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/session/
Dexecutor.cc137 enum TaskType task_type = task->type_; in WorkerLoop() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/mock/
Dexecutor.cc195 enum TaskType task_type = task->type_; in WorkerLoop() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/
Dexecutor.cc195 enum TaskType task_type = task->type_; in WorkerLoop() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/hal/hardware/
Dgpu_device_context.cc101 runtime::KernelTaskPtr GetTaskByTaskType(const runtime::KernelTaskType &task_type, in GetTaskByTaskType()
1078 bool GPUKernelExecutor::ExecuteKernelTask(const runtime::KernelTaskType &task_type, in ExecuteKernelTask()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/device/dump/
Dascend_dump.cc146 uint64_t task_type = UnpackUint64Value(data_ptr + index); in ParseOverflowInfo() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/hardware/
Ddevice_context.h404 virtual bool ExecuteKernelTask(const runtime::KernelTaskType &task_type, in ExecuteKernelTask()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/graph_compiler/
Dbackend.cc1129 void MindRTBackend::RunViewKernelTaskAsyncImpl(const runtime::KernelTaskType &task_type, DeviceCont… in RunViewKernelTaskAsyncImpl()
1142 const runtime::KernelTaskType &task_type, bool enable_async) { in RunViewKernelTask()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/pynative/
Dop_runner.cc807 void OpRunner::LaunchKernelTask(const runtime::KernelTaskType &task_type, DeviceContext *device_con… in LaunchKernelTask()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/hardware/
Dge_kernel_executor.cc1202 bool GeKernelExecutor::ExecuteKernelTask(const runtime::KernelTaskType &task_type, in ExecuteKernelTask()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/mindrecord/io/
Dshard_reader.cc1523 auto task_type = std::get<0>(task); in ConsumerOneTask() local