pub struct ReduceProblem {
pub reduce_len: usize,
pub reduce_count: usize,
pub axis: usize,
pub dtypes: ReduceDtypes,
pub address_type: AddressType,
}Fields§
§reduce_len: usizeNumber of elements in reduce axis
reduce_count: usizeNumber of instances of the reduce axis
axis: usize§dtypes: ReduceDtypes§address_type: AddressTypeThe address type, defined by the max of each handle’s required_address_type
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReduceProblem
impl RefUnwindSafe for ReduceProblem
impl Send for ReduceProblem
impl Sync for ReduceProblem
impl Unpin for ReduceProblem
impl UnsafeUnpin for ReduceProblem
impl UnwindSafe for ReduceProblem
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