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