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