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