• Robert Kimball's avatar
    Change floating point comparisons from == to all_close_f (#2620) · 56e160ba
    Robert Kimball authored
    * change float comparisons from == to all_close_f
    
    * style
    
    * address a few more direct float comparisons
    
    * add missing include
    
    * specify tightest tolerance for Broadcast and Reshape tests
    
    * Increased tightness of float testing
    
    Increased tightness of float testing via MIN_FLOAT_TOLERANCE_BITS parameter
    
    * style
    56e160ba
backend_reshape.in.cpp 24.7 KB