Module autograd::ndarray_ext[][src]

Expand description

A small extension of ndarray

Mainly provides array_gen, which is a collection of array generator functions.

Re-exports

pub use crate::array_gen::*;

Modules

A collection of array generator functions.

Functions

Helper to feed ndarrays into variable tensors.

Type Definitions

alias for ndarray::Array<T, IxDyn>

alias for ndarray::ArrayView<T, IxDyn>

alias for ndarray::ArrayViewMut<T, IxDyn>