Struct tensorflow::ops::MergeV2Checkpoints
source · pub struct MergeV2Checkpoints { /* private fields */ }
Expand description
Builder for the MergeV2Checkpoints
operation.
Implementations§
source§impl MergeV2Checkpoints
impl MergeV2Checkpoints
sourcepub fn delete_old_dirs<ArgType: Into<bool>>(self, value: ArgType) -> Self
pub fn delete_old_dirs<ArgType: Into<bool>>(self, value: ArgType) -> Self
Sets the delete_old_dirs
attribute.
sourcepub fn allow_missing_files<ArgType: Into<bool>>(self, value: ArgType) -> Self
pub fn allow_missing_files<ArgType: Into<bool>>(self, value: ArgType) -> Self
Sets the allow_missing_files
attribute.
sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
sourcepub fn build<O0: Into<Output>, O1: Into<Output>>(
&self,
checkpoint_prefixes: O0,
destination_prefix: O1,
scope: &mut Scope
) -> Result<Operation>
pub fn build<O0: Into<Output>, O1: Into<Output>>( &self, checkpoint_prefixes: O0, destination_prefix: O1, scope: &mut Scope ) -> Result<Operation>
Builds the MergeV2Checkpoints
operation.
sourcepub fn build_instance(
&self,
checkpoint_prefixes: Output,
destination_prefix: Output,
scope: &mut Scope
) -> Result<MergeV2CheckpointsInst>
pub fn build_instance( &self, checkpoint_prefixes: Output, destination_prefix: Output, scope: &mut Scope ) -> Result<MergeV2CheckpointsInst>
Builds a new instance of ‘MergeV2Checkpoints’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations§
source§impl Debug for MergeV2Checkpoints
impl Debug for MergeV2Checkpoints
source§impl Default for MergeV2Checkpoints
impl Default for MergeV2Checkpoints
source§fn default() -> MergeV2Checkpoints
fn default() -> MergeV2Checkpoints
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for MergeV2Checkpoints
impl Send for MergeV2Checkpoints
impl Sync for MergeV2Checkpoints
impl Unpin for MergeV2Checkpoints
impl UnwindSafe for MergeV2Checkpoints
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