Struct tensorflow::ops::FresnelSinInst
source · [−]pub struct FresnelSinInst {
pub op: Operation,
}
Expand description
An instance of ‘FresnelSin’ Operation with it’s Outputs and Inputs exposed as methods.
Fields
op: Operation
An instance of a fully built FresnelSin Operation in a Tensorflow graph.
Implementations
Trait Implementations
sourceimpl Clone for FresnelSinInst
impl Clone for FresnelSinInst
sourcefn clone(&self) -> FresnelSinInst
fn clone(&self) -> FresnelSinInst
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for FresnelSinInst
impl Debug for FresnelSinInst
sourceimpl From<FresnelSinInst> for Operation
impl From<FresnelSinInst> for Operation
sourcefn from(inst: FresnelSinInst) -> Operation
fn from(inst: FresnelSinInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for FresnelSinInst
impl Send for FresnelSinInst
impl Sync for FresnelSinInst
impl Unpin for FresnelSinInst
impl UnwindSafe for FresnelSinInst
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more