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

Add CMSIS-NN int8 and int16 batch matmul #2669

Merged
merged 3 commits into from
Sep 9, 2024

Conversation

ArmRyan
Copy link
Contributor

@ArmRyan ArmRyan commented Aug 20, 2024

  • Moves some common functions with ref to new header file
  • Creates new cmsis_nn batch_matmul.cc

Authored-by: Ryan O'Shea [email protected]
Co-authored-by: Adrian Lundell [email protected]

BUG=Add BatchMatmul kernels to cmsisnn

 * Moves some common functions with ref to new header file
 * Creates new cmsis_nn batch_matmul.cc

Signed-off-by: Ryan O'Shea <[email protected]>
Co-authored-by: Adrian Lundell <[email protected]>

Change-Id: I88de8284bb10abaebf7b649436c5375474e1d44d
@ArmRyan ArmRyan requested a review from a team as a code owner August 20, 2024 09:21
@TFLM-bot TFLM-bot removed the ci:run label Aug 20, 2024
@mansnils mansnils requested a review from rascani August 22, 2024 10:35
@@ -271,22 +204,14 @@ TfLiteStatus TransposeRowsColumns(const TfLiteEvalTensor& tensor_in,
return kTfLiteError;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TransposeRowsColumns and TransposeRowsColumnsImpl is moved to the header file right? We should de-dupe from here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch, should be fixed now 😄

@mergify mergify bot merged commit 89f99a9 into tensorflow:main Sep 9, 2024
28 checks passed
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.

5 participants