Home
last modified time | relevance | path

Searched refs:GetParameterIndex (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/session/
Dsession_basic.h186 void GetParameterIndex(const KernelGraph *graph, const std::vector<tensor::TensorPtr> &inputs,
Dsession_basic.cc1242 void SessionBasic::GetParameterIndex(const KernelGraph *graph, const std::vector<tensor::TensorPtr>… in GetParameterIndex() function in mindspore::session::SessionBasic
2277 GetParameterIndex(kernel_graph.get(), inputs, &parameter_index); in RunOpsInGraphImpl()
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/
Dauto_monad.cc760 int GetParameterIndex(const FuncGraphPtr &func_graph, const ParameterPtr &para) { in GetParameterIndex() function in mindspore::pipeline::__anon897cf14f0111::SideEffectFinder
787 const int para_index = GetParameterIndex(func_graph, para); in ForEachRealArguments()
/third_party/mindspore/mindspore/ccsrc/runtime/framework/
Dgraph_compiler.cc455 session_->GetParameterIndex(graph.get(), inputs, parameter_index); in GetParamAndOutputIndex()