DynamicSlice#

DynamicSlice - 1#

Version

  • name: DynamicSlice (GitHub)

  • domain: main

  • since_version: 1

  • function:

  • support_level: SupportType.COMMON

  • shape inference: False

This version of the operator has been available since version 1.

Summary

Inputs

Between 3 and 4 inputs.

  • data (heterogeneous) - T:

  • starts (heterogeneous) - Tind:

  • ends (heterogeneous) - Tind:

  • axes (optional, heterogeneous) - Tind:

Outputs

  • output (heterogeneous) - T:

Type Constraints

  • T in ( tensor(bool), tensor(complex128), tensor(complex64), tensor(double), tensor(float), tensor(float16), tensor(int16), tensor(int32), tensor(int64), tensor(int8), tensor(string), tensor(uint16), tensor(uint32), tensor(uint64), tensor(uint8) ): Constrain input and output types to all tensor types.

  • Tind in ( tensor(int32), tensor(int64) ): Constrain indices to integer types

Examples