| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.signal |
| Modifier and Type | Method and Description |
|---|---|
Rfft2d |
SignalOps.rfft2d(Operand<Float> input,
Operand<Integer> fftLength)
Builds an
Rfft2d operation |
| Modifier and Type | Method and Description |
|---|---|
static Rfft2d |
Rfft2d.create(Scope scope,
Operand<Float> input,
Operand<Integer> fftLength)
Factory method to create a class wrapping a new Rfft2d operation.
|
Copyright © 2015–2019. All rights reserved.