• 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
operator.cc 36.3 KB