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.
Auto Trait Implementations§
impl RefUnwindSafe for RaggedTensorToSparseInst
impl Send for RaggedTensorToSparseInst
impl Sync for RaggedTensorToSparseInst
impl Unpin for RaggedTensorToSparseInst
impl UnwindSafe for RaggedTensorToSparseInst
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