• Adam Procter's avatar
    New macros for faster node validation checks (#2537) · 6ffbd254
    Adam Procter authored
    * Skeleton for faster validation asserts
    
    * Switch to __VA_ARGS__ for compatibility, remove -Wno-variadic-macros
    
    * Add benchmarks for constructing Add and Convolution
    
    * Quick hack to avoid shadowing inside the CHECK macro
    
    * Quick hack to avoid inadvertent capture inside the macro
    
    * Update convolution, and change a bunch of tests to anticipate the new error class
    6ffbd254
partial_shape.cpp 46.7 KB