pub fn checked_shape_len(
context: &str,
dimensions: &[usize],
) -> Result<usize, GpuError>Expand description
The element count of a row-major buffer with the given dimensions, or a
GpuError::DriverCallFailed naming context when the product overflows
usize — the one place a device buffer’s shape is multiplied out (#2470).