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