tensor_to_arrayd

Function tensor_to_arrayd 

Source
pub fn tensor_to_arrayd<T>(
    t: Tensor,
    delete_batch_dim: bool,
) -> Result<ArrayD<T>>
where T: WithDType,