1. 02 1月, 2019 1 次提交
  2. 28 12月, 2018 6 次提交
  3. 27 12月, 2018 13 次提交
  4. 26 12月, 2018 18 次提交
  5. 25 12月, 2018 2 次提交
    • B
      Fix issue which cause abnormal CPU usage in stack op · e821b12f
      Brian Liu 提交于
      Stack OP has much higher CPU cost than expected in release mode.
      Caused by DebugStringEx() in base class OperatorWithKernel. Actually
      this issue occur for each OP which hasn't implement it's own
      GetExpectedKernelType().
      
      test=develop
      e821b12f
    • C
      Move GetTensor to tensor_util (#15011) · b9fb03cf
      chengduo 提交于
      * refine tensor
      test=develop
      
      * refine tensor
      test=develop
      
      * fix device_context log
      test=develop
      b9fb03cf