| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<T extends Number> |
Ops.lRN(Operand<T> input,
LRN.Options... options)
Adds an
LRN operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static LRN.Options |
LRN.alpha(Float alpha) |
LRN.Options |
LRN.Options.alpha(Float alpha) |
static LRN.Options |
LRN.beta(Float beta) |
LRN.Options |
LRN.Options.beta(Float beta) |
static LRN.Options |
LRN.bias(Float bias) |
LRN.Options |
LRN.Options.bias(Float bias) |
static LRN.Options |
LRN.depthRadius(Long depthRadius) |
LRN.Options |
LRN.Options.depthRadius(Long depthRadius) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Number> |
LRN.create(Scope scope,
Operand<T> input,
LRN.Options... options)
Factory method to create a class to wrap a new LRN operation to the graph.
|
Copyright © 2015–2019. All rights reserved.