liuchongming
68897adf67
Add mapper of mul and sigmoid, and extract codes saving logic to single function.
5 years ago
liuchongming
c3b6491545
Add mapper of Slice, and fix bugs in tensoradd and pad.
5 years ago
liuchongming
b30e144f04
Refactor onnx utils, deal with graph node without shape, dynamic inference sub-graph value, and add mapper of reshape.
5 years ago
liuchongming
2efb39bfee
Refactor graph node and hierarchical tree. 1. Remove code generation related variables from graph node. 2. Create CodeFragment instance to manage code generation. 3. Add code gen setting instance to mapper.
5 years ago
liangtianshu
5724ef7662
rewrite code-like comments to avoid CI syntax warnings
Add error info. for input and output node name check
5 years ago
liangtianshu
2e332fff17
Add depthwise tensor support for Conv mapper
fix bugs occurred by name replacement
5 years ago
moran
969abd4cf7
Add cli for tfToMs
5 years ago
liangtianshu
266478c101
tf2ms dev:
Add ops and nn mappers
Replace import method in onnx_utils
Support multi args in statement generation
Sub graph search path bug fix
Add shape check in onnx_utils
5 years ago
moran
e8171625ef
Support ReduceMean Concat & Reduce loop
5 years ago
moran
2f587fd511
fix`REAME` & Add UT & Optimize
5 years ago
wangshuide2020
8e4f550959
fix the problem of the duplication file.
5 years ago
liuchongming
8719827153
Generalize mindconverter.
5 years ago
liuchongming74
3e9a289206
Add avgpool mapper.
5 years ago
lvyufeng
9917e159db
update operator mapper rules
5 years ago
liuchongming74
3a66a65a60
Graph based converter.
5 years ago