pub fn dense_tensor_bytes(shape: &[usize], dtype: &str) -> Option<u64>
Dense tensor footprint (elem_count * dtype_bytes), not backing-allocation size.
elem_count * dtype_bytes