From c0842745f0a742f5de40da83c72e86c159d5edea Mon Sep 17 00:00:00 2001 From: l00444296 Date: Tue, 1 Dec 2020 17:13:52 +0800 Subject: [PATCH] Feature: Support single op profiling --- ge/single_op/single_op.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ge/single_op/single_op.h b/ge/single_op/single_op.h index 770e6530..cc45c5b9 100755 --- a/ge/single_op/single_op.h +++ b/ge/single_op/single_op.h @@ -83,6 +83,7 @@ class DynamicSingleOp { const vector &inputs, vector &output_desc, vector &outputs); + Status ProfilingTaskInfo(); std::unique_ptr op_task_; uintptr_t resource_id_ = 0;