"src/vscode:/vscode.git/clone" did not exist on "b75c83d8c8115ce6ee89cb50d043e8999ee08abb"
Bool type and equal operator (#603)
* add bool type
* code backup
* code backup
* clang format
* fix build warnings
* clang format
* add the equal operator
* add the equal operator
* clang format
* remove unnecessary code
* refine unit tests
* clang format
* fix review comments and a bug
* clang format
* additional changes
* clang format
* fix cppcheck error
* add bool type in c api
* fix cppcheck error
* fix review comments
* fix cppcheck error
* fix a build error related to gcc
* fix cppcheck error
* fix cppcheck error
* added the equal operator to register list
* add parsing boolean type
* clang format
* fix bool type issue for python output
* clang format
* add support for automatic multibroadcast of the equal operator
* additional unit tests for more code coverage
* clang format
* missing an onnx file
Co-authored-by:
Paul Fultz II <pfultz2@yahoo.com>
Showing
Please register or sign in to comment