1. 12 6月, 2019 1 次提交
    • W
      Fix scatter and gather op when has duplicate index (#17952) · 8eb134c3
      wawltor 提交于
      * test=develop
      The scatter op has a calc bug when the indices has same index, the scatter op use overwrite mode to calculate the same index, fix this bug by using the accumulate mode to calculate the same index.At the same time, the gather op has the same bug when the op calc the grad. And we use the lib of open-blas and eigen to optimize the time cost in accumulate mode.
      
      * test=develop
      Fix some code format problem, and the same time add the test case in gather and scatter op
      8eb134c3
  2. 21 8月, 2018 1 次提交
  3. 16 8月, 2018 1 次提交
  4. 14 4月, 2018 1 次提交
  5. 15 3月, 2018 1 次提交
  6. 12 2月, 2018 1 次提交
  7. 10 2月, 2018 2 次提交
  8. 20 10月, 2017 1 次提交
  9. 04 10月, 2017 1 次提交
  10. 03 10月, 2017 1 次提交
  11. 29 9月, 2017 2 次提交
  12. 28 9月, 2017 1 次提交
  13. 05 9月, 2017 1 次提交
  14. 04 9月, 2017 1 次提交
  15. 26 8月, 2017 1 次提交
  16. 25 8月, 2017 1 次提交
  17. 22 8月, 2017 1 次提交
  18. 15 8月, 2017 1 次提交
  19. 07 8月, 2017 1 次提交
  20. 05 8月, 2017 1 次提交
  21. 02 8月, 2017 2 次提交
  22. 01 8月, 2017 1 次提交
    • Q
      use operator context and infer context (#3024) · 61ebacbc
      Qiao Longfei 提交于
      * use operator context
      
      * optimize code
      
      * update net infershape
      
      * update InferShape
      
      * disable override InferShape(scope) in OperatorBase
      
      * change InferShapeImpl to InferShape
      
      * add template to OperatorContext Input/Output
      
      * merge Input InputVar, Output OutputVar
      
      * change Inputs to MultiInput
      
      * fix conflict
      
      * fix MultiInput bugs and add unit test
      
      * rename KernelContext to ExecutionContext
      
      * clean code
      
      * change InferShape to protected
      
      * fix template bug
      
      * refine code
      
      * use InputVar instead of Input<Variable>
      
      * typo
      
      * optimize code
      61ebacbc
  23. 25 7月, 2017 1 次提交
  24. 19 7月, 2017 4 次提交
  25. 17 7月, 2017 3 次提交
  26. 14 7月, 2017 1 次提交
  27. 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