Struct tensorflow::ops::RaggedTensorToVariantInst
source · pub struct RaggedTensorToVariantInst {
pub op: Operation,
}
Expand description
An instance of ‘RaggedTensorToVariant’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built RaggedTensorToVariant Operation in a Tensorflow graph.
Implementations§
source§impl RaggedTensorToVariantInst
impl RaggedTensorToVariantInst
sourcepub fn encoded_ragged(&self) -> Output
pub fn encoded_ragged(&self) -> Output
Returns the ‘encoded_ragged’ Output of this ‘RaggedTensorToVariant’ 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 RaggedTensorToVariant 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 ‘RaggedTensorToVariant’ operation.
Trait Implementations§
source§impl Clone for RaggedTensorToVariantInst
impl Clone for RaggedTensorToVariantInst
source§fn clone(&self) -> RaggedTensorToVariantInst
fn clone(&self) -> RaggedTensorToVariantInst
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 RaggedTensorToVariantInst
impl Debug for RaggedTensorToVariantInst
source§impl From<RaggedTensorToVariantInst> for Operation
impl From<RaggedTensorToVariantInst> for Operation
source§fn from(inst: RaggedTensorToVariantInst) -> Operation
fn from(inst: RaggedTensorToVariantInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for RaggedTensorToVariantInst
impl Send for RaggedTensorToVariantInst
impl Sync for RaggedTensorToVariantInst
impl Unpin for RaggedTensorToVariantInst
impl UnwindSafe for RaggedTensorToVariantInst
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