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.