Fix issue which cause abnormal CPU usage in stack op
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
Showing
想要评论请 注册 或 登录