Typos corrected

This commit is contained in:
Roland Grinis 2021-05-06 09:51:59 +01:00
parent a1cbd7a457
commit 477e64e4d3

View File

@ -57,7 +57,7 @@ internal fun stepIndex(index: IntArray, shape: IntArray, nDim: Int): IntArray {
} }
/** /**
* This [Strides] implemetation follow the last dimension first convention * This [Strides] implementation follows the last dimension first convention
* For more information: https://numpy.org/doc/stable/reference/generated/numpy.ndarray.strides.html * For more information: https://numpy.org/doc/stable/reference/generated/numpy.ndarray.strides.html
* *
* @param shape the shape of the tensor. * @param shape the shape of the tensor.