Struct tensorflow::eager::raw_ops::MergeV2Checkpoints
source · pub struct MergeV2Checkpoints { /* private fields */ }
Expand description
MergeV2Checkpoints
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/MergeV2Checkpoints
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 target_device_name<ArgType: Into<String>>(self, value: ArgType) -> Self
pub fn target_device_name<ArgType: Into<String>>(self, value: ArgType) -> Self
Sets the `` attribute.
sourcepub fn call<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>(
&self,
ctx: &'a Context,
checkpoint_prefixes: &T0,
destination_prefix: &T1
) -> Result<()>
pub fn call<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>( &self, ctx: &'a Context, checkpoint_prefixes: &T0, destination_prefix: &T1 ) -> Result<()>
Execute merge_v2_checkpoints.
Trait Implementations§
source§impl Clone for MergeV2Checkpoints
impl Clone for MergeV2Checkpoints
source§fn clone(&self) -> MergeV2Checkpoints
fn clone(&self) -> MergeV2Checkpoints
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 MergeV2Checkpoints
impl Debug for MergeV2Checkpoints
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