1. 30 8月, 2018 1 次提交
    • C
      Enhance fused_elementwise_activation_op (#12837) · 3bd1d22a
      chengduo 提交于
      * Enhance the function of fused_elementwise_activation_op
      
      * enhance unit test
      
      * Clean Code And Add Doc
      
      * Add compound functors
      
      * Fix doc and enhance unit test
      
      * define Dx and Dy for d_binary_func
      
      * add mul_scale
      
      * add mul_scale
      
      * add elementwise_mul
      
      * code refine
      
      * code refine
      
      * add doc
      
      * add  AsIntermediate
      3bd1d22a
  2. 08 8月, 2018 1 次提交
    • C
      Feature/op fusion (#12240) · 7c8b69c7
      chengduo 提交于
      * Add Preface
      
      * Add demo code
      
      * Save file
      
      * Refine code
      
      * seems can work
      
      * use elementwise strategy
      
      * Use ElementwiseComputeEx
      
      * Add comments
      
      * extract functions from operator
      
      * Refine code
      
      * Follow comment
      
      * code refine
      
      * follow comments
      
      * follow comments
      7c8b69c7