提交 ed1febbb 编写于 作者: W wangqun

[doc] paddle.js loader doc

[doc] paddle.js loader doc
上级 5d7b3a2e
......@@ -33,26 +33,14 @@ model = await paddle.load();
```
## Parameter description
| 表格 | 参数 | 描述 |
| ---------- | :-----------: | :-----------: |
| MODEL_ADDRESS | dir | 存放模型的文件夹 |
| ---------- | :-----------: | :-----------: |
| MODEL_ADDRESS | main | 主文件 |
| ---------- | :-----------: | :-----------: |
| options | multipart | 是否分片获取 |
| ---------- | :-----------: | :-----------: |
| options | dataType | binary/json |
| ---------- | :-----------: | :-----------: |
| options | fileCount | 分片数量 |
| ---------- | :-----------: | :-----------: |
| options | ietest | 是否开启测试输出 |
| ---------- | :-----------: | :-----------: |
## Browser coverage
......
......@@ -33,24 +33,13 @@ model = await paddle.load();
| 表格 | 参数 | 描述 |
| ---------- | :-----------: | :-----------: |
| MODEL_ADDRESS | dir | 存放模型的文件夹 |
| ---------- | :-----------: | :-----------: |
| MODEL_ADDRESS | main | 主文件 |
| ---------- | :-----------: | :-----------: |
| options | multipart | 是否分片获取 |
| ---------- | :-----------: | :-----------: |
| options | dataType | binary/json |
| ---------- | :-----------: | :-----------: |
| options | fileCount | 分片数量 |
| ---------- | :-----------: | :-----------: |
| options | ietest | 是否开启测试输出 |
| ---------- | :-----------: | :-----------: |
## 浏览器覆盖面
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册