1. 29 12月, 2018 2 次提交
  2. 28 12月, 2018 1 次提交
  3. 12 12月, 2018 1 次提交
  4. 06 12月, 2018 2 次提交
  5. 08 11月, 2018 1 次提交
  6. 05 11月, 2018 1 次提交
  7. 26 10月, 2018 1 次提交
  8. 24 10月, 2018 2 次提交
  9. 16 10月, 2018 1 次提交
  10. 16 5月, 2018 1 次提交
  11. 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
  12. 15 2月, 2018 1 次提交
    • Y
      Update tensor_util.h (#8422) · cfffb1a3
      Yi Wang 提交于
      * Update tensor_util.h
      
      * Update with moved TensorDesc
      
      * Fix tensur_utils.cu
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Make tensor_util.cu a symbolic link
      cfffb1a3
  13. 12 2月, 2018 1 次提交
  14. 10 2月, 2018 2 次提交
  15. 09 2月, 2018 1 次提交
  16. 31 1月, 2018 1 次提交
    • S
      Add variant of new load and save ops for storing model params in a single file (#7909) · 2e907c36
      Siddharth Goyal 提交于
      * Add save_combine_op
      
      * Add load_combine_op and test
      
      * Add unit-test
      
      * Add a delete to free buffer memory
      
      * Add new variant of load/save
      
      * Fix unit-test
      
      * Add another unit test for compatibility with original save/load
      
      * Address review comments and simplify logic
      
      * Address review comments and simplify code - part 2
      
      * Fix naming issues and CMake problems
      
      * Address review comments
      
      * Fix LoD information in tests
      
      * Address review comments: round 2
      2e907c36