Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dtraining_ops.cc565 class ResourceApplyAdaMax : public XlaOpKernel { class
567 explicit ResourceApplyAdaMax(OpKernelConstruction* ctx) : XlaOpKernel(ctx) { in ResourceApplyAdaMax() function in tensorflow::__anon7a3fe8190111::ResourceApplyAdaMax
/aosp_15_r20/external/tensorflow/tensorflow/go/op/
H A Dwrappers.go37249 func ResourceApplyAdaMax(scope *Scope, var_ tf.Output, m tf.Output, v tf.Output, beta1_power tf.Out… func