Created by: zhupengyang
- 新增shape, gather, lookup_table的npu bridge。
- shape在ddk320才支持,所以相关编译都先注释掉。
- gather, lookup_table在新rom上才可以用,因此对应
USE_SUBGRAPH_BRIDGE
都注释掉
- shape arm kernel修改为host kernel
- 优化compare代码。减少重复代码。arm kernel移动到host kernel。
- 增加reshape的host单测