• gaurides's avatar
    Fuse Dropout (#3006) · 8c38db04
    gaurides authored
    * Initial implementation
    
    * Added test case
    
    * Bug fix; Dropout with 2 outputs, WIP
    
    * Fixed in unit-testl; WIP for model
    
    * Nothing is working
    
    * Revert "Nothing is working"
    
    This reverts commit d3ff09bb7a0d0519ab70ac85f2e7f30721afea96.
    
    * Fixed unit-test; fusion with 2 outputs
    
    * Fix style check, file permissions
    
    * Changed input arg to Node
    
    * Fix order of declaration
    
    * Improved performance
    
    * some cleanup
    
    * Fixed CI error
    
    * Fixed review comments
    
    * Fix CI error
    
    * Remove unused variable
    
    * Fix other CI errors
    
    * Changed type
    
    * Fix style check
    
    * Add codegen code for Dropout
    
    * addressed PR feedback; will add codegen support later
    
    * Cleanup; change variable name
    
    * Support for use_seed
    
    * Add setter for use_seed
    
    * Add setter for use_seed
    
    * Fix CI error
    
    * Make use_seed as arg
    
    * Fix CI error
    
    * Fix CI error
    8c38db04
CMakeLists.txt 6.83 KB