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