chxin66
4f92e58155
optimization for tiny_yolov4 ( #591 )
...
Type: code improvment
Signed-off-by: Chen <jack.chen@verisilicon.com>
Co-authored-by: Chen <jack.chen@verisilicon.com>
2023-05-23 14:28:47 +08:00
Tang
d778dfb82d
update copyright information
2023-01-20 12:49:48 +08:00
Qin.Chen
8cd5bd93ce
Add BUILD_WITH_BAZEL option, marco of VSI_FEAT_OP_XXX should behind headers now.
2022-11-22 21:39:02 +08:00
Dahan Gong
f8741b4704
feat(tensor): support external buffer when creating input/output tensors ( #389 )
...
* support external buffer when creating input/output tensors
* feat(tensor): add new map/unmap APIs
2022-05-18 23:38:26 +08:00
Sven
7c1a00213b
[New API] Add compile_option support - relax_mode ( #285 )
...
Added new API for tim::vx::Context::CreateGraph with a CompileOption
Only one option added in CompileOption:
relax_mode : Run float32 mode with bfloat16
Signed-off-by: xiang.zhang <xiang.zhang@verisilicon.com>
2022-02-09 10:52:11 +08:00
liyuenan
e2180a6341
Support that op's all inputs are constant ( #264 )
...
Signed-off-by: yuenan.li <yuenan.li@verisilicon.com>
Co-authored-by: yuenan.li <yuenan.li@verisilicon.com>
2022-01-14 12:34:38 +08:00
liyuenan
75d39e2cfd
Support layout inference for transpose ( #250 )
...
Added interface GetProdeucerOp(tensor) in Graph
Signed-off-by: yuenan.li <yuenan.li@verisilicon.com>
2021-12-29 11:06:28 +08:00
chxin66
8b1ec74f07
support DMAbuffer ( #214 )
...
Signed-off-by: Chen Xin <jack.chen@verisilicon.com>
2021-11-21 22:46:20 +08:00
xiang.zhang
205f7d53f0
Align declare and definition for TensorSpec
...
Signed-off-by: xiang.zhang <xiang.zhang@verisilicon.com>
2021-05-08 11:46:05 +08:00
Zongwu.Yang
77b801a590
Add layout inference feature ( #34 )
...
* mobilenet_v1_1.0_224_quant.tflite pass
* inception_v1_224_quant.tflite pass
* ssd_mobilenet_v2_fpnlite_320x320_coco17_quant.tflite pass
Signed-off-by: Zongwu Yang <zongwu.yang@verisilicon.com>
2021-05-08 09:29:47 +08:00
Jia
11480f18f3
Store operation into graph
...
because the operation is a shared pointor, in app, the operation is
created as:
auto op = graph->CreateOperation();
uses natively think the operation had been register into the graph and
would not manage the op locally.
if running the graph in another fucntion instead of the function that
create the operation, the operation would had been delete.
so the operation should be stored into the graph.
Signed-off-by: Jia <juku.jia@verisilicon.com>
2021-04-15 11:21:56 +08:00
xiang.zhang
9d44b4477b
Added NBG support
...
Signed-off-by: xiang.zhang <xiang.zhang@verisilicon.com>
2021-02-22 11:38:21 +08:00
Jiang Bo
7972af0697
Initial Commit for VERSION 1.1.28
...
Signed-off-by: Jiang Bo <bo.jiang@verisilicon.com>
2021-01-11 18:27:48 +08:00