Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dtraining_ops.cc117 class ResourceApplyMomentum : public XlaOpKernel { class
119 explicit ResourceApplyMomentum(OpKernelConstruction* ctx) : XlaOpKernel(ctx) { in ResourceApplyMomentum() function in tensorflow::__anon7a3fe8190111::ResourceApplyMomentum
/aosp_15_r20/external/tensorflow/tensorflow/go/op/
H A Dwrappers.go37981 func ResourceApplyMomentum(scope *Scope, var_ tf.Output, accum tf.Output, lr tf.Output, grad tf.Out… func