return the index bases for each dimension by given the shape Example: - shape: \[2, 3, 4\] - return: \[12, 4, 1\] - use: get the data of a index \[0, 1, 2\] by indexing data\[0x12 + 1x4 + 2x1\]
(shape: &Vec<usize>)
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected