Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/mindrecord/meta/
Dshard_distributed_sample.cc54 Status ShardDistributedSample::PreExecute(ShardTaskList &tasks) { in PreExecute() function in mindspore::mindrecord::ShardDistributedSample
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/mindrecord/include/
Dshard_operator.h48 virtual Status PreExecute(ShardTaskList &tasks) { return Status::OK(); } // NOLINT in PreExecute() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/delegate/tensorrt/
Dtensorrt_subgraph.cc764 int TensorRTSubGraph::PreExecute(const std::vector<tensor::Tensor> &inputs, const std::vector<tenso… in PreExecute() function in mindspore::lite::TensorRTSubGraph
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/debug/debugger/
Ddebugger.cc396 void Debugger::PreExecute(const KernelGraphPtr &graph_ptr) { in PreExecute() function in mindspore::Debugger