"...resnet50_tensorflow.git" did not exist on "720d6e396d5b8c8919e3fd8741c35ac5b4b218fd"
  • Paul Fultz II's avatar
    Add code generation for pointwise operators (#780) · 35d1bcc2
    Paul Fultz II authored
    * Add definitions for all pointwise operators
    
    * Formatting
    
    * Add cpp generator class
    
    * Formatting
    
    * Move compilation to core
    
    * Formatting
    
    * Add clock to tmp name
    
    * Add dynamic loader
    
    * Formatting
    
    * Add tests for code gen
    
    * Formatting
    
    * Add test for literals
    
    * Formatting
    
    * Use with_char
    
    * Add missing header
    
    * Fix mismerge
    
    * Ignore tidy warning
    
    * Fxx gcc 5 errors
    
    * Apply fixits
    
    * Skip signed bitwise of status
    
    * Remove unused parameters
    
    * Explicitly add c++14 flag
    
    * Fix tidy warning
    
    * Remove .o files
    35d1bcc2
dynamic_loader.cpp 1.54 KB