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