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