pub fn tensor_to_arrayd<T>(t: Tensor, delete_batch_dim: bool) -> ArrayD<T>where T: Element + Copy,
Converts Tensor to ndarray::ArrayD.
Tensor
ndarray::ArrayD