Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/include/
Dshard_operator.h48 virtual Status PreExecute(ShardTaskList &tasks) { return Status::OK(); } in PreExecute() function
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/meta/
Dshard_distributed_sample.cc58 Status ShardDistributedSample::PreExecute(ShardTaskList &tasks) { in PreExecute() function in mindspore::mindrecord::ShardDistributedSample
/third_party/mindspore/mindspore/ccsrc/debug/debugger/
Ddebugger.cc297 void Debugger::PreExecute(const KernelGraphPtr &graph_ptr) { in PreExecute() function in mindspore::Debugger