1. 16 1月, 2019 1 次提交
    • Y
      Optimize while_op for test (#14764) · 568cc2ff
      Yiqun Liu 提交于
      * Simplify the compare op for CPU.
      
      * Use asynchronous tensor copy in reshape_op's kernel.
      
      * Optimize while_op for test, avoiding creating variables every time.
      test=develop
      
      * Enable the cache of kernel type and kernel function.
      test=develop
      
      * Enable profiling with gperftools.
      
      * Remove flags for testing, and fix the linking error.
      test=develop
      
      * Delete the codes of ChooseKernel.
      test=develop
      
      * Fix bug when preparing ExecutorPrepareContext for while_op.
      
      * Fix missing depending on grpc libraries.
      
      * Remove the redundant print.
      test=develop
      
      * Follow comments.
      
      * Remove the codes related to prepare the ExecutorPrepareContext for while_op.
      test=develop
      568cc2ff
  2. 12 12月, 2018 1 次提交
  3. 15 10月, 2018 1 次提交
  4. 11 10月, 2018 1 次提交
  5. 06 9月, 2018 1 次提交
  6. 31 7月, 2018 1 次提交
    • D
      Memory/reshape op (#12414) · 91fb0156
      dzhwinter 提交于
      * "remove inplace in single op"
      
      * "fix ci"
      
      * "add transpiler case"
      
      * fix conflict
      
      * "fix reshape"
      
      * "delete reshape inplace attr"
      
      * "follo the comments"
      
      * "rerun ci"
      91fb0156
  7. 24 7月, 2018 1 次提交
  8. 02 7月, 2018 3 次提交
  9. 08 5月, 2018 1 次提交
    • Y
      Clean OpProtoAndCheckerMaker · 0e78cb69
      Yu Yang 提交于
      Do not use ctor
      
      * Reduce line of codes.
      * We can use virtual function for Maker now.
      * The implementation does not care what maker holds, it is easier to
      refactor later.
      0e78cb69
  10. 19 4月, 2018 1 次提交
  11. 17 4月, 2018 1 次提交
  12. 02 4月, 2018 1 次提交
  13. 29 3月, 2018 1 次提交
  14. 28 3月, 2018 1 次提交
  15. 21 3月, 2018 2 次提交
  16. 19 3月, 2018 1 次提交
  17. 13 3月, 2018 1 次提交
  18. 12 3月, 2018 1 次提交
  19. 08 3月, 2018 1 次提交
  20. 07 3月, 2018 1 次提交
  21. 28 2月, 2018 1 次提交
  22. 12 2月, 2018 1 次提交
  23. 10 2月, 2018 2 次提交
  24. 23 1月, 2018 1 次提交
  25. 26 12月, 2017 1 次提交
  26. 20 12月, 2017 1 次提交
  27. 15 12月, 2017 1 次提交
  28. 14 12月, 2017 2 次提交
  29. 13 12月, 2017 1 次提交
  30. 29 11月, 2017 1 次提交
  31. 05 11月, 2017 1 次提交
  32. 31 10月, 2017 1 次提交
  33. 30 10月, 2017 1 次提交
    • Q
      03 image classification (#5192) · 0049ce04
      Qiao Longfei 提交于
      * add batch_norm_layer
      
      * add img_conv_group layer and test
      
      * add check to Tensor.type()
      
      * forward can run
      
      * with backward
      
      * change label data time from int32 to int64
      
      * refine code
      
      * follow comment
      0049ce04
  34. 17 10月, 2017 1 次提交
  35. 07 10月, 2017 1 次提交