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