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)
20
linearOffset = x._shape.
AdjustToNextIndex
(x._shape, linearOffset, indexes);
40
xLinearOffset = x._shape.
AdjustToNextIndex
(destinationShape, xLinearOffset, xIndexes);
41
yLinearOffset = y._shape.
AdjustToNextIndex
(destinationShape, yLinearOffset, yIndexes);
70
xLinearOffset = x._shape.
AdjustToNextIndex
(x._shape, xLinearOffset, xIndexes);
96
linearOffset = destination._shape.
AdjustToNextIndex
(destination._shape, linearOffset, indexes);
114
xLinearOffset = x._shape.
AdjustToNextIndex
(destination._shape, xLinearOffset, xIndexes);
115
destinationLinearOffset = destination._shape.
AdjustToNextIndex
(destination._shape, destinationLinearOffset, destinationIndexes);
142
xLinearOffset = x._shape.
AdjustToNextIndex
(destination._shape, xLinearOffset, xIndexes);
164
xLinearOffset = x._shape.
AdjustToNextIndex
(x._shape, xLinearOffset, xIndexes);
183
xLinearOffset = x._shape.
AdjustToNextIndex
(x._shape, xLinearOffset, xIndexes);
203
xLinearOffset = x._shape.
AdjustToNextIndex
(destination._shape, xLinearOffset, xIndexes);
204
yLinearOffset = y._shape.
AdjustToNextIndex
(destination._shape, yLinearOffset, yIndexes);
205
destinationLinearOffset = destination._shape.
AdjustToNextIndex
(destination._shape, destinationLinearOffset, destinationIndexes);
233
xLinearOffset = x._shape.
AdjustToNextIndex
(destinationShape, xLinearOffset, xIndexes);
234
yLinearOffset = y._shape.
AdjustToNextIndex
(destinationShape, yLinearOffset, yIndexes);
263
xLinearOffset = x._shape.
AdjustToNextIndex
(destination._shape, xLinearOffset, xIndexes);
264
destinationLinearOffset = destination._shape.
AdjustToNextIndex
(destination._shape, destinationLinearOffset, destinationIndexes);
285
xLinearOffset = y._shape.
AdjustToNextIndex
(destination._shape, xLinearOffset, xIndexes);
286
destinationLinearOffset = destination._shape.
AdjustToNextIndex
(destination._shape, destinationLinearOffset, destinationIndexes);
306
xLinearOffset = x._shape.
AdjustToNextIndex
(x._shape, xLinearOffset, xIndexes);
System\Numerics\Tensors\netcore\TensorSpan.cs (1)
373
_linearOffset = _span._shape.
AdjustToNextIndex
(_span._shape, _linearOffset, _indexes);