Struct tensorflow::ops::SparseToSparseSetOperationInst
source · pub struct SparseToSparseSetOperationInst {
pub op: Operation,
}
Expand description
An instance of ‘SparseToSparseSetOperation’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built SparseToSparseSetOperation Operation in a Tensorflow graph.
Implementations§
source§impl SparseToSparseSetOperationInst
impl SparseToSparseSetOperationInst
sourcepub fn result_indices(&self) -> Output
pub fn result_indices(&self) -> Output
Returns the ‘result_indices’ Output of this ‘SparseToSparseSetOperation’ operation.
sourcepub fn result_values(&self) -> Output
pub fn result_values(&self) -> Output
Returns the ‘result_values’ Output of this ‘SparseToSparseSetOperation’ operation.
sourcepub fn result_shape(&self) -> Output
pub fn result_shape(&self) -> Output
Returns the ‘result_shape’ Output of this ‘SparseToSparseSetOperation’ operation.
sourcepub fn set1_indices(&self) -> Input<'_>
pub fn set1_indices(&self) -> Input<'_>
Returns the ‘set1_indices’ Input of this ‘SparseToSparseSetOperation’ operation.
sourcepub fn set1_values(&self) -> Input<'_>
pub fn set1_values(&self) -> Input<'_>
Returns the ‘set1_values’ Input of this ‘SparseToSparseSetOperation’ operation.
sourcepub fn set1_shape(&self) -> Input<'_>
pub fn set1_shape(&self) -> Input<'_>
Returns the ‘set1_shape’ Input of this ‘SparseToSparseSetOperation’ operation.
sourcepub fn set2_indices(&self) -> Input<'_>
pub fn set2_indices(&self) -> Input<'_>
Returns the ‘set2_indices’ Input of this ‘SparseToSparseSetOperation’ operation.
sourcepub fn set2_values(&self) -> Input<'_>
pub fn set2_values(&self) -> Input<'_>
Returns the ‘set2_values’ Input of this ‘SparseToSparseSetOperation’ operation.
sourcepub fn set2_shape(&self) -> Input<'_>
pub fn set2_shape(&self) -> Input<'_>
Returns the ‘set2_shape’ Input of this ‘SparseToSparseSetOperation’ operation.
Trait Implementations§
source§impl Clone for SparseToSparseSetOperationInst
impl Clone for SparseToSparseSetOperationInst
source§fn clone(&self) -> SparseToSparseSetOperationInst
fn clone(&self) -> SparseToSparseSetOperationInst
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more