Function tensor_to_ndarray_f32

Source
pub fn tensor_to_ndarray_f32(
    tensor: Tensor,
) -> Result<ArrayBase<OwnedRepr<f32>, IxDyn>>