Can not add Mul Operator in dev branch, can not find arm_elementwise_mul_s16 #101
Labels
comp:compiler
Compiler related issues
comp:model
Hardware:Dev Board
Coral Dev Board issues
subtype:ubuntu/linux
type:Bug
Description
The model I want to run needs the
Sum
operation.As the main branch links against an older version of tensorflow, that does not yet support the
Sum
operation, I needed to switch to the dev branch.On the main branch it was working only with the TPU, but my model needs int16 quantization to work.
On the dev branch, I can successfully add the
Sum
operation, but now theMul
operation is not working anymore. When compiling while callingresolver.AddMul()
I get a compiler error.It can not find
arm_elementwise_mul_s16
from CMSIS.Would be awesome if there is a fix to that :)
Click to expand!
Issue Type
Bug
Operating System
Linux
Coral Device
Dev Board Micro
Other Devices
No response
Programming Language
C++
Relevant Log Output
The text was updated successfully, but these errors were encountered: