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