Home
last modified time | relevance | path

Searched defs:SGD (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/core/ops/
Dsgd.h33 SGD() : PrimitiveC(kNameSGD) {} in SGD() function
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dsgd_impl.cu49 void SGD(const int size, const T dampening, const T weight_decay, const bool nesterov, const T *lr,… in SGD() function
/third_party/mindspore/mindspore/nn/optim/
Dsgd.py35 class SGD(Optimizer): class
/third_party/mindspore/tests/mindspore_test_framework/utils/
Dmodel_util.py66 class SGD(nn.Cell): class
/third_party/mindspore/third_party/proto/caffe/
Dcaffe.proto233 SGD = 0; enumerator
/third_party/mindspore/mindspore/ops/operations/
Dnn_ops.py2963 class SGD(PrimitiveWithCheck): class