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