Home
last modified time | relevance | path

Searched defs:gradient_shape (Results 1 – 10 of 10) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/nn/
Dadagrad_gpu_kernel.h84 auto gradient_shape = AnfAlgo::GetPrevNodeOutputInferShape(kernel_node, 3); in Init() local
Dmomentum_gpu_kernel.h73 auto gradient_shape = AnfAlgo::GetPrevNodeOutputInferShape(kernel_node, 3); in Init() local
Dftrl_gpu_kernel.h84 auto gradient_shape = AnfAlgo::GetPrevNodeOutputInferShape(kernel_node, 3); in Init() local
Dsparse_apply_proximal_adagrad_kernel.h83 auto gradient_shape = AnfAlgo::GetPrevNodeOutputInferShape(kernel_node, 5); in Init() local
Dadam_weight_decay_gpu_kernel.h87 auto gradient_shape = AnfAlgo::GetPrevNodeOutputInferShape(kernel_node, 8); in Init() local
Dadam_gpu_kernel.h90 auto gradient_shape = AnfAlgo::GetPrevNodeOutputInferShape(kernel_node, 9); in Init() local
Dsparse_ftrl_gpu_kernel.h84 auto gradient_shape = AnfAlgo::GetPrevNodeOutputInferShape(kernel_node, 3); in Init() local
/third_party/mindspore/mindspore/core/ops/
Dctcloss.cc79 abstract::ShapePtr gradient_shape; in InferShape() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/math/
Dupdate_thor_gradient.h191 auto gradient_shape = AnfAlgo::GetPrevNodeOutputInferShape(kernel_node, 1); in SetProperty() local
/third_party/mindspore/mindspore/ops/operations/
Dnn_ops.py3026 def check_shape(self, parameters_shape, gradient_shape, learning_rate_shape, argument
6910 …def infer_shape(self, weight_shape, gradient_shape, norm_weight_shape, norm_gradient_shape, weight… argument