- 10 10月, 2017 2 次提交
- 28 9月, 2017 4 次提交
- 27 9月, 2017 2 次提交
- 26 9月, 2017 5 次提交
- 23 9月, 2017 11 次提交
1. InferShape should be a method for `OpDescBind` not `Operator`, since `OpDescBind` is a compile-time concept. 2. Pre-create operators and store them into a map. Make InferShape faster
It will significantly reduce binary size. It is useful for mobile deployment.