[−][src]Trait analytic::tensor::IntoTensor
The implementer can be converted into a Tensor struct with the specified shape.
The implementer can be converted into a Tensor struct with the specified shape.
fn into_tensor<S: Into<TensorShape>>(self, shape: S) -> Tensor<Dtype>impl<Dtype> IntoTensor<Dtype> for Vec<Dtype>[src]fn into_tensor<S: Into<TensorShape>>(self, shape: S) -> Tensor<Dtype>[src]