Skip to contents

Extracts a slice from a tensor.

Usage

nvl_slice(operand, start_indices, limit_indices, strides)

Arguments

operand

(tensorish)
Operand.

start_indices

(integer())
Start indices (1-based).

limit_indices

(integer())
End indices (exclusive).

strides

(integer())
Step sizes.

Value

tensorish