Public Member Functions | |
| CuFFTConfig (const CuFFTConfig &)=delete | |
| CuFFTConfig & | operator= (CuFFTConfig const &)=delete |
| CuFFTConfig (Tensor &input, int64_t signal_ndim, bool complex_input, bool complex_output, IntArrayRef checked_signal_sizes, bool onesided, IntArrayRef output_sizes) | |
| const cufftHandle & | plan () const |
| bool | should_clone_input () const |
| int64_t | workspace_size () const |
Definition at line 76 of file CuFFTPlanCache.h.
1.8.11