[][src]Crate autograd

Re-exports

pub extern crate ndarray;
pub use crate::ndarray_ext::array_gen;
pub use crate::ops::*;
pub use crate::ops::gradient_descent_ops;
pub use crate::ndarray_ext::NdArray;
pub use crate::tensor::Tensor;
pub use crate::ops::Hook;
pub use crate::ndarray_ext::ArrRepr;

Modules

ndarray_ext
op
ops
tensor

Structs

Eval

Helper structure for batched evaluation.

Feed

An object sent to ag::Eval, ag::eval or Tensor::eval to fill a placeholder tensor

Traits

Float
Int

Functions

eval

Evaluates given symbolic tensors.