• Y
    Enable generating code for a given subgraph. (#21126) · 6b1e1f0d
    Yiqun Liu 提交于
    * Enable generating code for a given subgraph.
    
    * Support sorting the subgraph.
    
    * Remove the rearange of expressions because we use the sorted subgraph directly.
    
    * Enable generating code for a subgraph which is composed of grad ops.
    
    * Use expression information to check the accuracy in unittest.
    
    * Separate load and store from computation expressions.
    test=develop
    
    * Improve the loading statements in generated codes.
    test=develop
    
    * Remove unused arguments from formal list.
    test=develop
    6b1e1f0d
pass_tester_helper.h 15.8 KB