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