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