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