Searched refs:kAttrEpsilon (Results 1 – 11 of 11) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/ir_fission/ |
D | batch_norm_grad_split.cc | 49 AnfAlgo::CopyNodeAttr(kAttrEpsilon, bn_grad_node, bn_update_grad); in CreateOutputsOfUpdateGrad() 83 AnfAlgo::CopyNodeAttr(kAttrEpsilon, bn_grad_node, bn_reduce_grad); in CreateOutputsOfReduceGrad()
|
D | bn_grad_split.cc | 50 AnfAlgo::CopyNodeAttr(kAttrEpsilon, bn_grad_node, bn_update_grad); in CreateOutputsOfUpdateGrad() 82 AnfAlgo::CopyNodeAttr(kAttrEpsilon, bn_grad_node, bn_reduce_grad); in CreateOutputsOfReduceGrad()
|
D | batch_norm_grad_infer_fission.cc | 92 AnfAlgo::CopyNodeAttr(kAttrEpsilon, bn_grad, bn_infer_grad); in CreateBNInferGrad() 141 AnfAlgo::CopyNodeAttr(kAttrEpsilon, bn_grad, bn_training_update_grad); in CreateBNTrainingUpdateGrad()
|
D | single_batch_norm_fission.cc | 85 AnfAlgo::CopyNodeAttr(kAttrEpsilon, bn_cnode, bn_training_update_v3); in CreateBNTrainingUpdateV3()
|
D | bn_split.cc | 98 AnfAlgo::CopyNodeAttr(kAttrEpsilon, bn_cnode, bn_training_update); in CreateOutputsOfBNTrainingUpdate()
|
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/ir_fusion/ |
D | batchnorm_to_bninfer.cc | 43 AnfAlgo::CopyNodeAttr(kAttrEpsilon, batchnorm, new_node); in CreateBNInfer()
|
D | batchnormgrad_to_bninfergrad.cc | 45 AnfAlgo::CopyNodeAttr(kAttrEpsilon, batchnormgrad, new_node); in CreateBNInferGrad()
|
D | bn_reduce_grad_conv2d_backprop_filter_fusion.cc | 106 AnfAlgo::CopyNodeAttr(kAttrEpsilon, bnreduce_grad, fused_dbn_dw); in Process()
|
D | fused_batch_norm_fusion.cc | 163 AnfAlgo::CopyNodeAttr(kAttrEpsilon, bn, bn_training_update); in CreateBNTrainingUpdate()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/ |
D | tbe_adapter.cc | 481 if (GetJsonValue<std::string>(json_item, kJName) == kAttrEpsilon) { in LayerNormAttrJsonPost()
|
/third_party/mindspore/mindspore/ccsrc/utils/ |
D | utils.h | 346 constexpr auto kAttrEpsilon = "epsilon"; variable
|