Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dtraining_ops.cc72 class ResourceApplyProximalGradientDescent : public XlaOpKernel { class
74 explicit ResourceApplyProximalGradientDescent(OpKernelConstruction* ctx) in ResourceApplyProximalGradientDescent() function in tensorflow::__anon7a3fe8190111::ResourceApplyProximalGradientDescent
/aosp_15_r20/external/tensorflow/tensorflow/go/op/
H A Dwrappers.go38125 func ResourceApplyProximalGradientDescent(scope *Scope, var_ tf.Output, alpha tf.Output, l1 tf.Outp… func