Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dtraining_ops.cc636 class ResourceApplyRMSProp : public XlaOpKernel { class
638 explicit ResourceApplyRMSProp(OpKernelConstruction* ctx) : XlaOpKernel(ctx) { in ResourceApplyRMSProp() function in tensorflow::__anon7a3fe8190111::ResourceApplyRMSProp
/aosp_15_r20/external/tensorflow/tensorflow/go/op/
H A Dwrappers.go38183 func ResourceApplyRMSProp(scope *Scope, var_ tf.Output, ms tf.Output, mom tf.Output, lr tf.Output, … func