| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.nn |
| Modifier and Type | Method and Description |
|---|---|
<T,U extends Number> |
NnOps.spaceToBatch(Operand<T> input,
Operand<U> paddings,
Long blockSize)
Builds an
SpaceToBatch operation |
| Modifier and Type | Method and Description |
|---|---|
static <T,U extends Number> |
SpaceToBatch.create(Scope scope,
Operand<T> input,
Operand<U> paddings,
Long blockSize)
Factory method to create a class wrapping a new SpaceToBatch operation.
|
Copyright © 2015–2019. All rights reserved.