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