sjperkins / tfopgen

Generate C++ and CUDA boilerplate for tensorflow custom operators
MIT License
20 stars 4 forks source link

Util.py:135 type_ Undefined Error #1

Closed benring closed 7 years ago

benring commented 7 years ago

Is there a type-o in line util.py, line 135? type_ is undefined. Did you mean "if t in _STRING_TO_TF else t for t in types

sjperkins commented 7 years ago

Fixed by #2