MLCSliceLayer
A layer that extracts a slice from a tensor.
Declaration
class MLCSliceLayerOverview
The framework supports positive stride.
Use a slice layer to slice a given source. Slicing won’t decrease the tensor dimension. The start, end, and stride vectors must be of the same size, equal to the source tensor dimension.