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