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