1. 29 5月, 2019 6 次提交
  2. 28 5月, 2019 10 次提交
  3. 27 5月, 2019 10 次提交
  4. 26 5月, 2019 1 次提交
  5. 25 5月, 2019 6 次提交
  6. 24 5月, 2019 7 次提交
    • 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
    • S
      [DOC][PYTHON] Fix api comment of paddle.fluid.clip.GradientClipByValue (#17530) · 21138eb1
      Shuai Yuan 提交于
      * BugFix: fix api comment of paddle.fluid.clip.GradientClipByValue
      * test=develop, test=document_preview
      21138eb1
    • 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
    • Z
      Fix dygraph unique name bug (#17592) · 887a39f0
      Zeng Jinle 提交于
      * fix unique_name growth bug in dygraph mode,test=develop
      
      * change generate_tmp to generate_with_ignorable_key,test=develop
      887a39f0
    • 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
    • H
      Fix decayed adagrad example (#17390) · e53119f5
      Hongyu Liu 提交于
      * fix DecayedAdagrad example;
      test=develop
      test=document_preview
      
      * add space; test=develop
      e53119f5