pub fn try_tensor_vector_size_parallel(
supported_vector_sizes: impl Iterator<Item = usize>,
shape: &Shape,
strides: &Strides,
axis: usize,
) -> Result<usize, VectorizationError>Expand description
Like try_tensor_vector_size_parallel but does not assume 1 is supported