Searched refs:NewCNodeAfter (Results 1 – 5 of 5) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/frontend/operator/composite/ |
D | do_signature.cc | 196 return graph->NewCNodeAfter(param, {cast_node, param, dtype_node}); in DoCast() 296 … param = func_graph->NewCNodeAfter(param, {NewValueNode(cast), param, NewValueNode(cast_type)}); in BuildNewCNode()
|
/third_party/mindspore/mindspore/core/ir/ |
D | func_graph.h | 201 CNodePtr NewCNodeAfter(const AnfNodePtr &position, const std::vector<AnfNodePtr> &inputs);
|
D | func_graph.cc | 177 CNodePtr FuncGraph::NewCNodeAfter(const AnfNodePtr &position, const std::vector<AnfNodePtr> &inputs… in NewCNodeAfter() function in mindspore::FuncGraph
|
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/ |
D | prim.cc | 213 …target_node = func_graph->NewCNodeAfter(source_node, {NewValueNode(cast), source_node, target_type… in MixedPrecisionCastHelper()
|
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/ |
D | parse.cc | 87 …auto cast = func_graph->NewCNodeAfter(param, {NewValueNode(cast_helper), NewValueNode(dst_type), p… in GetMixedPrecisionCastHelp()
|