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