Home
last modified time | relevance | path

Searched defs:accumulation (Results 1 – 19 of 19) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dmomentum_impl.cu19 __global__ void MomentumUpdateVariableKernel(const size_t size, T *variable, T *accumulation, const… in MomentumUpdateVariableKernel()
34 __global__ void MomentumUpdateVariableKernel(const size_t size, half *variable, half *accumulation, in MomentumUpdateVariableKernel()
51 …global__ void MomentumUpdateVariableKernel(const size_t size, float *variable, float *accumulation, in MomentumUpdateVariableKernel()
67 void MomentumUpdateVariable(const size_t size, T *variable, T *accumulation, const S *learning_rate… in MomentumUpdateVariable()
75T *accumulation, const T *learning_rate, const S *gradient, in FusedMomentumWeightDecayScaleKernel()
85 …cayScaleMomentum(const size_t element_num, T *weight_decay, T *scale, T *variable, T *accumulation, in FusedWeightDecayScaleMomentum()
95 …l__ void FusedMomentumScaleKernel(const size_t element_num, T *scale, T *variable, T *accumulation, in FusedMomentumScaleKernel()
104 void FusedScaleMomentum(const size_t element_num, T *scale, T *variable, T *accumulation, const T *… in FusedScaleMomentum()
113 …dWeightDecayMomentumKernel(const size_t element_num, T *weight_decay, T *variable, T *accumulation, in FusedWeightDecayMomentumKernel()
123 …d FusedWeightDecayMomentum(const size_t element_num, T *weight_decay, T *variable, T *accumulation, in FusedWeightDecayMomentum()
[all …]
Dadagrad_impl.cu35 T *accumulation) { in ApplyAdagradKernel()
50 half *accumulation) { in ApplyAdagradKernel()
65 float *accumulation) { in ApplyAdagradKernel()
80 float *accumulation) { in ApplyAdagradKernel()
95 half *accumulation) { in ApplyAdagradKernel()
110 T *accumulation, in ApplyAdagrad()
Dftrl_impl.cu52 T *variable, T *accumulation, T *linear) { in ApplyFtrlKernel()
73 … const T *l2_regularization, const T *learning_rate_power, T *variable, T *accumulation, T *linear, in ApplyFtrl()
Dsparse_apply_proximal_adagrad_impl.cu62 … const T *gradient, const int *indices, T *variable, T *accumulation, in SparseApplyProximalAdagradUpdate()
86 … const int *indices, T *variable, T *accumulation, T *variable_out, in CalSparseApplyProximalAdagrad()
Dsparse_ftrl_impl.cu55 T *variable, T *accumulation, T *linear) { in SparseApplyFtrlKernel()
86 … const float learning_rate_power, const bool use_locking, T *variable, T *accumulation, in CalSparseApplyFtrl()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/gpu/
Dapply_momentum_weight_fusion.cc43 auto accumulation = utils::cast<AnfNodePtr>((*equiv)[accumulation_]); in Process() local
Dapply_momentum_scale_fusion.cc71 auto accumulation = utils::cast<AnfNodePtr>((*equiv)[accumulation_]); in Process() local
Dapply_momentum_weight_scale_fusion.cc104 auto accumulation = utils::cast<AnfNodePtr>((*equiv)[accumulation_]); in Process() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/nn/
Dfused_weightdecay_momentum_gpu_kernel.h43 T *accumulation = GetDeviceAddress<T>(inputs, 2); in Launch() local
Dfused_scale_momentum_gpu_kernel.h43 T *accumulation = GetDeviceAddress<T>(inputs, 2); in Launch() local
Dfused_weightdecay_scale_momentum_gpu_kernel.h44 T *accumulation = GetDeviceAddress<T>(inputs, 3); in Launch() local
Dadagrad_gpu_kernel.h50 T *accumulation = GetDeviceAddress<T>(inputs, 1); in Launch() local
Dmomentum_gpu_kernel.h49 T *accumulation = GetDeviceAddress<T>(inputs, 1); in Launch() local
Dftrl_gpu_kernel.h53 T *accumulation = GetDeviceAddress<T>(inputs, 1); in Launch() local
Dsparse_apply_proximal_adagrad_kernel.h49 T *accumulation = GetDeviceAddress<T>(inputs, 1); in Launch() local
Dsparse_ftrl_gpu_kernel.h43 T *accumulation = GetDeviceAddress<T>(inputs, 1); in Launch() local
/third_party/mindspore/tests/vm_impl/
Dnn_ops_vm_impl.py336 accumulation, argument
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Dcpu_kernel.cc85 size_t accumulation = 1; in GetElementNumEveryDim() local
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/mem_reuse/
Dmem_swap_manager.cc78 size_t accumulation = 0; in InitSwapThreshold() local