Skip to content

Commit d1d6827

Browse files
committed
修正了文档
1 parent b5ba0bb commit d1d6827

1 file changed

Lines changed: 3 additions & 14 deletions

File tree

docs/api.md

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Tensorflow Lite Micro API
22

3-
## 目前软件包支持的算子
3+
## 目前软件包支持的算子(共52个算子)
4+
5+
每个算子定义的详细内容可以参见[`all_ops_resolver.cc`](../tensorflow/lite/micro/all_ops_resolver.cc)
46

57
| 算子名称 | 描述 |
68
|:-------------------------------------|--------|
@@ -55,16 +57,3 @@
5557
| `SVDF()` | |
5658
| `TANH()` | tan(x)函数 |
5759
| `UNPACK()` | |
58-
59-
示例(可选)
60-
61-
```c
62-
#include <hello.h>
63-
64-
int func()
65-
{
66-
hello_func();
67-
68-
return 0;
69-
}
70-
```

0 commit comments

Comments
 (0)