1. 27 12月, 2018 14 次提交
  2. 26 12月, 2018 25 次提交
  3. 25 12月, 2018 1 次提交
    • 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