Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ge_runtime/
Druntime_model.h43 rtStream_t GetModelStream() const { return rt_model_stream_; } in GetModelStream() function
Dmodel_runner.cc89 void *ModelRunner::GetModelStream(uint32_t model_id) const { in GetModelStream() function in mindspore::ge::model_runner::ModelRunner
/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dkernel_runtime.h119 virtual void *GetModelStream(uint32_t graph_id) const { return nullptr; } in GetModelStream() function
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_kernel_runtime.cc212 void *AscendKernelRuntime::GetModelStream(uint32_t graph_id) const { in GetModelStream() function in mindspore::device::ascend::AscendKernelRuntime