Skip to content

Conversation

@lhutton1
Copy link
Contributor

@lhutton1 lhutton1 commented Dec 2, 2025

Adds support for the mod_shape operation after spec change: arm/tosa-specification@efc88a1.

This includes the operator definition, same rank checks and level checks during validation. It does not currently include support for folding or shape inference. This will be added in a later commit.

Note: this change is dependent on #169321 and #169368 so also contains their contents.

Adds initial support for the ext-shape extension, including
the operations:
- ADD_SHAPE
- SUB_SHAPE
- MUL_SHAPE
- DIV_FLOOR_SHAPE
- DIV_CEIL_SHAPE
to align with the spec change:
arm/tosa-specification@efc88a1.

This includes the operator definition, same rank checks
and level checks during validation. It does not currently
include support for folding or shape inference. This will
be added in a later commit.

Change-Id: I544af295552b9a9fecaba50b6131d7876113e47c
This commit adds the ext-shape operation `DIM`. This includes
the definition, verifier and validation. It does not currently
include support for folding or shape inference. This will
be added in a later commit.

See arm/tosa-specification@efc88a1
for the specification change.

Change-Id: I67ac3d3c26ea9ab150854b0e06916f64896792c7
Adds support for the mod_shape operation after
spec change: arm/tosa-specification@efc88a1.

This includes the operator definition, same rank
checks and level checks during validation. It does
not currently include support for folding or shape
inference. This will be added in a later commit.

Change-Id: I192332a8c7328fc41e7332b452bf540a1fb40d0f
@Yuvaraj-Venkatesh
Copy link
Contributor

LGTM, Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants