1. 12 5月, 2019 3 次提交
  2. 10 5月, 2019 6 次提交
  3. 09 5月, 2019 9 次提交
  4. 08 5月, 2019 16 次提交
  5. 07 5月, 2019 6 次提交
    • Z
      Enhance inplace/mem-opt pass and enhance softmax_with_cross_entropy op inplace (#17225) · 4f859408
      Zeng Jinle 提交于
      * add use_cuda to inplace pass,test=develop
      
      * add test softmax_with_xe_inplace test,test=develop
      
      * fix potential inplace bug
      test=develop
      
      * add more skip vars in mem opt pass,test=develop
      
      * follow comment,test=develop
      
      * follow comments,move duplicate out arg check to program->graph,test=develop
      4f859408
    • B
      update sofmax with axis arg test=develop (#17190) · e782b54b
      baojun 提交于
      e782b54b
    • T
      fix api doc of hash, relu, concat, argmin, argmax, argsoft and all activations (#17235) · 71f0c6d5
      tensor-tang 提交于
      * fix api doc of hash, relu, concat, argmin, argmax, argsoft and all activations funcs with no attrs
      
      test=develop
      
      * refine doc example code
      
      test=develop
      
      * remove >>> in doc example
      
      test=develop
      
      * refine python code block
      
      test=develop
      
      * update API spec
      
      test=develop
      71f0c6d5
    • Z
      fix retry_allocator (#17245) · 6fafd37e
      Zeng Jinle 提交于
      test=develop
      6fafd37e
    • T
      remove unused FLAGS_warpctc_dir (#17162) · ff1661f1
      Tao Luo 提交于
      * remove unused FLAGS_warpctc_dir
      
      test=develop
      
      * remove FLAGS_warpctc_dir
      
      test=develop
      ff1661f1
    • K
      Softmax_cross_entropy op add axis (#16806) · a71d8fdb
      Kaipeng Deng 提交于
      * add attr axis infershape. test=develop
      
      * add CUDA kernel. test=develop
      
      * fix unittest. test=develop
      
      * fix unittest for soft_label. test=develop
      
      * fix fp16 unittest. test=develop
      
      * remove comment code. test=develop
      
      * refine test for axis. test=develop
      
      * add python api. test=develop
      
      * fix doc. test=develop
      
      * fix fp16 unittest. test=develop
      
      * fix ngraph test. test=develop
      
      * fix ENFORCE for test_imperative_transformer. test=develop
      
      * fit for ngraph test. test=develop
      
      * fix after rebase develop. test=develop
      
      * fix doc. test=develop
      
      * fix API.spec. test=develop
      
      * fix test_layers. test=develop
      
      * fix format. test=develop
      a71d8fdb