[][src]Module autograd::tensor

Defining things related to ag::Tensor.

Structs

Input

A decorated Tensor passed to TensorBuilder::set_inputs.

Tensor

Lazy N-dimensional array.

TensorBuilder

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

Traits

AsTensor

Implementors can be converted to Tensor.

Constant

Trait to create constant tensors.

Variable

Trait to create variable tensors.