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