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