LostTech.TensorFlow : API Documentation

Type gen_spectral_ops

Namespace tensorflow.python.ops.gen_spectral_ops

Methods

Properties

Public static methods

Tensor batch_fft(IGraphNodeBase input, string name)

object batch_fft_dyn(object input, object name)

object batch_fft_eager_fallback(IGraphNodeBase input, string name, Context ctx)

object batch_fft_eager_fallback_dyn(object input, object name, object ctx)

Tensor batch_fft2d(IGraphNodeBase input, string name)

object batch_fft2d_dyn(object input, object name)

object batch_fft2d_eager_fallback(IGraphNodeBase input, string name, Context ctx)

object batch_fft2d_eager_fallback_dyn(object input, object name, object ctx)

Tensor batch_fft3d(IGraphNodeBase input, string name)

object batch_fft3d_dyn(object input, object name)

object batch_fft3d_eager_fallback(IGraphNodeBase input, string name, Context ctx)

object batch_fft3d_eager_fallback_dyn(object input, object name, object ctx)

Tensor batch_ifft(IGraphNodeBase input, string name)

object batch_ifft_dyn(object input, object name)

object batch_ifft_eager_fallback(IGraphNodeBase input, string name, Context ctx)

object batch_ifft_eager_fallback_dyn(object input, object name, object ctx)

Tensor batch_ifft2d(IGraphNodeBase input, string name)

object batch_ifft2d_dyn(object input, object name)

object batch_ifft2d_eager_fallback(IGraphNodeBase input, string name, Context ctx)

object batch_ifft2d_eager_fallback_dyn(object input, object name, object ctx)

Tensor batch_ifft3d(IGraphNodeBase input, string name)

object batch_ifft3d_dyn(object input, object name)

object batch_ifft3d_eager_fallback(IGraphNodeBase input, string name, Context ctx)

object batch_ifft3d_eager_fallback_dyn(object input, object name, object ctx)

object fft_eager_fallback(IGraphNodeBase input, Nullable<ValueTuple<int>> name, Context ctx)

object fft_eager_fallback_dyn(object input, object name, object ctx)

object fft2d_eager_fallback(IGraphNodeBase input, Nullable<ValueTuple<int>> name, Context ctx)

object fft2d_eager_fallback_dyn(object input, object name, object ctx)

object fft3d_eager_fallback(IGraphNodeBase input, Nullable<ValueTuple<int>> name, Context ctx)

object fft3d_eager_fallback_dyn(object input, object name, object ctx)

object ifft_eager_fallback(IGraphNodeBase input, Nullable<ValueTuple<int>> name, Context ctx)

object ifft_eager_fallback_dyn(object input, object name, object ctx)

object ifft2d_eager_fallback(IGraphNodeBase input, Nullable<ValueTuple<int>> name, Context ctx)

object ifft2d_eager_fallback_dyn(object input, object name, object ctx)

object ifft3d_eager_fallback(IGraphNodeBase input, Nullable<ValueTuple<int>> name, Context ctx)

object ifft3d_eager_fallback_dyn(object input, object name, object ctx)

Tensor irfft(IGraphNodeBase input, IGraphNodeBase fft_length, string name)

object irfft_dyn(object input, object fft_length, object name)

object irfft_eager_fallback(IGraphNodeBase input, IGraphNodeBase fft_length, string name, Context ctx)

object irfft_eager_fallback_dyn(object input, object fft_length, object name, object ctx)

Tensor irfft2d(IGraphNodeBase input, IGraphNodeBase fft_length, string name)

Tensor irfft2d(IGraphNodeBase input, IGraphNodeBase fft_length, PythonFunctionContainer name)

object irfft2d_dyn(object input, object fft_length, object name)

object irfft2d_eager_fallback(IGraphNodeBase input, IGraphNodeBase fft_length, string name, Context ctx)

object irfft2d_eager_fallback_dyn(object input, object fft_length, object name, object ctx)

Tensor irfft3d(IGraphNodeBase input, IGraphNodeBase fft_length, PythonFunctionContainer name)

Tensor irfft3d(IGraphNodeBase input, IGraphNodeBase fft_length, string name)

object irfft3d_dyn(object input, object fft_length, object name)

object irfft3d_eager_fallback(IGraphNodeBase input, IGraphNodeBase fft_length, string name, Context ctx)

object irfft3d_eager_fallback_dyn(object input, object fft_length, object name, object ctx)

Tensor rfft(IGraphNodeBase input, IGraphNodeBase fft_length, string name)

object rfft_dyn(object input, object fft_length, object name)

object rfft_eager_fallback(IGraphNodeBase input, IGraphNodeBase fft_length, string name, Context ctx)

object rfft_eager_fallback_dyn(object input, object fft_length, object name, object ctx)

Tensor rfft2d(IGraphNodeBase input, IGraphNodeBase fft_length, string name)

object rfft2d_dyn(object input, object fft_length, object name)

object rfft2d_eager_fallback(IGraphNodeBase input, IGraphNodeBase fft_length, string name, Context ctx)

object rfft2d_eager_fallback_dyn(object input, object fft_length, object name, object ctx)

Tensor rfft3d(IGraphNodeBase input, IGraphNodeBase fft_length, string name)

object rfft3d_dyn(object input, object fft_length, object name)

object rfft3d_eager_fallback(IGraphNodeBase input, IGraphNodeBase fft_length, string name, Context ctx)

object rfft3d_eager_fallback_dyn(object input, object fft_length, object name, object ctx)

Public properties

PythonFunctionContainer batch_fft_eager_fallback_fn get;

PythonFunctionContainer batch_fft_fn get;

PythonFunctionContainer batch_fft2d_eager_fallback_fn get;

PythonFunctionContainer batch_fft2d_fn get;

PythonFunctionContainer batch_fft3d_eager_fallback_fn get;

PythonFunctionContainer batch_fft3d_fn get;

PythonFunctionContainer batch_ifft_eager_fallback_fn get;

PythonFunctionContainer batch_ifft_fn get;

PythonFunctionContainer batch_ifft2d_eager_fallback_fn get;

PythonFunctionContainer batch_ifft2d_fn get;

PythonFunctionContainer batch_ifft3d_eager_fallback_fn get;

PythonFunctionContainer batch_ifft3d_fn get;

PythonFunctionContainer fft_eager_fallback_fn get;

PythonFunctionContainer fft2d_eager_fallback_fn get;

PythonFunctionContainer fft3d_eager_fallback_fn get;

PythonFunctionContainer ifft_eager_fallback_fn get;

PythonFunctionContainer ifft2d_eager_fallback_fn get;

PythonFunctionContainer ifft3d_eager_fallback_fn get;

PythonFunctionContainer irfft_eager_fallback_fn get;

PythonFunctionContainer irfft_fn get;

PythonFunctionContainer irfft2d_eager_fallback_fn get;

PythonFunctionContainer irfft2d_fn get;

PythonFunctionContainer irfft3d_eager_fallback_fn get;

PythonFunctionContainer irfft3d_fn get;

PythonFunctionContainer rfft_eager_fallback_fn get;

PythonFunctionContainer rfft2d_eager_fallback_fn get;

PythonFunctionContainer rfft2d_fn get;

PythonFunctionContainer rfft3d_eager_fallback_fn get;

PythonFunctionContainer rfft3d_fn get;