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