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