Home
last modified time | relevance | path

Searched defs:LoadInputData (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/session/
Dascend_inference_session.cc29 void AscendInferenceSession::LoadInputData(const std::shared_ptr<KernelGraph> &kernel_graph, in LoadInputData() function in mindspore::session::AscendInferenceSession
Dgpu_inference_session.cc29 void GpuInferenceSession::LoadInputData(const std::shared_ptr<KernelGraph> &kernel_graph, in LoadInputData() function in mindspore::session::GpuInferenceSession
Dcpu_session.cc166 void CPUSession::LoadInputData(const std::shared_ptr<KernelGraph> &kernel_graph, in LoadInputData() function in mindspore::session::CPUSession
Dsession_basic.h261 virtual void LoadInputData(const std::shared_ptr<KernelGraph> &kernel_graph, in LoadInputData() function
Dgpu_session.cc319 void GPUSession::LoadInputData(const std::shared_ptr<KernelGraph> &kernel_graph, in LoadInputData() function in mindspore::session::gpu::GPUSession
Dascend_session.cc442 void AscendSession::LoadInputData(const std::shared_ptr<KernelGraph> &kernel_graph, in LoadInputData() function in mindspore::session::AscendSession