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