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