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

Didn't find op for builtin opcode 'SUM' version '1' #50383

Closed
drrll opened this issue Jun 21, 2021 · 3 comments
Closed

Didn't find op for builtin opcode 'SUM' version '1' #50383

drrll opened this issue Jun 21, 2021 · 3 comments
Assignees
Labels
comp:micro Related to TensorFlow Lite Microcontrollers stat:awaiting tensorflower Status - Awaiting response from tensorflower TF 2.5 Issues related to TF 2.5 type:bug Bug

Comments

@drrll
Copy link

drrll commented Jun 21, 2021

@tensorflow/micro

System information

  • Host OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Mac OS 11.4
  • TensorFlow installed from (source or binary): Source
  • Tensorflow version (commit SHA if source): 2.5 (a4dfb8d)
  • Target platform (e.g. Arm Mbed OS, Arduino Nano 33 etc.): STM Cortex M4

Describe the problem
The SUM operator is not supported in TF Lite Microcontroller, even though it is supported in TF Lite. I assume it's a pretty easy operation to get ported to MCU? I'm getting
Didn't find op for builtin opcode 'SUM' version '1'

Please provide the exact sequence of commands/steps when you ran into the problem
Run any TF Model with SUM operator, AllocateTensors() will print out Didn't find op for builtin opcode 'SUM' version '1'

@drrll drrll added the comp:micro Related to TensorFlow Lite Microcontrollers label Jun 21, 2021
@tilakrayal tilakrayal added TF 2.5 Issues related to TF 2.5 type:bug Bug labels Jun 23, 2021
@jvishnuvardhan jvishnuvardhan added the stat:awaiting tensorflower Status - Awaiting response from tensorflower label Jun 24, 2021
@galah92
Copy link

galah92 commented Nov 12, 2021

I also need this. Is this something that's possible to contribute?

@mohantym
Copy link
Contributor

mohantym commented Nov 29, 2022

Hi @drrll !

I am not sure whether the work arounds in similar issues will work or not as I could not find sum.cc in the lite/micro kernels from tflite-micro repo.

1, 2

Please look at the comment in similar issue #48431 . Closing this one as duplicate.

Thank you!

@google-ml-butler
Copy link

Are you satisfied with the resolution of your issue?
Yes
No

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:micro Related to TensorFlow Lite Microcontrollers stat:awaiting tensorflower Status - Awaiting response from tensorflower TF 2.5 Issues related to TF 2.5 type:bug Bug
Projects
None yet
Development

No branches or pull requests

6 participants