Struct tensorflow::ops::BatchIFFTInst
source · pub struct BatchIFFTInst {
pub op: Operation,
}
Expand description
An instance of ‘BatchIFFT’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built BatchIFFT Operation in a Tensorflow graph.
Implementations§
Trait Implementations§
source§impl Clone for BatchIFFTInst
impl Clone for BatchIFFTInst
source§fn clone(&self) -> BatchIFFTInst
fn clone(&self) -> BatchIFFTInst
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for BatchIFFTInst
impl Debug for BatchIFFTInst
source§impl From<BatchIFFTInst> for Operation
impl From<BatchIFFTInst> for Operation
source§fn from(inst: BatchIFFTInst) -> Operation
fn from(inst: BatchIFFTInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for BatchIFFTInst
impl Send for BatchIFFTInst
impl Sync for BatchIFFTInst
impl Unpin for BatchIFFTInst
impl UnwindSafe for BatchIFFTInst
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