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