pub fn to_ndarray<const D: usize>( t: &Tensor<AppBackend, D>, ) -> Tensor<NdArray, D>
Convert a float tensor from Router to NdArray.
NdArray