Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TOSA] TOSA updates for LLVM hash 8885b5c #4087

Closed

Conversation

justin-ngo-arm
Copy link
Contributor

1: [TOSA] Update rescale's input_/output_unsigned attrs as required

Update tosa.rescale's input_unsigned and output_unsigned attributes as required in align with TOSA v1.0 spec

2: [TOSA] Update LIT test for tosa.avg_pool2d

TOSA v1.0 updates tosa.avg_pool2d's input_zp and output_zp as inputs. Update LIT tests accordingly.

3: [TOSA] Update rescale op's multiplier and shift as inputs

Update tosa.rescale's multiplier and shift parameters from attributes to inputs in alignment with TOSA v1.0 spec

4: [TOSA] Update ConstShape and ConstShapeOp's value to values

Update ConstShape and ConstShapeOp's value parameter to values in alignment with TOSA v1.0 spec

5: [TOSA] Update tosa.matmul zero points to inputs

Update tosa.matmul's A_zp and B_zp to inputs in alignment with TOSA v1.0

1: [TOSA] Update rescale's input_/output_unsigned attrs as required

Update tosa.rescale's input_unsigned and output_unsigned attributes as
required in align with TOSA v1.0 spec

2: [TOSA] Update LIT test for tosa.avg_pool2d

TOSA v1.0 updates tosa.avg_pool2d's input_zp and output_zp as inputs.
Update LIT tests accordingly.

3: [TOSA] Update rescale op's multiplier and shift as inputs

Update tosa.rescale's multiplier and shift parameters from attributes to
inputs in alignment with TOSA v1.0 spec

4: [TOSA] Update ConstShape and ConstShapeOp's `value` to `values`

Update ConstShape and ConstShapeOp's `value` parameter to `values` in
alignment with TOSA v1.0 spec

5: [TOSA] Update tosa.matmul zero points to inputs

Update tosa.matmul's A_zp and B_zp to inputs in alignment with TOSA v1.0

Signed-off-by: Justin Ngo <justin.ngo@arm.com>
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.

1 participant