Searched defs:SGD (Results 1 – 6 of 6) sorted by relevance
33 SGD() : PrimitiveC(kNameSGD) {} in SGD() function
49 void SGD(const int size, const T dampening, const T weight_decay, const bool nesterov, const T *lr,… in SGD() function
35 class SGD(Optimizer): class
66 class SGD(nn.Cell): class
233 SGD = 0; enumerator
2963 class SGD(PrimitiveWithCheck): class