| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.train |
| Modifier and Type | Method and Description |
|---|---|
<T> ResourceApplyProximalGradientDescent |
TrainOps.resourceApplyProximalGradientDescent(Operand<?> var,
Operand<T> alpha,
Operand<T> l1,
Operand<T> l2,
Operand<T> delta,
ResourceApplyProximalGradientDescent.Options... options)
Builds an
ResourceApplyProximalGradientDescent operation |
| Modifier and Type | Method and Description |
|---|---|
static <T> ResourceApplyProximalGradientDescent |
ResourceApplyProximalGradientDescent.create(Scope scope,
Operand<?> var,
Operand<T> alpha,
Operand<T> l1,
Operand<T> l2,
Operand<T> delta,
ResourceApplyProximalGradientDescent.Options... options)
Factory method to create a class wrapping a new ResourceApplyProximalGradientDescent operation.
|
Copyright © 2015–2019. All rights reserved.