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