RangeTensorExtension<T> extension

on

Methods

getRange(int start, int? end, {int step = 1, int axis = 0}) Tensor<T>
Returns a view with the given axis sliced to the range between start and end (exclusive).