Searched defs:ApplyGradientDescent (Results 1 – 2 of 2) sorted by relevance
20 __global__ void ApplyGradientDescent(const size_t size, T *var, const T *alpha, const T *delta, T *… in ApplyGradientDescent() function
6673 class ApplyGradientDescent(PrimitiveWithInfer): class