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