Module autograd::tensor[][src]

Expand description

Defining things related to ag::Tensor.

Structs

A decorated Tensor passed to TensorBuilder::set_inputs.

Lazy N-dimensional array.

Builder for ag::Tensor returned by Tensor::builder.

Traits

Implementors can be converted to Tensor.

Trait to create constant tensors.

Trait to create variable tensors.