• Z
    Enabled Eager AutoCodeGen for All Existing Operators & Possible Future Operators (#37969) · 08482a86
    Zhanlue Yang 提交于
    * Rearranged Eager AutoCodeGen directory structure
    
    * Removed USE_OP in Eager AutoCodeGen
    
    * Enabled generation for Operators without Grad/Inputs/Outputs
    
    * Resolved operators without input
    
    * Fixed merge conflicts
    
    * Enabled Eager AutoCodeGen for 10+ more operators
    
    * Refactored Eager AutoCodeGen with more organized helper objects
    
    * Enabled Eager AutoCodeGen for operators with multiple OpBases
    
    * Adjusted Eager AutoCodeGen to Enable Passing Output Tensor as Input Argument
    
    * Handled Dispensable Inputs/Outputs in Eager AutoCodeGen
    
    * Enabled Eager AutoCodeGen for All Existing Operators & Possible Future Operators
    
    * Fixed CI issues
    08482a86
eager_op_function_generator.cc 12.6 KB