Home
last modified time | relevance | path

Searched defs:ApplyGradientDescent (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dapply_gradient_descent_impl.cu20 __global__ void ApplyGradientDescent(const size_t size, T *var, const T *alpha, const T *delta, T *… in ApplyGradientDescent() function
/third_party/mindspore/mindspore/ops/operations/
Dnn_ops.py6673 class ApplyGradientDescent(PrimitiveWithInfer): class