Home
last modified time | relevance | path

Searched refs:update_gradient (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/modules/skottie/src/effects/
DGradientEffect.cpp72 auto update_gradient = [this] (InstanceType new_type) { in onSync() local
92 update_gradient(instance_type); in onSync()
/third_party/flutter/skia/modules/skottie/src/effects/
DGradientEffect.cpp54 auto update_gradient = [this] (InstanceType new_type) { in apply() local
73 update_gradient(instance_type); in apply()
/third_party/mindspore/mindspore/nn/optim/
Dthor.py409 self.update_gradient = P.UpdateThorGradient(split_dim=self.split_dim)
611 g = self.update_gradient(matrix_g, g, matrix_a)
637 g = self.update_gradient(matrix_g, g, matrix_a)