Add C++ ability to construct operators by name (#616)
* Add make_op function
* Formatting
* Add more values
* Formatting
* Remove templates parse_conv functions
* Formatting
* Remove mat_mul template
* Formatting
* Reduce header includes
* Fix compiling for gpu
* Formatting
* Use make_op in lowering
* Formatting
* Sort lines
* Formatting
* Add more tests
* Formatting
* Fix tidy error
* Formatting
* Add const refs
* Add explicit this
* Add more const refs
* Sort the program
* Remove commented out code
* Formatting
* Infer gpu prefix
* Formatting
Co-authored-by:
mvermeulen <5479696+mvermeulen@users.noreply.github.com>
Showing
src/make_op.cpp
0 → 100644
This diff is collapsed.
Please register or sign in to comment