1. 19 12月, 2018 1 次提交
  2. 12 12月, 2018 2 次提交
  3. 07 12月, 2018 1 次提交
  4. 04 12月, 2018 2 次提交
  5. 03 12月, 2018 1 次提交
  6. 26 11月, 2018 1 次提交
  7. 16 11月, 2018 1 次提交
    • W
      Refine operator cmake (#14413) · a2d9b344
      Wu Yi 提交于
      * wip simplify operator framework
      
      * wip
      
      * wip
      
      * done test=develop
      
      * clean test=develop
      
      * fix test=develop
      
      * fix deps test=develop
      
      * fix cpu build test=develop
      
      * fix tensorrt build test=develop
      
      * fix tests test=develop
      
      * fix test=develop
      
      * fix cpu build test=develop
      a2d9b344
  8. 15 11月, 2018 1 次提交
    • S
      add mkldnn prop_kind phase for inference-only case to pooling and activations (#14278) · 8a1eeec5
      Sylwester Fraczek 提交于
      * add is_test to pooling and activations
      
      add prop_kind support for layers activation. conv and pooling
      
      add a pass that sets is_test to true
      
      add transpiler version of is_test pass
      
      test=develop
      
      * patch test and pass
      
      test=develop
      
      * add pass to analyzer.h
      
      test=develop
      
      * add is_test attr description & pass only on mkldnn
      
      in:
      activation_op.cc
      batch_norm_op.cc
      conv_op.cc
      dropout_op.cc
      lrn_op.cc
      pool_op.cc
      sequence_pool_op.cc
      softmax_op.cc
      
      * fix is_test handling for activation pool and conv
      
      * change description of is_test for all layers again
      
      * remove GetAttr(use_mkldnn) from pass
      
      * rename correct_mkldnn_test_phase to is_test
      
      and remove dependency on MKLDNN
      test=develop
      
      * review fix magic number
      
      * two if(..)s into one
      
      * Check is_test once and pass mkldnn forward prop kind
      
      * dereference shared_ptr with * (without get())
      
      test=develop
      
      * add is_test_pass back
      
      test=develop
      8a1eeec5
  9. 08 11月, 2018 1 次提交
  10. 08 10月, 2018 1 次提交
  11. 19 9月, 2018 1 次提交
  12. 11 9月, 2018 1 次提交
  13. 23 8月, 2018 1 次提交
  14. 22 8月, 2018 1 次提交
  15. 02 7月, 2018 1 次提交
  16. 21 6月, 2018 2 次提交
  17. 19 6月, 2018 1 次提交
  18. 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
  19. 25 4月, 2018 1 次提交
  20. 29 3月, 2018 1 次提交
  21. 28 3月, 2018 1 次提交
  22. 24 2月, 2018 1 次提交
    • Y
      Add block.fwd_block_id (#8489) · 7a9098a6
      Yu Yang 提交于
      * Add block.fwd_block_id
      
      * fix bug in memory optimization transpiler
      
      * Change DFS to BFS
      
      * Add comments
      7a9098a6
  23. 23 2月, 2018 1 次提交
  24. 22 2月, 2018 1 次提交
  25. 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
  26. 12 2月, 2018 1 次提交
  27. 10 2月, 2018 2 次提交
  28. 09 2月, 2018 1 次提交
  29. 02 2月, 2018 1 次提交
  30. 01 2月, 2018 1 次提交
  31. 15 1月, 2018 1 次提交
  32. 09 1月, 2018 2 次提交
  33. 02 1月, 2018 1 次提交
  34. 29 12月, 2017 1 次提交
  35. 28 12月, 2017 1 次提交