uTensor / utensor_cgen

C++ code generator for uTensor https://utensor-cgen.readthedocs.io/en/latest/
Apache License 2.0
50 stars 40 forks source link

Fix pb file #122

Closed dboyliao closed 1 year ago

dboyliao commented 4 years ago

This is a fix for backward compatibility of pb file. Because of all the scheme/op name changes from TF 1.x to TF 2.x, there may be corner cases that are not included in the tests. This fix is not guaranteed to work.

We'll deprecate pb file in near future in favor of TF 2.0

dboyliao commented 4 years ago

@mbartling If you won't mind, I'm about to merge this PR.