Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dtraining_ops.cc864 class ResourceApplyFtrl : public XlaOpKernel { class
866 explicit ResourceApplyFtrl(OpKernelConstruction* ctx) : XlaOpKernel(ctx) { in ResourceApplyFtrl() function in tensorflow::__anon806d0a8a0111::ResourceApplyFtrl
/external/tensorflow/tensorflow/go/op/
Dwrappers.go37390 func ResourceApplyFtrl(scope *Scope, var_ tf.Output, accum tf.Output, linear tf.Output, grad tf.Out… func