23 references to AdjustToNextIndex
System.Numerics.Tensors (23)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (1)
493_linearOffset = _span._shape.AdjustToNextIndex(_span._shape, _linearOffset, _indexes);
System\Numerics\Tensors\netcore\Tensor_1.cs (1)
434_linearOffset = _tensor._shape.AdjustToNextIndex(_tensor._shape, _linearOffset, _indexes);
System\Numerics\Tensors\netcore\TensorOperation.cs (20)
20linearOffset = x._shape.AdjustToNextIndex(x._shape, linearOffset, indexes); 40xLinearOffset = x._shape.AdjustToNextIndex(destinationShape, xLinearOffset, xIndexes); 41yLinearOffset = y._shape.AdjustToNextIndex(destinationShape, yLinearOffset, yIndexes); 70xLinearOffset = x._shape.AdjustToNextIndex(x._shape, xLinearOffset, xIndexes); 96linearOffset = destination._shape.AdjustToNextIndex(destination._shape, linearOffset, indexes); 114xLinearOffset = x._shape.AdjustToNextIndex(destination._shape, xLinearOffset, xIndexes); 115destinationLinearOffset = destination._shape.AdjustToNextIndex(destination._shape, destinationLinearOffset, destinationIndexes); 142xLinearOffset = x._shape.AdjustToNextIndex(destination._shape, xLinearOffset, xIndexes); 164xLinearOffset = x._shape.AdjustToNextIndex(x._shape, xLinearOffset, xIndexes); 183xLinearOffset = x._shape.AdjustToNextIndex(x._shape, xLinearOffset, xIndexes); 203xLinearOffset = x._shape.AdjustToNextIndex(destination._shape, xLinearOffset, xIndexes); 204yLinearOffset = y._shape.AdjustToNextIndex(destination._shape, yLinearOffset, yIndexes); 205destinationLinearOffset = destination._shape.AdjustToNextIndex(destination._shape, destinationLinearOffset, destinationIndexes); 233xLinearOffset = x._shape.AdjustToNextIndex(destinationShape, xLinearOffset, xIndexes); 234yLinearOffset = y._shape.AdjustToNextIndex(destinationShape, yLinearOffset, yIndexes); 263xLinearOffset = x._shape.AdjustToNextIndex(destination._shape, xLinearOffset, xIndexes); 264destinationLinearOffset = destination._shape.AdjustToNextIndex(destination._shape, destinationLinearOffset, destinationIndexes); 285xLinearOffset = y._shape.AdjustToNextIndex(destination._shape, xLinearOffset, xIndexes); 286destinationLinearOffset = destination._shape.AdjustToNextIndex(destination._shape, destinationLinearOffset, destinationIndexes); 306xLinearOffset = x._shape.AdjustToNextIndex(x._shape, xLinearOffset, xIndexes);
System\Numerics\Tensors\netcore\TensorSpan.cs (1)
373_linearOffset = _span._shape.AdjustToNextIndex(_span._shape, _linearOffset, _indexes);