Home
last modified time | relevance | path

Searched refs:MakeValueNode (Results 1 – 10 of 10) sorted by relevance

/third_party/mindspore/mindspore/core/api/ir/
Dfunc_graph.h59 static AnfNodePtr MakeValueNode(const FuncGraphPtr &func_graph);
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/pass/
Dconvert_const_scalar_to_tensor.cc51 tensor_input = MakeValueNode(tensor_input); in CreateTensorInput()
Dconvert_const_input_to_tensor_input.cc56 tensor_input = MakeValueNode(tensor_input); in CreateTensorInput()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/common/
Dhelper.h217 ValueNodePtr MakeValueNode(const ValueNodePtr &value_node);
Dhelper.cc895 ValueNodePtr MakeValueNode(const ValueNodePtr &value_node) { in MakeValueNode() function
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dkernel_graph.cc141 AnfNodePtr KernelGraph::MakeValueNode(const AnfNodePtr &node) const { in MakeValueNode() function in mindspore::session::KernelGraph
461 auto new_input_node = MakeValueNode(input_node); in CreateKernelInfoFromNewParameter()
590 auto new_value_node = MakeValueNode(value_node)->cast<ValueNodePtr>(); in NewValueNode()
Dkernel_graph.h384 AnfNodePtr MakeValueNode(const AnfNodePtr &node) const;
/third_party/mindspore/mindspore/core/ir/
Dfunc_graph.cc763 AnfNodePtr api::FuncGraph::MakeValueNode(const api::FuncGraphPtr &func_graph) { in MakeValueNode() function in mindspore::api::FuncGraph
/third_party/mindspore/mindspore/ccsrc/pipeline/pynative/
Dpynative_execute.h255 AnfNodePtr MakeValueNode(const py::object &obj, const std::string &obj_id);
Dpynative_execute.cc1401 return MakeValueNode(obj, obj_id); in GetInput()
1413 node = MakeValueNode(obj, obj_id); in GetInput()
1485 AnfNodePtr GradExecutor::MakeValueNode(const py::object &obj, const std::string &obj_id) { in MakeValueNode() function in mindspore::pynative::GradExecutor
2408 MakeValueNode(out, out_id); in EndGraphInner()