pub struct IRFFT { /* private fields */ }
Expand description
Builder for the IRFFT
operation.
Implementations§
Source§impl IRFFT
impl IRFFT
Sourcepub fn Tcomplex<ArgType: Into<DataType>>(self, value: ArgType) -> Self
pub fn Tcomplex<ArgType: Into<DataType>>(self, value: ArgType) -> Self
Sets the Tcomplex
attribute.
Sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IRFFT
impl RefUnwindSafe for IRFFT
impl Send for IRFFT
impl Sync for IRFFT
impl Unpin for IRFFT
impl UnwindSafe for IRFFT
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more