tensorflow / tensorflow/tflite-micro
xa_nn_vec_sigmoid_asym8s_asym8s symble NOT be compiled for HIFI4 target
Open
@veblush is already working on this.
Since Nov 4, 2025.
type:bug
- Dominant language
- C++
- Stars
- 3.1k
- Forks
- 1.1k
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 43
Description
In the file: tensorflow/lite/micro/kernel/xtensa/logistic.cc, line 88, calling xa_nn_vec_sigmoid_asym8s_asym8s() function.
But in make file: tensorflow/lite/micro/tools/make/ext_libs/xtensa.inc, line 117, it removed xa_nn_activations_asym8_asym8.c containes xa_nn_vec_sigmoid_asym8s_asym8s() define.
So, I do not know whether this file should be included.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.