| 1247 | } |
| 1248 | |
| 1249 | pub trait ToNdarray<T> { |
| 1250 | fn to_ndarray(&self, t: Type) -> Result<ndarray::ArrayD<T>>; |
| 1251 | } |
| 1252 | |
| 1253 | /// Converts `self` to a multi-dimensional array if it is a byte vector, then cast the array entries to `u8`. |
| 1254 | /// |
nothing calls this directly
no outgoing calls
no test coverage detected