1. 18 10月, 2019 1 次提交
    • M
      MKL-DNN] Added mkl-dnn cache clearing when creating Executor instance (#20241) (#20693) · 2099618d
      Michał Gallus 提交于
      test=release/1.6
      
      * - Flushing mkl-dnn cache
      
      test=develop
      
      - Disabled clearing cache for LoadModel
      
      - Added clearing of mkl-dnn cache when Executor is created
      
      test=develop
      
      - Do not clear for GPU places
      
      test=develop
      
      - compilation fix
      
      test=develop
      
      * - Moved clearing of mkl-dnn cache in destructor of executor
      
      test=develop
      
      * - Compilation fix
      
      test=develop
      
      - Reverted conditional clearing of mkl-dnn cache in Executors's
        destructor
      
      test=develop
      
      - compilation fix
      2099618d
  2. 17 10月, 2019 4 次提交
  3. 16 10月, 2019 11 次提交
  4. 15 10月, 2019 8 次提交
  5. 14 10月, 2019 15 次提交
  6. 13 10月, 2019 1 次提交
    • G
      Cherry pick seq2seq api from #19820 (#20555) · 36ffc8b1
      Guo Sheng 提交于
      * Add seq2seq api related code (#19820)
      
      * fix expand bug  (#20340)
      
      * fix expand bug test=develop
      
      * fix style test=develop
      
      * fix style test=develop
      
      * fix style test=develop
      
      * fix style test=develop
      
      * Fix the assign data check (#20564)
      
      * Fix the assign data check. test=develop
      
      * Fix test_assign_op.py. test=develop
      
      * Update API.spec
      36ffc8b1