Skip to content

Drop support of 8-bit integers input for CumulativeSum #892

@huningxin

Description

@huningxin

None backend of Chromium prototype supports 8-bit integers for CumulativeSum operator:

For spec-wise consistency, similar reduceSum operator doesn't support 8-bit integers either.

The proposal is to remove the support of 8-int integers input from CumulativeSum tensor limits

operand allowed data types allowed ranks
input "float32", "float16", "int32", "uint32", "int64", "uint64" 1 to N
output same as input same as input

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions