pub(crate) fn format_numpy( et: ElementType, shape: &[u64], data: &[u8], ) -> String
Format tensor data as a NumPy-style nested-bracket string.
Elements beyond NUMPY_THRESHOLD are elided with ....
NUMPY_THRESHOLD
...