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