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