Expand description
FFT Context Managers
This module provides context managers for temporarily changing FFT settings such as backends, worker counts, and plan caching behavior.
Structs§
- FftContext
- Context manager for FFT settings
- FftContext
Builder - Builder for FFT context configuration
- FftSettings
Guard - Context guard that automatically restores settings when dropped
Functions§
- fft_
context - Create an FFT context with specific settings
- with_
backend - Convenience function for using a specific backend
- with_
fft_ settings - Use specific FFT settings within a scope
- with_
workers - Convenience function for using specific number of workers
- without_
cache - Convenience function for running without cache