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