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