We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5ba0bb commit d1d6827Copy full SHA for d1d6827
1 file changed
docs/api.md
@@ -1,6 +1,8 @@
1
# Tensorflow Lite Micro API
2
3
-## 目前软件包支持的算子
+## 目前软件包支持的算子(共52个算子)
4
+
5
+每个算子定义的详细内容可以参见[`all_ops_resolver.cc`](../tensorflow/lite/micro/all_ops_resolver.cc)
6
7
| 算子名称 | 描述 |
8
|:-------------------------------------|--------|
@@ -55,16 +57,3 @@
55
57
| `SVDF()` | |
56
58
| `TANH()` | tan(x)函数 |
59
| `UNPACK()` | |
-
-示例(可选)
60
61
-```c
62
-#include <hello.h>
63
64
-int func()
65
-{
66
- hello_func();
67
68
- return 0;
69
-}
70
-```
0 commit comments