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