1. 27 5月, 2019 8 次提交
  2. 26 5月, 2019 1 次提交
  3. 25 5月, 2019 6 次提交
  4. 24 5月, 2019 18 次提交
    • M
      [MKL-DNN] Add Fully Connected Op for inference only(#15226) · 0c39b97b
      Michał Gallus 提交于
      * fuse mul and elementwise add to fc
      
      * Reimplement the FC forward operator
      
      * Fix FC MKLDNN integration by transposing weights
      
      * Add FC MKLDNN Pass
      
      test=develop
      
      * FC MKLDNN Pass: change memcpy to std::copy
      
      * Fix MKLDNN FC handling of mismatch input and weights dims
      
      * Lower tolerance for MKL-DNN in resnet50 test
      
      test=develop
      
      * Adjust FC to support MKLDNN Op placement
      
      test=develop
      
      * Adjust Placement Op to set use_mkldnn attribute for graph
      
      test=develop
      
      * MKLDNN FC: fix weights format so that gemm version is called
      
      test=develop
      
      * FC MKLDNN: Remove tolerance decrease from tester_helper
      
      * FC MKL-DNN: Refactor the code, change input reorder to weight reorder
      
      * MKL-DNN FC: Introduce operator caching
      
      test=develop
      
      * FC MKL-DNN: Fix the tensor type in ExpectedKernelType
      
      test=develop
      
      * FC MKL-DNN: fix style changes
      
      test=develop
      
      * FC MKL-DNN: fallback to native on non-supported dim sizes
      
      test=develop
      
      * FC MKLDNN: fix CMake paths
      
      test=develop
      
      * FC MKLDNN: Refine placement pass graph mkldnn attribute
      
      test=develop
      
      * Fix Transpiler error for fuse_conv_eltwise
      
      test=develop
      
      * Fix missing STL includes in files
      
      test=develop
      
      * FC MKL-DNN: Enable new output size computation
      
      Also, refine pass to comply with newest interface.
      test=develop
      
      * FC MKL-DNN: enable only when fc_mkldnn_pass is enabled
      
      * FC MKL-DNN: Allow Weights to use oi or io format
      
      * FC MKL-DNN: Adjust UT to work with correct dims
      
      test=develop
      
      * Enable MKL DEBUG for resnet50 analyzer
      
      test=develop
      
      * FC MKL-DNN: Improve Hashing function
      
      test=develop
      
      * FC MKL-DNN: Fix shape for fc weights in transpiler
      
      * FC MKL-DNN: Update input pointer in re-used fc primitive
      
      * Add log for not handling fc fuse for unsupported dims
      
      test=develop
      
      * FC MKL-DNN: Move transpose from pass to Op Kernel
      
      test=develop
      
      * FC MKL-DNN: Disable transpose in unit test
      
      test=develop
      
      * FC MKL-DNN: Remove fc_mkldnn_pass from default list
      
      * Correct Flag for fake data analyzer tests
      
      test=develop
      
      * FC MKL-DNN: Add comment about fc mkldnn pass disablement
      
      test=develop
      
      * FC MKL-DNN: Disable fc in int8 tests
      
      test=develop
      0c39b97b
    • W
      add __str__ method for tensor and lodtensor to support print test=dev… (#17588) · 6724a652
      wopeizl 提交于
      * add __str__ method for tensor and lodtensor to support print test=develop
      6724a652
    • K
      Enable logical operators for the nGraph Bridge. (#17543) · e9216d06
      Krzysztof Binias 提交于
      test=develop
      e9216d06
    • H
      Fix api example [ lstm, sequence_enumerate, sequence_expand,sequence_expand_as ] (#17210) · cbaf9e53
      Hongyu Liu 提交于
      * fix example; test=develop
      
      * fix api spec; test=develop
      
      * fix api spec; test=develop
      
      * add doc check
      test=develop
      test=document_preview
      
      * test=develop,test=document_preview
      
      add blank line to fix format, add one more "import"
      
      * fix bug; test=develop
      
      * fix bug; test=develop
      cbaf9e53
    • G
      add Run Prepared Ctx (#17616) · 326bf829
      guru4elephant 提交于
      add Run Prepared Ctx, fix pybind problem
      326bf829
    • Y
      Fix trust ratio in lamb (#17614) · e8990e64
      Yibing Liu 提交于
      test=develop
      e8990e64
    • G
      Fix the example code in some Python API. (#17343) · 2a7b3211
      Guo Sheng 提交于
      * Fix the example code in some Python API.
      test=develop
      
      * Fix the example code in some Python API by adding import.
      test=develop
      2a7b3211
    • C
      Add broadcast operators (#17503) · b5f4d5ed
      chengduo 提交于
      * This PR adds broadcast for multi-process. And it could be used in dynamic graph to broadcast parameters.
      b5f4d5ed
    • F
      BuildStrategy api comment (#17348) · 2280f185
      flame 提交于
      Python examples of fluid.layers.io.double_buffer and some BuildStrategy's methods.
      2280f185
    • S
      Conv concat relu quantization (#17466) · 5b2a3c4b
      Sylwester Fraczek 提交于
      * add conv_concat_relu fuse
      
      test=develop
      
      * add test code
      
      test=develop
      
      * added missing include with unordered_map
      
      test=develop
      
      * review fixes for wojtuss
      
      test=develop
      
      * remove 'should (not) be fused' comment statements
      
      one of them was invalid anyway
      
      test=develop
      5b2a3c4b
    • S
      fix quantize_squash_pass segfault when no tensor linked to Bias (#17292) · bccb0ba4
      Sylwester Fraczek 提交于
      * fix quantize_squash_pass segfault when there is no tensor linked do Bias input
      
      test=develop
      
      * add googlenet test
      
      test=develop
      
      * fix concat CreateKey not using input format
      
      test=develop
      bccb0ba4
    • C
      Add profiler in tracer (#17076) · 2dc1c6f2
      chengduo 提交于
      * add profiler in tracer.cc
      
      * add profiler in layer.cc
      test=develop
      
      * add profiler in Layer.cc
      test=develop
      2dc1c6f2
    • M
      [NGraph] Enable elementwise mul operator (#17552) · 0d4cbdad
      mozga-intel 提交于
      0d4cbdad
    • T
      Delete LoDTensorset in API.spec (#17577) · cee9dcc3
      tianshuo78520a 提交于
      * test=develop
      
      * test=develop
      
      * test=develop
      
      * del #
      cee9dcc3
    • M
      [NGraph] Enable assign operator for a ngraph, test=develop (#17437) · f2694e12
      mozga-intel 提交于
      *  Enable assign operator for a ngraph, test=develop
      
      * Cross_entropy operators needs to be updated
      f2694e12
    • M
      Enable elementwise sub operator for ngraph (#17527) · cf02cb5e
      mozga-intel 提交于
      cf02cb5e
    • G
      polish_executor_and_add_ctx_cache (#17536) · 7f8bc49d
      guru4elephant 提交于
      * polish_executor_and_add_ctx_cache
      7f8bc49d
    • T
      [CPU] refine cpu softmax bwd (#17534) · 7ae461eb
      tensor-tang 提交于
      * refine softmax fwd
      
      test=develop
      
      * refine cpu softmax bwd
      
      test=develop
      
      * fix batch size
      
      test=develop
      
      * fix compile issue with gpu
      
      test=develop
      
      * add value clip
      7ae461eb
  5. 23 5月, 2019 7 次提交