tensor_to_arrayd

Function tensor_to_arrayd 

Source
pub fn tensor_to_arrayd<T>(t: Tensor, delete_batch_dim: bool) -> ArrayD<T>
where T: Element + Copy,
Expand description

Converts Tensor to ndarray::ArrayD.