Struct tensorflow::ops::RaggedTensorToTensorInst
source · [−]pub struct RaggedTensorToTensorInst {
pub op: Operation,
}
Expand description
An instance of ‘RaggedTensorToTensor’ Operation with it’s Outputs and Inputs exposed as methods.
Fields
op: Operation
An instance of a fully built RaggedTensorToTensor Operation in a Tensorflow graph.
Implementations
sourceimpl RaggedTensorToTensorInst
impl RaggedTensorToTensorInst
sourcepub fn result(&self) -> Output
pub fn result(&self) -> Output
Returns the ‘result’ Output of this ‘RaggedTensorToTensor’ operation.
sourcepub fn shape(&self) -> Input<'_>
pub fn shape(&self) -> Input<'_>
Returns the ‘shape’ Input of this ‘RaggedTensorToTensor’ operation.
sourcepub fn values(&self) -> Input<'_>
pub fn values(&self) -> Input<'_>
Returns the ‘values’ Input of this ‘RaggedTensorToTensor’ operation.
sourcepub fn default_value(&self) -> Input<'_>
pub fn default_value(&self) -> Input<'_>
Returns the ‘default_value’ Input of this ‘RaggedTensorToTensor’ operation.
sourcepub fn row_partition_tensors(&self) -> Result<Vec<Input<'_>>>
pub fn row_partition_tensors(&self) -> Result<Vec<Input<'_>>>
Returns a Vector of row_partition_tensors for ‘row_partition_tensors’ Input of this RaggedTensorToTensor operation.
Trait Implementations
sourceimpl Clone for RaggedTensorToTensorInst
impl Clone for RaggedTensorToTensorInst
sourcefn clone(&self) -> RaggedTensorToTensorInst
fn clone(&self) -> RaggedTensorToTensorInst
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for RaggedTensorToTensorInst
impl Debug for RaggedTensorToTensorInst
sourceimpl From<RaggedTensorToTensorInst> for Operation
impl From<RaggedTensorToTensorInst> for Operation
sourcefn from(inst: RaggedTensorToTensorInst) -> Operation
fn from(inst: RaggedTensorToTensorInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for RaggedTensorToTensorInst
impl Send for RaggedTensorToTensorInst
impl Sync for RaggedTensorToTensorInst
impl Unpin for RaggedTensorToTensorInst
impl UnwindSafe for RaggedTensorToTensorInst
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more