1. 22 5月, 2018 2 次提交
    • X
      follow comments · a848303e
      Xin Pan 提交于
      a848303e
    • X
      multi-thread handlerequest · b4dd4c04
      Xin Pan 提交于
          Experiment on vgg flower, 2 trainers, 1ps.
          more trainer could have more speedup.
      
          After:
          Pass = 0, Iters = 327, Speed = (7.52) img/s
          Before:
          Pass = 0, Iters = 385, Speed = (6.77) img/s
      b4dd4c04
  2. 18 5月, 2018 1 次提交
  3. 07 5月, 2018 1 次提交
  4. 28 4月, 2018 2 次提交
  5. 26 4月, 2018 1 次提交
  6. 12 4月, 2018 2 次提交
  7. 08 4月, 2018 1 次提交
  8. 04 4月, 2018 1 次提交
  9. 02 4月, 2018 1 次提交
  10. 26 3月, 2018 1 次提交
  11. 22 3月, 2018 1 次提交
  12. 21 3月, 2018 3 次提交
  13. 20 3月, 2018 1 次提交
  14. 16 3月, 2018 1 次提交
  15. 15 3月, 2018 1 次提交
    • Y
      Stash · d84ddcf1
      Yu Yang 提交于
      d84ddcf1
  16. 14 3月, 2018 3 次提交
  17. 13 3月, 2018 1 次提交
  18. 12 3月, 2018 1 次提交
  19. 08 3月, 2018 1 次提交
  20. 27 2月, 2018 1 次提交
  21. 26 2月, 2018 1 次提交
  22. 24 2月, 2018 1 次提交
  23. 23 2月, 2018 1 次提交
    • K
      Exposing Channel to be used as a Variable and integrating with Fluid (#8486) · 77ee8fb2
      kavyasrinet 提交于
      * Adding set_capacity method support
      
      * Adding Python for make_channel
      
      * Updating notest_concurrency
      
      * Write python for make_channel method
      
      * Write python for make_channel method
      
      * Fix make_channel and test
      
      * Placeholder ops for channel send, recv and close
      
      * Adding ToTypeIndex method to var_type.h
      
      * Add var_type.h to channel:
      
      * Added POD_Type to the method
      
      * Add CHANNEL to executor
      
      * Updated get and set DataType to accomodate Channels
      
      * Updating get and set to incorporate channels
      
      * Adding CHANNEL as supported VarType in protobuf
      
      * Removing unecessary import
      
      * Fixing VarDesc to adapt to Channel as VarType
      
      * Add channel.h to executor
      
      * Remove innclude from channel
      
      * Updated var_type to support Channel as  var type
      
      * Adding get_channel to pybind
      
      * Added ChannelHolder
      
      * Adding make_channel as an op
      
      * Adding ChannelHolder in channel
      
      * Fixing typo
      
      * Commenting out operators in concurrency
      
      * Removing totypeid right now since we don't need it.
      
      * Reverting python changes
      
      * Fixing typo in framework.py
      
      * Modify comments for ReaderHolder
      77ee8fb2
  24. 16 2月, 2018 1 次提交
  25. 15 2月, 2018 2 次提交
  26. 14 2月, 2018 1 次提交
  27. 13 2月, 2018 1 次提交
    • A
      Separate VarType from VarDesc in framework.proto and fix all related compiler errors (#8414) · fcadb452
      Abhinav Arora 提交于
      * Refine Type system
      
      * Fixing type inference
      
      * Fixed create_reader_op.cc
      
      * Fix var_desc.h
      
      * Fixed executor.cc
      
      * Fix shape_inference.h
      
      * Fixed create_reader_op.cc
      
      * Fix tensor_util.h
      
      * Fixed var_type_inference_test.cc
      
      * Fix shape_inference.cc
      
      * Fixed sum_op.c
      
      * Fixed read_op.cc
      
      * Fix var_type.h
      
      * Fixed beam_search_decode_op.cc
      
      * sendrecvop_utils.cc
      
      * Fix operator.cc
      
      * Fixed lookup_table_op.cc
      
      * Fixed op_desc.cc
      
      * Fixed get_places_op.cc
      
      * Fixed lod_rank_table_op.cc
      
      * Fixed beam_search_op.cc
      
      * Fix var_desc.cc
      
      * Fixed lod_tensor_to_array_op.cc
      
      * Fixed while_op.cc
      
      * Fix program_desc_test.cc
      
      * tensor_array_read_write_op.cc
      
      * Fix assign_op.cc
      
      * Fix executor.cc
      
      * Fix protobuf.cc
      
      * Fix protobuf.cc
      fcadb452
  28. 12 2月, 2018 1 次提交
  29. 11 2月, 2018 2 次提交
  30. 10 2月, 2018 2 次提交