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