1. 27 9月, 2017 1 次提交
  2. 26 9月, 2017 2 次提交
  3. 23 9月, 2017 1 次提交
  4. 22 9月, 2017 2 次提交
  5. 19 9月, 2017 1 次提交
  6. 14 9月, 2017 1 次提交
  7. 13 9月, 2017 2 次提交
  8. 19 8月, 2017 1 次提交
  9. 15 8月, 2017 2 次提交
  10. 08 8月, 2017 1 次提交
  11. 07 8月, 2017 2 次提交
  12. 06 8月, 2017 1 次提交
  13. 05 8月, 2017 1 次提交
  14. 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
  15. 25 7月, 2017 1 次提交
  16. 21 7月, 2017 1 次提交
    • Q
      add cross-entropy-op (#2965) · 26857659
      Qiao Longfei 提交于
      * add cross-entropy-op
      
      * add infershape and compute
      
      * implement Infershape and compute of onehotcrossentropy op
      26857659
  17. 19 7月, 2017 2 次提交
  18. 17 7月, 2017 3 次提交
  19. 14 7月, 2017 1 次提交
  20. 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