Struct tensorflow::ops::IFFT2D
source · pub struct IFFT2D { /* private fields */ }
Expand description
Builder for the IFFT2D
operation.
Implementations§
source§impl IFFT2D
impl IFFT2D
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.
sourcepub fn build<O0: Into<Output>>(
&self,
input: O0,
scope: &mut Scope
) -> Result<Operation>
pub fn build<O0: Into<Output>>( &self, input: O0, scope: &mut Scope ) -> Result<Operation>
Builds the IFFT2D
operation.
sourcepub fn build_instance(
&self,
input: Output,
scope: &mut Scope
) -> Result<IFFT2DInst>
pub fn build_instance( &self, input: Output, scope: &mut Scope ) -> Result<IFFT2DInst>
Builds a new instance of ‘IFFT2D’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for IFFT2D
impl Send for IFFT2D
impl Sync for IFFT2D
impl Unpin for IFFT2D
impl UnwindSafe for IFFT2D
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