1. 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
  2. 24 10月, 2017 3 次提交
  3. 19 10月, 2017 1 次提交
  4. 12 10月, 2017 2 次提交
  5. 03 10月, 2017 1 次提交
  6. 29 9月, 2017 5 次提交
  7. 28 9月, 2017 1 次提交
    • Y
      Remove OperatorBase::InferShape · 61962094
      Yu Yang 提交于
      InferShape in Operator should be performed in OperatorBase::Run.
      
      * cond_op, recurrent_op and mnist might be changed in following PR
      61962094
  8. 18 9月, 2017 3 次提交
  9. 16 9月, 2017 1 次提交
  10. 15 9月, 2017 2 次提交
  11. 14 9月, 2017 2 次提交
  12. 13 9月, 2017 1 次提交
  13. 11 9月, 2017 5 次提交
  14. 08 9月, 2017 2 次提交
  15. 05 9月, 2017 2 次提交