Home
last modified time | relevance | path

Searched refs:set_scope (Results 1 – 25 of 103) sorted by relevance

12345

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/ir_fission/
Dbn_split.cc63 bn_training_reduce->set_scope(bn_cnode->scope()); in CreateOutputsOfBNTrainingReduce()
95 bn_training_update->set_scope(bn_cnode->scope()); in CreateOutputsOfBNTrainingUpdate()
197 cast->set_scope(input->scope()); in InsertCast()
220 allreduce->set_scope(allreduce_input->scope()); in CreateAllReduceAndMul()
244 mul->set_scope(allreduce_input->scope()); in CreateAllReduceAndMul()
Dunsorted_segment_sum_fission.cc33 padding->set_scope(origin_node->scope()); in CreatePadding()
52 unsorted_segment_sum->set_scope(origin_node->scope()); in CreateUnsortedSegmentSum()
70 slice->set_scope(unsort_segment_sum->scope()); in CreateSlice()
Dtensor_scatter_update_fission.cc32 tensor_move->set_scope(tensor_scatter_update->scope()); in CreateTensorMove()
47 scatter_nd_update->set_scope(tensor_scatter_update->scope()); in CreateScatterNdUpdate()
Daddn_fission.cc34 new_addn->set_scope(origin_addn_cnode->scope()); in CreateNewAddn()
73 base_addn->set_scope(new_cnode->scope()); in Process()
Dlars_v2_fission.cc41 square_sum_all->set_scope(lars_v2->scope()); in CreateOutputsOfSquareSumAll()
68 lars_v2_update->set_scope(lars_v2->scope()); in CreateLarsV2Update()
Dsingle_batch_norm_fission.cc48 bn_training_reduce->set_scope(bn->scope()); in CreateBNTrainingReduce()
84 bn_training_update_v3->set_scope(bn->scope()); in CreateBNTrainingUpdateV3()
Dgather_v2_ds_fission.cc38 pad->set_scope(origin_node->scope()); in CreatePad()
99 gather_v2->set_scope(origin_node->scope()); in CreateGatherV2Ds()
120 slice->set_scope(gather_v2->scope()); in CreateSlice()
Dpack_fission.cc35 new_pack->set_scope(origin_pack_cnode->scope()); in CreateNewPack()
95 base_concat->set_scope(cnode->scope()); in Process()
Dlayer_norm_grad_split.cc48 layer_norm_x_backprop->set_scope(layer_norm_grad->scope()); in CreateOutputsOfLayerNormXBackpropV2()
75 layer_norm_beta_gamma_backprop->set_scope(layer_norm_grad->scope()); in CreateOutputsOfLayerNormBetaGammaBackpropV2()
Dbatch_norm_grad_split.cc43 bn_update_grad->set_scope(bn_grad_node->scope()); in CreateOutputsOfUpdateGrad()
77 bn_reduce_grad->set_scope(bn_grad_node->scope()); in CreateOutputsOfReduceGrad()
Dconcat_fission.cc35 new_concat->set_scope(origin_concat_cnode->scope()); in CreateNewConcat()
105 base_concat->set_scope(new_cnode->scope()); in Process()
Dbn_grad_split.cc44 bn_update_grad->set_scope(bn_grad_node->scope()); in CreateOutputsOfUpdateGrad()
76 bn_reduce_grad->set_scope(bn_grad_node->scope()); in CreateOutputsOfReduceGrad()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/mindir/
Dfake_learned_scale_quant_grad_unify_mindir.cc46 lsq_perlayer_grad_d->set_scope(lsq_perlayer_grad_node->scope()); in CreateOutputsOfLSQPerLayerGradD()
79 lsq_perlayer_reduce_grad->set_scope(lsq_perlayer_grad_node->scope()); in CreateOutputsOfLSQPerLayerReduceGrad()
103 lsq_perchannel_grad_d->set_scope(lsq_perchannel_grad_node->scope()); in CreateOutputsOfLSQPerChannelGradD()
137 lsq_perchannel_reduce_grad->set_scope(lsq_perchannel_grad_node->scope()); in CreateOutputsOfLSQPerChannelReduceGrad()
Dsparse_softmax_cross_entropy_with_logits_unify_mindir.cc101 one_hot_node->set_scope(sparse_softmax_node->scope()); in CreateOneHot()
121 softmax_node->set_scope(sparse_softmax_node->scope()); in CreateSoftmaxCrossEntropyWithLogits()
187 reduce_node->set_scope(sparse_softmax_node->scope()); in CreateReduceMean()
219 expand_dims_node->set_scope(real_div_node->scope()); in CreateExpandDims()
242 expand_dims_node->set_scope(real_div_node->scope()); in CreateExpandDimsPynative()
287 tile_node->set_scope(mul_node->scope()); in CreateTile()
326 real_div_node->set_scope(sparse_softmax_node->scope()); in CreateRealDiv()
383 mul_node->set_scope(sparse_softmax_node->scope()); in CreateMul()
465 new_mul_node->set_scope(mul_node->scope()); in Process()
581 new_mul_node->set_scope(mul_node->scope()); in Process()
Ddropout_unify_mindir.cc152 dynamic_shape->set_scope(dropout->scope()); in CreateDropoutGenMaskCNode()
177 dropout_gen_mask->set_scope(dropout->scope()); in CreateDropoutGenMaskCNode()
250 dropout_do_mask1->set_scope(dropout_node->scope()); in Process()
269 dropout_do_mask->set_scope(node->scope()); in Process()
312 dropout_do_mask->set_scope(node->scope()); in Process()
353 dropout_do_mask->set_scope(node->scope()); in Process()
404 dropout_do_mask->set_scope(node->scope()); in Process()
Dconv2d_unify_mindir.cc110 transpose->set_scope(conv2d->scope()); in CreateTranspose()
145 depth_conv->set_scope(conv2d->scope()); in CreateDepthwiseConv2D()
171 depth_conv_backin->set_scope(conv2d_backin->scope()); in CreateDepthwiseConv2DBackpropInput()
198 depth_conv_backfil->set_scope(conv2d_backfil->scope()); in CreateDepthwiseConv2DBackpropFilter()
Dmaxpool_to_maxpool_with_argmax.cc58 maxpool_argmax->set_scope(maxpool->scope()); in CreateMaxPoolWithArgmax()
84 maxpool_grad_argmax->set_scope(maxpool_grad->scope()); in CreateMaxPoolGradWithArgmax()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/gpu/
Drelu_v2_pass.cc76 new_node->set_scope(relu->scope()); in CreateReluV2()
104 new_node->set_scope(relu_grad->scope()); in CreateReluGradV2()
116 new_node->set_scope(relu_grad->scope()); in CreateReluGradV2()
/third_party/mindspore/tests/ut/cpp/pre_activate/ascend/ir_fusion/
Dmul_add_fusion_test.cc42 nd->set_scope(scope); in TEST_F()
66 nd->set_scope(scope); in TEST_F()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/ir_fusion/
Dmomentum_lossscale_fusion.cc81 depend->set_scope(cnode->input(kIndex5)->scope()); in Process()
97 new_node->set_scope(node->scope()); in Process()
Dderelu_fusion.cc49 new_node->set_scope(relu->scope()); in CreateReluV2()
92 new_node->set_scope(relu_grad->scope()); in CreateReluGradV2()
Dsquare_sum_fusion.cc50 square_sumv1->set_scope(sum->scope()); in GenerateSquareSumV1()
71 square_sumv2->set_scope(sum->scope()); in GenerateSquareSumV2()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/pass/
Dconvert_const_input_to_tensor_input.cc58 tensor_input->set_scope(input_node->scope()); in CreateTensorInput()
99 new_cnode->set_scope(cnode->scope()); in ConstInputToTensorInput()
/third_party/protobuf/src/google/protobuf/util/
Dmessage_differencer_unittest.cc83 differencer->set_scope(util::MessageDifferencer::FULL); in ExpectEqualsWithDifferencer()
86 differencer->set_scope(util::MessageDifferencer::PARTIAL); in ExpectEqualsWithDifferencer()
175 differencer.set_scope(util::MessageDifferencer::PARTIAL); in TEST()
191 differencer.set_scope(util::MessageDifferencer::PARTIAL); in TEST()
206 differencer.set_scope(util::MessageDifferencer::PARTIAL); in TEST()
222 differencer.set_scope(util::MessageDifferencer::PARTIAL); in TEST()
238 differencer.set_scope(util::MessageDifferencer::PARTIAL); in TEST()
254 differencer.set_scope(util::MessageDifferencer::PARTIAL); in TEST()
332 differencer.set_scope(util::MessageDifferencer::PARTIAL); in TEST()
352 differencer.set_scope(util::MessageDifferencer::PARTIAL); in TEST()
[all …]
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/format_type/
Dinsert_cast.cc68 replace_node->set_scope(cnode->scope()); in InsertCastForMultipleOutput()
104 replace_node->set_scope(cnode->scope()); in InsertCastForOutput()

12345