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