Trait autograd::tensor::AsTensor[][src]

pub trait AsTensor<'graph, T: Float> {
    fn as_tensor(&self, graph: &'graph Graph<T>) -> Tensor<'graph, T>;
}
Expand description

Implementors can be converted to Tensor.

Required methods

Implementations on Foreign Types

Implementors