Enum arrayfire::TopkFn[][src]

#[repr(u32)]
pub enum TopkFn { MIN, MAX, DEFAULT, }

topk function ordering

Variants

Top k min values

Top k max values

Default option(max)

Trait Implementations

impl Clone for TopkFn
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for TopkFn
[src]

impl Debug for TopkFn
[src]

Formats the value using the given formatter. Read more

impl PartialEq for TopkFn
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for TopkFn

impl Sync for TopkFn