Expand description

Provides implementations for modifying Nd arrays on the Cpu.

Structs

Traits

Accumulates sequence of values into a single value. Used for reductions & broadcasts.
Allocate an Nd array on the heap.
Represents something that can act on T.
Requires nightly 2d convolution with stride and padding specified at trait level.
Permutes axes of A resulting in B.
Requires nightly 2d convolution with stride and padding specified at trait level.
Device level broadcasts & reduces of type T along axes Axes.
Select values from T using indices I. Mode is used to disambiguate the impl.
Fills all elements with the specified function
Apply generic function to various forms/numbers of ndarrays.