1. 06 3月, 2019 3 次提交
    • X
      Add Requantize OP (#15318) · a177d482
      xiaolil1 提交于
      * Enable INT8 ReQuantize OP
      test=develop
      
      * Clean code
      test=develop
      
      * Add comments
      test=develop
      
      * Revert "Clean code"
      test=develop
      
      This reverts commit a7a49b8aa214f9730cb84e11ea96da564fe4b4d9.
      
      * Modify requantize op test
      test=develop
      
      * fix requantize UT by moving public function to public test file.
      test=develop
      
      * Fix test fail due to file address change.
      test=develop
      
      * Change file address for requantize op.
      test=develop
      a177d482
    • C
      Refine recurrent_op (#16027) · f5a37518
      chengduo 提交于
      * refine recurrent_op
      test=develop
      
      * remove unnecessary code
      test=develop
      f5a37518
    • C
      Fix reshape bug (#16069) · c67afb0f
      chengduo 提交于
      * In some case, the input may have one than one negative value.
      test=develop
      
      * fix matmul bug
      test=develop
      c67afb0f
  2. 05 3月, 2019 3 次提交
  3. 04 3月, 2019 14 次提交
  4. 01 3月, 2019 5 次提交
  5. 28 2月, 2019 2 次提交
  6. 27 2月, 2019 9 次提交
  7. 26 2月, 2019 4 次提交
    • T
      fix jitcodekey and refine test · 8bc63815
      tensor-tang 提交于
      test=develop
      8bc63815
    • T
      add sgd jitcode and op test · 7044cfa7
      tensor-tang 提交于
      test=develop
      7044cfa7
    • T
      add benchmark and mkl sgd implement · 8e041337
      tensor-tang 提交于
      test=develop
      8e041337
    • J
      - MKL-DNN pooling updated to set_prim_desc · c63f6b20
      Jacek Czaja 提交于
      - MKLDNN ops revisited
      
      - disabled softmax modifications
      
      - disabled elementwise_add
      
      - reverted LRN modifications
      
      - reverted SUM primitive
      
      - Partial reviing of softmax
      
      - Enable softmax
      
      - Softmax changes
      
      - LRN is back
      
      - LRN partially disabled
      
      - LRN is back
      
      - LRN fix
      
      - compilation fixes
      
      - Sum fixed(hopefully)
      
      - Enabling (partially) elementwise_add
      
      - Fixes to elemenwise_add
      
      - Lint fixes
      
      quantize fix
      
      - compilation fix
      
      test=develop
      
      Disabling pooling
      
      - Disabled quantize op
      
      test=develop
      c63f6b20