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