Struct tensorflow::ops::SparseFillEmptyRowsInst
source · pub struct SparseFillEmptyRowsInst {
pub op: Operation,
}
Expand description
An instance of ‘SparseFillEmptyRows’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built SparseFillEmptyRows Operation in a Tensorflow graph.
Implementations§
source§impl SparseFillEmptyRowsInst
impl SparseFillEmptyRowsInst
sourcepub fn output_indices(&self) -> Output
pub fn output_indices(&self) -> Output
Returns the ‘output_indices’ Output of this ‘SparseFillEmptyRows’ operation.
sourcepub fn output_values(&self) -> Output
pub fn output_values(&self) -> Output
Returns the ‘output_values’ Output of this ‘SparseFillEmptyRows’ operation.
sourcepub fn empty_row_indicator(&self) -> Output
pub fn empty_row_indicator(&self) -> Output
Returns the ‘empty_row_indicator’ Output of this ‘SparseFillEmptyRows’ operation.
sourcepub fn reverse_index_map(&self) -> Output
pub fn reverse_index_map(&self) -> Output
Returns the ‘reverse_index_map’ Output of this ‘SparseFillEmptyRows’ operation.
sourcepub fn indices(&self) -> Input<'_>
pub fn indices(&self) -> Input<'_>
Returns the ‘indices’ Input of this ‘SparseFillEmptyRows’ operation.
sourcepub fn values(&self) -> Input<'_>
pub fn values(&self) -> Input<'_>
Returns the ‘values’ Input of this ‘SparseFillEmptyRows’ operation.
sourcepub fn dense_shape(&self) -> Input<'_>
pub fn dense_shape(&self) -> Input<'_>
Returns the ‘dense_shape’ Input of this ‘SparseFillEmptyRows’ operation.
sourcepub fn default_value(&self) -> Input<'_>
pub fn default_value(&self) -> Input<'_>
Returns the ‘default_value’ Input of this ‘SparseFillEmptyRows’ operation.
Trait Implementations§
source§impl Clone for SparseFillEmptyRowsInst
impl Clone for SparseFillEmptyRowsInst
source§fn clone(&self) -> SparseFillEmptyRowsInst
fn clone(&self) -> SparseFillEmptyRowsInst
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more