Searched refs:GetModelStream (Results 1 – 7 of 7) sorted by relevance
89 void *ModelRunner::GetModelStream(uint32_t model_id) const { in GetModelStream() function in mindspore::ge::model_runner::ModelRunner95 return model_iter->second->GetModelStream(); in GetModelStream()
49 void *GetModelStream(uint32_t model_id) const;
43 rtStream_t GetModelStream() const { return rt_model_stream_; } in GetModelStream() function
73 void *GetModelStream(uint32_t graph_id) const override;
212 void *AscendKernelRuntime::GetModelStream(uint32_t graph_id) const { in GetModelStream() function in mindspore::device::ascend::AscendKernelRuntime213 return ModelRunner::Instance().GetModelStream(graph_id); in GetModelStream()
119 virtual void *GetModelStream(uint32_t graph_id) const { return nullptr; } in GetModelStream() function
517 auto model_stream = runtime_instance->GetModelStream(kernel_graph->graph_id()); in LoadInputData()