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