• Adam Procter's avatar
    MNIST elementwise ops (#137) · 1138d1b9
    Adam Procter authored
    * Add elementwise ops to runtime
    
    * equals operator implementation at graph and runtime level
    
    * "Select" operator (elementwise ?:) at graph and runtime level
    
    * A few file renames (`notequal` -> `not_equal`, `lessthan` -> `less_than`)
    
    * Macro wrapping boilerplate for op registration in `external_function.cpp`
      (this covers everything except `op::Parameter`).
    1138d1b9
Name
Last commit
Last update
cmake Loading commit data...
contrib/docker Loading commit data...
doc Loading commit data...
examples Loading commit data...
maint Loading commit data...
src Loading commit data...
test Loading commit data...
third-party Loading commit data...
.clang-format Loading commit data...
.gitignore Loading commit data...
CMakeLists.txt Loading commit data...
README.md Loading commit data...