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