24 lines
880 B
Python
24 lines
880 B
Python
|
# This file is MACHINE GENERATED! Do not edit.
|
||
|
# Generated by: tensorflow/python/tools/api/generator/create_python_api.py script.
|
||
|
"""Spectral operators (e.g. DCT, FFT, RFFT).
|
||
|
"""
|
||
|
|
||
|
from __future__ import print_function
|
||
|
|
||
|
from tensorflow.python import fft
|
||
|
from tensorflow.python import fft2d
|
||
|
from tensorflow.python import fft3d
|
||
|
from tensorflow.python import ifft
|
||
|
from tensorflow.python import ifft2d
|
||
|
from tensorflow.python import ifft3d
|
||
|
from tensorflow.python.ops.spectral_ops import dct
|
||
|
from tensorflow.python.ops.spectral_ops import idct
|
||
|
from tensorflow.python.ops.spectral_ops import irfft
|
||
|
from tensorflow.python.ops.spectral_ops import irfft2d
|
||
|
from tensorflow.python.ops.spectral_ops import irfft3d
|
||
|
from tensorflow.python.ops.spectral_ops import rfft
|
||
|
from tensorflow.python.ops.spectral_ops import rfft2d
|
||
|
from tensorflow.python.ops.spectral_ops import rfft3d
|
||
|
|
||
|
del print_function
|