• Adam Procter's avatar
    Replace NGRAPH_ASSERT with faster NGRAPH_CHECK; remove all casserts (#2727) · b9e6b40c
    Adam Procter authored
    * Replace assert and NGRAPH_ASSERT with NGRAPH_CHECK; deprecate old classes
    
    * Rename node_validation_assertion_string to something slightly more descriptive
    
    * Fix syntax error in GPU BE
    
    * Fix some messed-up includes
    
    * More comments, more tests
    
    * Fix reference to properly include check.hpp (should unbreak codegen)
    
    * Add check.hpp include to gpu_util.cpp
    
    * Comment updates
    
    * Comment update
    
    * Oops
    
    * PR feedback: better formatting when context info or explanation are missing
    b9e6b40c
specialize_shapes.cpp 8.19 KB