Struct ha_ndarray::ops::ArrayReduceAxes
source · pub struct ArrayReduceAxes<T, A> { /* private fields */ }
Expand description
An array reduction Op
Implementations§
source§impl<T: CDatatype, A: NDArray<DType = T>> ArrayReduceAxes<T, A>
impl<T: CDatatype, A: NDArray<DType = T>> ArrayReduceAxes<T, A>
Trait Implementations§
source§impl<T: Clone, A: Clone> Clone for ArrayReduceAxes<T, A>
impl<T: Clone, A: Clone> Clone for ArrayReduceAxes<T, A>
source§fn clone(&self) -> ArrayReduceAxes<T, A>
fn clone(&self) -> ArrayReduceAxes<T, A>
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<T, A> Op for ArrayReduceAxes<T, A>where
T: CDatatype,
A: NDArrayRead<DType = T>,
impl<T, A> Op for ArrayReduceAxes<T, A>where T: CDatatype, A: NDArrayRead<DType = T>,
impl<T: Copy, A: Copy> Copy for ArrayReduceAxes<T, A>
Auto Trait Implementations§
impl<T, A> RefUnwindSafe for ArrayReduceAxes<T, A>where A: RefUnwindSafe, T: RefUnwindSafe,
impl<T, A> Send for ArrayReduceAxes<T, A>where A: Send, T: Send,
impl<T, A> Sync for ArrayReduceAxes<T, A>where A: Sync, T: Sync,
impl<T, A> Unpin for ArrayReduceAxes<T, A>where A: Unpin, T: Unpin,
impl<T, A> UnwindSafe for ArrayReduceAxes<T, A>where A: UnwindSafe, T: UnwindSafe,
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