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§
source§impl 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§
source§impl Clone for RaggedTensorToTensorInst
impl Clone for RaggedTensorToTensorInst
source§fn clone(&self) -> RaggedTensorToTensorInst
fn clone(&self) -> RaggedTensorToTensorInst
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 RaggedTensorToTensorInst
impl Debug for RaggedTensorToTensorInst
source§impl From<RaggedTensorToTensorInst> for Operation
impl From<RaggedTensorToTensorInst> for Operation
source§fn 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§
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