1. 05 8月, 2017 9 次提交
  2. 04 8月, 2017 29 次提交
  3. 03 8月, 2017 2 次提交
    • Y
      move net_op to operators/ (#3201) · 0bd49a50
      Yan Chunwei 提交于
      * move net_op to operators
      0bd49a50
    • Q
      Softmax grad op (#3164) · d953611e
      Qiao Longfei 提交于
      * init softmax grad op
      
      * add compute code
      
      * export Backward to python
      
      * update test ,export op.type to python
      
      * update python test, fix compute bug
      
      * update unit test
      
      * use eigen
      
      * optimize eigen code
      
      * add gpu test
      
      * register softmax_grad GPU kernel and fix test bug
      
      * typo
      
      * follow comments
      d953611e