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