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