Home
last modified time | relevance | path

Searched defs:new_input (Results 1 – 25 of 27) sorted by relevance

12

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/model/
Dnode.cc71 void Node::AddInput(const NodePtr &new_input) { in AddInput()
77 void Node::SetInput(size_t i, const NodePtr &new_input) { in SetInput()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/pass/
Dconvert_const_scalar_to_tensor.cc82 auto new_input = ConvertTensorInput(func_graph->cast<KernelGraphPtr>(), cnode->inputs()[i]); in Process() local
Dbroadcast_to_fusion.cc78 auto new_input = opt::CreateValueNodeWithKernelInfo(graph, MakeValue(input_x)); in Process() local
Dconvert_tuple_output_to_maketuple.cc109 auto new_input = ConvertTupleInputToMakeTuple(func_graph, input); in Process() local
Dinsert_type_transform_op.cc810 auto new_input = ConstructInputByValueNode(func_graph, input); in ProcessTupleToTensor() local
872 auto new_input = ConstructInputByValueNode(func_graph, input); in ProcessScalarToTensor() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/
Dconvert_bfloat16.cc182 auto new_input = CastTensor(value_node); in CastInput() local
188 auto new_input = GetCastedInput(cast_node->input(1), target_input_type, func_graph); in CastInput() local
191 auto new_input = GetCastedInput(input_node, target_input_type, func_graph); in CastInput() local
Dinplace_assign_builder.cc81 auto &new_input = inplace_info.second; in CorrectKernelBuildInfo() local
Dconvert_input_and_attr.cc294 …auto new_input = opt::CreateValueNodeWithKernelInfo(func_graph, MakeValue<std::vector<int64_t>>(va… in ConvertInputsType() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/optimizer/ge/
Ddropout_gen_mask_depend.cc75 auto new_input = func_graph->NewCNode(inputs); in Run() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/optimizer/enhancer/
Dinsert_depend_for_all_gather.cc54 auto new_input = graph->NewCNode(inputs); in Run() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/parser/onnx/
Donnx_deform_conv2d_adjust.cc168 …std::vector<AnfNodePtr> new_input = {cnode->input(0), cnode->input(1), cnode->input(opt::kInputInd… in Adjust() local
Donnx_inputs_adjust.cc377 auto new_input = cnode->inputs(); in AdjustResize() local
429 auto new_input = cnode->inputs(); in AdjustUnsqueeze() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/kernel/acl/
Dacl_lite_kernel.cc64 auto new_input = in_tensors_.at(i); in InferShape() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/ops_info/
Dconv3d_info.cc172 AnfNodePtr Conv3DInfo::GenerateConv3DNode(const AnfNodePtr &new_input, const CNodePtr &cnode) { in GenerateConv3DNode()
Dmax_avg_pool_3d_info.cc864 AnfNodePtr MaxPool3DInfo::GenerateNewOpNode(const AnfNodePtr &new_input, const CNodePtr &cnode) { in GenerateNewOpNode()
Dconv2d_info.cc951 AnfNodePtr Conv2DInfo::GenerateConv2DNode(const AnfNodePtr &new_input, const CNodePtr &cnode) { in GenerateConv2DNode()
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/parser/pytorch/
Dtorch_graph_transform.cc170 auto new_input = graph->addInput(tuple_unpack->output(idx)->debugName()); in FlattenInputsTuple() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/optimizer/ge/hcom/
Dinsert_depend_for_all_gather_ge.cc70 auto new_input = graph->NewCNode(inputs); in CreateDepend() local
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_compiler.c229 rc_transform_fragment_wpos(struct radeon_compiler *c, unsigned wpos, unsigned new_input, in rc_transform_fragment_wpos()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/optimizer/
Dcudnn_inplace_fusion.cc199 auto new_input = graph->NewCNode(acc_input->inputs()); in CheckInplaceNodeInputs() local
/third_party/mesa3d/src/microsoft/clc/
Dclc_compiler.c222 nir_variable *new_input = NULL; in clc_lower_input_image_deref() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/static_analysis/
Dprogram_specialize.cc800 auto new_input = NewValueNode(new_sequence_value); in PurifySequenceValueNode() local
889 auto new_input = NewValueNode(new_sequence_value); in PurifyNamedTupleValueNode() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/optimizer/graph/
Ddecrease_transpose_algo.cc296 AnfNodePtr new_input = nullptr; in GenNewInput() local
/third_party/mindspore/mindspore-src/source/mindspore/core/ir/
Dfunc_graph_cloner.cc903 auto &new_input = (iter == replicated_node_.end() ? input : iter->second); in LinkCNodeEdges() local
Danf.cc354 void CNode::set_input(size_t i, const AnfNodePtr &new_input) { in set_input()

12