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