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.
Auto Trait Implementations§
impl RefUnwindSafe for ListDiffInst
impl Send for ListDiffInst
impl Sync for ListDiffInst
impl Unpin for ListDiffInst
impl UnwindSafe for ListDiffInst
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