Commit Graph

3 Commits

Author SHA1 Message Date
Sven e61d5bd17c
Update cmake_x86_vsim.yml (#403)
Move tensorflow version to v2.9.0
2022-05-30 21:32:19 +08:00
Sven 4f2991c853
Fixed no-output if transpose is last op and can be optimized (#395)
* Fixed no-output if transpose is last op and can be optimized

If transpose can be erased by layout inference, replace it as a
reshape - input and output have same shape - expect low-level
optimization erase the reshape

Signed-off-by: xiang.zhang <xiang.zhang@verisilicon.com>
2022-05-13 16:59:25 +08:00
Sven 3f629d3910
Fix ci crash (#380)
* Update and rename cmake_x86_vsim_unit_test.yml to cmake_x86_vsim.yml

* Update README.md

* Update cmake_x86_vsim.yml

* Update README.md

Fix badge
2022-05-03 10:49:49 +08:00