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