Struct tensorflow::ops::FFT3D
source · pub struct FFT3D { /* private fields */ }
Expand description
Builder for the FFT3D
operation.
Implementations§
source§impl FFT3D
impl FFT3D
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 RefUnwindSafe for FFT3D
impl Send for FFT3D
impl Sync for FFT3D
impl Unpin for FFT3D
impl UnwindSafe for FFT3D
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