| Modifier and Type | Method and Description |
|---|---|
BatchFft |
batchFft(Operand<?> input)
Builds an
BatchFft operation |
BatchFft2d |
batchFft2d(Operand<?> input)
Builds an
BatchFft2d operation |
BatchFft3d |
batchFft3d(Operand<?> input)
Builds an
BatchFft3d operation |
BatchIfft |
batchIfft(Operand<?> input)
Builds an
BatchIfft operation |
BatchIfft2d |
batchIfft2d(Operand<?> input)
Builds an
BatchIfft2d operation |
BatchIfft3d |
batchIfft3d(Operand<?> input)
Builds an
BatchIfft3d operation |
<T> Fft<T> |
fft(Operand<T> input)
Builds an
Fft operation |
<T> Fft2d<T> |
fft2d(Operand<T> input)
Builds an
Fft2d operation |
<T> Fft3d<T> |
fft3d(Operand<T> input)
Builds an
Fft3d operation |
<T> Ifft<T> |
ifft(Operand<T> input)
Builds an
Ifft operation |
<T> Ifft2d<T> |
ifft2d(Operand<T> input)
Builds an
Ifft2d operation |
<T> Ifft3d<T> |
ifft3d(Operand<T> input)
Builds an
Ifft3d operation |
Irfft |
irfft(Operand<?> input,
Operand<Integer> fftLength)
Builds an
Irfft operation |
Irfft2d |
irfft2d(Operand<?> input,
Operand<Integer> fftLength)
Builds an
Irfft2d operation |
Irfft3d |
irfft3d(Operand<?> input,
Operand<Integer> fftLength)
Builds an
Irfft3d operation |
Rfft |
rfft(Operand<Float> input,
Operand<Integer> fftLength)
Builds an
Rfft operation |
Rfft2d |
rfft2d(Operand<Float> input,
Operand<Integer> fftLength)
Builds an
Rfft2d operation |
Rfft3d |
rfft3d(Operand<Float> input,
Operand<Integer> fftLength)
Builds an
Rfft3d operation |
public BatchIfft batchIfft(Operand<?> input)
BatchIfft operationinput - BatchIfftpublic <T> Ifft2d<T> ifft2d(Operand<T> input)
Ifft2d operationinput - A complex tensor.Ifft2dpublic <T> Ifft3d<T> ifft3d(Operand<T> input)
Ifft3d operationinput - A complex64 tensor.Ifft3dpublic <T> Fft2d<T> fft2d(Operand<T> input)
Fft2d operationinput - A complex tensor.Fft2dpublic Irfft2d irfft2d(Operand<?> input, Operand<Integer> fftLength)
Irfft2d operationinput - A complex64 tensor.fftLength - An int32 tensor of shape [2]. The FFT length for each dimension.Irfft2dpublic Rfft2d rfft2d(Operand<Float> input, Operand<Integer> fftLength)
Rfft2d operationinput - A float32 tensor.fftLength - An int32 tensor of shape [2]. The FFT length for each dimension.Rfft2dpublic <T> Ifft<T> ifft(Operand<T> input)
Ifft operationinput - A complex tensor.Ifftpublic Rfft rfft(Operand<Float> input, Operand<Integer> fftLength)
Rfft operationinput - A float32 tensor.fftLength - An int32 tensor of shape [1]. The FFT length.Rfftpublic BatchIfft3d batchIfft3d(Operand<?> input)
BatchIfft3d operationinput - BatchIfft3dpublic Irfft3d irfft3d(Operand<?> input, Operand<Integer> fftLength)
Irfft3d operationinput - A complex64 tensor.fftLength - An int32 tensor of shape [3]. The FFT length for each dimension.Irfft3dpublic Rfft3d rfft3d(Operand<Float> input, Operand<Integer> fftLength)
Rfft3d operationinput - A float32 tensor.fftLength - An int32 tensor of shape [3]. The FFT length for each dimension.Rfft3dpublic BatchFft3d batchFft3d(Operand<?> input)
BatchFft3d operationinput - BatchFft3dpublic <T> Fft<T> fft(Operand<T> input)
Fft operationinput - A complex tensor.Fftpublic BatchFft2d batchFft2d(Operand<?> input)
BatchFft2d operationinput - BatchFft2dpublic <T> Fft3d<T> fft3d(Operand<T> input)
Fft3d operationinput - A complex64 tensor.Fft3dpublic Irfft irfft(Operand<?> input, Operand<Integer> fftLength)
Irfft operationinput - A complex64 tensor.fftLength - An int32 tensor of shape [1]. The FFT length.Irfftpublic BatchIfft2d batchIfft2d(Operand<?> input)
BatchIfft2d operationinput - BatchIfft2dCopyright © 2015–2019. All rights reserved.