• Z
    Generated CoreOpsInfos for potential use in append_op API (#38085) · e3b033f9
    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
    
    * Adjusted function generation/call between Python-C API & Dygraph API
    
    * Synchronized auto-generated Python-C API with Dygraph Forward Functions
    
    * Generated CoreOpsInfos for potential use in append_op API
    
    * Fixed CI problem
    e3b033f9
eager_utils.h 3.8 KB