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