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