未验证 提交 28f3a30c 编写于 作者: B BUG1989 提交者: GitHub

update doc (#486)

* update doc

* Fix, error info in interp ref op
上级 58497077
doc/architecture.png

263.0 KB | W: | H:

doc/architecture.png

315.6 KB | W: | H:

doc/architecture.png
doc/architecture.png
doc/architecture.png
doc/architecture.png
  • 2-up
  • Swipe
  • Onion skin
todo......
\ No newline at end of file
## TODO List
### 2021Q1
- [ ] optimize int8 implement on armv7/armv8.1
- [ ] optimize AutoKernel implement on x86
- [ ] fix the Float32 bugs of Vulkan
- [ ] support the mode type of PaddlePaddle
- [ ] support the mode type of OneFlow
- [ ] opensource the plugin implement of NPU
- [ ] add more test case
......@@ -297,7 +297,7 @@ static int run(struct node_ops* node_ops, struct exec_node* exec_node, struct ex
int ret = -1;
if (input_tensor->data_type == TENGINE_DT_FP32)
ret = ref_interp_fp32(input_tensor, output_tensor, param);
if (input_tensor->data_type == TENGINE_DT_UINT8)
else if (input_tensor->data_type == TENGINE_DT_UINT8)
ret = ref_interp_uint8(input_tensor, output_tensor, param);
else
printf("Input data type %d not to be supported.\n", input_tensor->data_type);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册