| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.nn |
| Modifier and Type | Method and Description |
|---|---|
<T> DepthToSpace<T> |
NnOps.depthToSpace(Operand<T> input,
Long blockSize,
DepthToSpace.Options... options)
Builds an
DepthToSpace operation |
| Modifier and Type | Method and Description |
|---|---|
static DepthToSpace.Options |
DepthToSpace.dataFormat(String dataFormat) |
DepthToSpace.Options |
DepthToSpace.Options.dataFormat(String dataFormat) |
| Modifier and Type | Method and Description |
|---|---|
static <T> DepthToSpace<T> |
DepthToSpace.create(Scope scope,
Operand<T> input,
Long blockSize,
DepthToSpace.Options... options)
Factory method to create a class wrapping a new DepthToSpace operation.
|
Copyright © 2015–2019. All rights reserved.