Struct tensorflow::ops::KthOrderStatistic
source · pub struct KthOrderStatistic { /* private fields */ }
Expand description
Builder for the KthOrderStatistic
operation.
Implementations§
source§impl KthOrderStatistic
impl KthOrderStatistic
sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
sourcepub fn build<O0: Into<Output>>(
&self,
input: O0,
scope: &mut Scope
) -> Result<Operation>
pub fn build<O0: Into<Output>>( &self, input: O0, scope: &mut Scope ) -> Result<Operation>
Builds the KthOrderStatistic
operation.
sourcepub fn build_instance(
&self,
input: Output,
scope: &mut Scope
) -> Result<KthOrderStatisticInst>
pub fn build_instance( &self, input: Output, scope: &mut Scope ) -> Result<KthOrderStatisticInst>
Builds a new instance of ‘KthOrderStatistic’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations§
source§impl Debug for KthOrderStatistic
impl Debug for KthOrderStatistic
source§impl Default for KthOrderStatistic
impl Default for KthOrderStatistic
source§fn default() -> KthOrderStatistic
fn default() -> KthOrderStatistic
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for KthOrderStatistic
impl Send for KthOrderStatistic
impl Sync for KthOrderStatistic
impl Unpin for KthOrderStatistic
impl UnwindSafe for KthOrderStatistic
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