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