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