/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/ir_fission/ |
D | bn_split.cc | 63 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()
|
D | unsorted_segment_sum_fission.cc | 33 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()
|
D | tensor_scatter_update_fission.cc | 32 tensor_move->set_scope(tensor_scatter_update->scope()); in CreateTensorMove() 47 scatter_nd_update->set_scope(tensor_scatter_update->scope()); in CreateScatterNdUpdate()
|
D | addn_fission.cc | 34 new_addn->set_scope(origin_addn_cnode->scope()); in CreateNewAddn() 73 base_addn->set_scope(new_cnode->scope()); in Process()
|
D | lars_v2_fission.cc | 41 square_sum_all->set_scope(lars_v2->scope()); in CreateOutputsOfSquareSumAll() 68 lars_v2_update->set_scope(lars_v2->scope()); in CreateLarsV2Update()
|
D | single_batch_norm_fission.cc | 48 bn_training_reduce->set_scope(bn->scope()); in CreateBNTrainingReduce() 84 bn_training_update_v3->set_scope(bn->scope()); in CreateBNTrainingUpdateV3()
|
D | gather_v2_ds_fission.cc | 38 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()
|
D | pack_fission.cc | 35 new_pack->set_scope(origin_pack_cnode->scope()); in CreateNewPack() 95 base_concat->set_scope(cnode->scope()); in Process()
|
D | layer_norm_grad_split.cc | 48 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()
|
D | batch_norm_grad_split.cc | 43 bn_update_grad->set_scope(bn_grad_node->scope()); in CreateOutputsOfUpdateGrad() 77 bn_reduce_grad->set_scope(bn_grad_node->scope()); in CreateOutputsOfReduceGrad()
|
D | concat_fission.cc | 35 new_concat->set_scope(origin_concat_cnode->scope()); in CreateNewConcat() 105 base_concat->set_scope(new_cnode->scope()); in Process()
|
D | bn_grad_split.cc | 44 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/ |
D | fake_learned_scale_quant_grad_unify_mindir.cc | 46 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()
|
D | sparse_softmax_cross_entropy_with_logits_unify_mindir.cc | 101 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()
|
D | dropout_unify_mindir.cc | 152 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()
|
D | conv2d_unify_mindir.cc | 110 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()
|
D | maxpool_to_maxpool_with_argmax.cc | 58 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/ |
D | relu_v2_pass.cc | 76 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/ |
D | mul_add_fusion_test.cc | 42 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/ |
D | momentum_lossscale_fusion.cc | 81 depend->set_scope(cnode->input(kIndex5)->scope()); in Process() 97 new_node->set_scope(node->scope()); in Process()
|
D | derelu_fusion.cc | 49 new_node->set_scope(relu->scope()); in CreateReluV2() 92 new_node->set_scope(relu_grad->scope()); in CreateReluGradV2()
|
D | square_sum_fusion.cc | 50 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/ |
D | convert_const_input_to_tensor_input.cc | 58 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/ |
D | message_differencer_unittest.cc | 83 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/ |
D | insert_cast.cc | 68 replace_node->set_scope(cnode->scope()); in InsertCastForMultipleOutput() 104 replace_node->set_scope(cnode->scope()); in InsertCastForOutput()
|