diff --git a/tf_adapter/kernels/geop_npu.cc b/tf_adapter/kernels/geop_npu.cc index 3e9a6b5fc163f8f136a3aa566c49f66a6c06e42e..88854e1152e0695960af619170d98f62a6def754 100644 --- a/tf_adapter/kernels/geop_npu.cc +++ b/tf_adapter/kernels/geop_npu.cc @@ -523,7 +523,7 @@ void GeOp::Initialize(OpKernelConstruction *ctx) { init_flag_ = true; int64 endTime = InferShapeUtil::GetCurrentTimestap(); - ADP_LOG(EVENT) << "[GEOP] GeOp Initialize success, cost: " + ADP_LOG(EVENT) << "[GEOP] GeOp Initialize success, cost:" << " [" << ((endTime - startTime) / kMicrosToMillis) << " ms]."; return; }