Struct tensorflow::ops::RaggedTensorToSparseInst
source · pub struct RaggedTensorToSparseInst {
pub op: Operation,
}
Expand description
An instance of ‘RaggedTensorToSparse’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built RaggedTensorToSparse Operation in a Tensorflow graph.
Implementations§
source§impl RaggedTensorToSparseInst
impl RaggedTensorToSparseInst
sourcepub fn sparse_indices(&self) -> Output
pub fn sparse_indices(&self) -> Output
Returns the ‘sparse_indices’ Output of this ‘RaggedTensorToSparse’ operation.
sourcepub fn sparse_values(&self) -> Output
pub fn sparse_values(&self) -> Output
Returns the ‘sparse_values’ Output of this ‘RaggedTensorToSparse’ operation.
sourcepub fn sparse_dense_shape(&self) -> Output
pub fn sparse_dense_shape(&self) -> Output
Returns the ‘sparse_dense_shape’ Output of this ‘RaggedTensorToSparse’ operation.
sourcepub fn rt_nested_splits(&self) -> Result<Vec<Input<'_>>>
pub fn rt_nested_splits(&self) -> Result<Vec<Input<'_>>>
Returns a Vector of rt_nested_splits for ‘rt_nested_splits’ Input of this RaggedTensorToSparse operation.
sourcepub fn rt_dense_values(&self) -> Result<Input<'_>>
pub fn rt_dense_values(&self) -> Result<Input<'_>>
Returns the ‘rt_dense_values’ Input of this ‘RaggedTensorToSparse’ operation.
Trait Implementations§
source§impl Clone for RaggedTensorToSparseInst
impl Clone for RaggedTensorToSparseInst
source§fn clone(&self) -> RaggedTensorToSparseInst
fn clone(&self) -> RaggedTensorToSparseInst
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 Debug for RaggedTensorToSparseInst
impl Debug for RaggedTensorToSparseInst
source§impl From<RaggedTensorToSparseInst> for Operation
impl From<RaggedTensorToSparseInst> for Operation
source§fn from(inst: RaggedTensorToSparseInst) -> Operation
fn from(inst: RaggedTensorToSparseInst) -> Operation
Converts to this type from the input type.