1. 21 11月, 2017 2 次提交
  2. 25 10月, 2017 1 次提交
    • Q
      CPU Batch Norm Op (#4964) · ee998a9c
      Qiao Longfei 提交于
      * init batch norm op
      
      * prepare input output
      
      * compute mean_out var_out save_mean save_var on CPU
      
      * active is test
      
      * use eigen to do computation
      
      * complete batch norm forward
      
      * set default momentum to 0.9
      
      * add batch norm grad op in CPU
      
      * add tensor_format and NHWC support, add python test
      
      * add test training
      
      * add batch norm gradient test
      
      * improve comment, fix foward Python UnitTest
      
      * add gradient test
      
      * fix eigen warning
      
      * follow name style
      
      * fix a bug
      
      * change float to T
      
      * add simple forward test
      
      * test with different place
      
      * add backward test
      
      * refine python test
      
      * remove old python test code
      
      * code clean
      
      * follow code style
      
      * update comment
      ee998a9c
  3. 10 10月, 2017 1 次提交
  4. 28 9月, 2017 1 次提交
  5. 20 9月, 2017 1 次提交
  6. 23 8月, 2017 1 次提交
  7. 11 8月, 2017 1 次提交
  8. 08 8月, 2017 1 次提交
  9. 07 8月, 2017 1 次提交
  10. 05 8月, 2017 1 次提交
  11. 02 8月, 2017 1 次提交
  12. 01 8月, 2017 1 次提交
  13. 26 7月, 2017 1 次提交
  14. 25 7月, 2017 1 次提交
  15. 19 7月, 2017 2 次提交
  16. 17 7月, 2017 3 次提交
  17. 14 7月, 2017 1 次提交
  18. 13 7月, 2017 2 次提交
    • Y
      Follow comments · 79b70c2d
      Yu Yang 提交于
      * Convert `op` --> `operators`
      * Remove AddType in OpProtoMaker, because type is part of registry.
      * Rename CPU_OR_GPU --> DEVICE_TYPE in registry macro.
      79b70c2d
    • Y
      Add a sample op, `add_op` · a0aaafe9
      Yu Yang 提交于
      * Refine register methods, make Op can get rid of whole-archieve
      * `USE_OP` before a op is used.
      * Add unittest for add_op.
      a0aaafe9