1. 15 11月, 2018 2 次提交
  2. 14 11月, 2018 4 次提交
  3. 13 11月, 2018 1 次提交
  4. 12 11月, 2018 2 次提交
  5. 09 11月, 2018 26 次提交
  6. 08 11月, 2018 5 次提交
    • M
      87450b9a
    • X
      fix test · 9735e301
      Xin Pan 提交于
      the build strategy is finalized after create_passes. So future
      change of build strategy has no effects.
      
      test=develop
      9735e301
    • K
      Fixed problem with array subscript is above array bounds in MKL-DNN... · 08011227
      Krzysztof Binias 提交于
      Fixed problem with array subscript is above array bounds in MKL-DNN jit_uni_reorder_utils.cpp:prb_simplify function
      
      test=develop
      08011227
    • C
      fix test_conv2d (#14330) · f8b2680c
      chengduo 提交于
      test=develop
      f8b2680c
    • C
      Fix input<tensor> (#14208) · c5b6573a
      chengduo 提交于
      * fix input<tensor>
      test=develop
      
      * fix split_ids
      test=develop
      
      * ElementwiseMul should not support SelectedRows
      
      * fix scale op
      test=develop
      
      * change GetTensorFromVar() method to GetTensorOrSelectedRowsFromVar()
      
      * fix operator
      
      * refine MultiOutput
      
      * fix MultiOutput
      test=develop
      
      * disable test_dist_save_load
      test=develop
      
      * fix elementwise_op
      test=develop
      
      * add get_sparse_as_op
      test=develop
      
      * add info for check
      test=develop
      
      * rename get_sparse_as_op with extract_rows_as_op.
      test=develop
      
      * elementwise doesn't support selected_rows
      
      * fix regularizer
      
      * remove extract_rows_as
      test=develop
      
      * fix ci
      test=develop
      
      * add test for sum_op
      
      * fix regularizer
      test=develop
      
      *  test=develop
      
      * fix pserver weight decay multi inputs test=develop
      c5b6573a