R/primitives.R
nvl_slice.Rd
Extracts a slice from a tensor.
nvl_slice(operand, start_indices, limit_indices, strides)
(tensorish) Operand.
tensorish
(integer()) Start indices (1-based).
integer()
(integer()) End indices (exclusive).
(integer()) Step sizes.