• B
    Enable lstm peephole (#13160) · 04272c0d
    Brian Liu 提交于
    * Refine fusion lstm op code for better readability
    
    * Enable peephole in fusion lstm op (seq_mode part) and add unit test
    
    * Enable peephole in fused lstop op (batch_mode part)
    
    Set batch_mode as default as well
    
    * Use pre-commit to clean format
    
    * Follow up review comments as well as adding more unit tests for seq mode
    04272c0d
test_fusion_lstm_op.py 6.1 KB