| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
IRFFT3D |
Ops.iRFFT3D(Operand<?> input,
Operand<Integer> fftLength)
Adds an
IRFFT3D operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static IRFFT3D |
IRFFT3D.create(Scope scope,
Operand<?> input,
Operand<Integer> fftLength)
Factory method to create a class to wrap a new IRFFT3D operation to the graph.
|
Copyright © 2015–2019. All rights reserved.