@@ -61,7 +61,7 @@ set(TRAIN_SRC_LIST | |||||
"common/dump/dump_properties.cc" | "common/dump/dump_properties.cc" | ||||
"common/dump/dump_op.cc" | "common/dump/dump_op.cc" | ||||
"common/profiling/ge_profiling.cc" | "common/profiling/ge_profiling.cc" | ||||
"common/profiling/ge_profiling_cb.cc" | |||||
"common/profiling/ge_runner_profiling.cc" | |||||
"engine_manager/dnnengine_manager.cc" | "engine_manager/dnnengine_manager.cc" | ||||
"ge_local_engine/engine/host_cpu_engine.cc" | "ge_local_engine/engine/host_cpu_engine.cc" | ||||
"generator/ge_generator.cc" | "generator/ge_generator.cc" | ||||
@@ -14,7 +14,7 @@ | |||||
* limitations under the License. | * limitations under the License. | ||||
*/ | */ | ||||
#include "common/profiling/ge_profiling_cb.h" | |||||
#include "common/profiling/ge_runner_profiling.h" | |||||
#include "init/gelib.h" | #include "init/gelib.h" | ||||
bool IsInitialize() { | bool IsInitialize() { |
@@ -30,6 +30,7 @@ LIBGE_LOCAL_SRC_FILES := \ | |||||
common/dump/dump_properties.cc \ | common/dump/dump_properties.cc \ | ||||
common/dump/dump_op.cc \ | common/dump/dump_op.cc \ | ||||
common/profiling/ge_profiling.cc \ | common/profiling/ge_profiling.cc \ | ||||
common/profiling/ge_runner_profiling.cc \ | |||||
engine_manager/dnnengine_manager.cc \ | engine_manager/dnnengine_manager.cc \ | ||||
ge_local_engine/engine/host_cpu_engine.cc \ | ge_local_engine/engine/host_cpu_engine.cc \ | ||||
generator/ge_generator.cc \ | generator/ge_generator.cc \ | ||||
@@ -14,11 +14,11 @@ | |||||
* limitations under the License. | * limitations under the License. | ||||
*/ | */ | ||||
#ifndef INC_FRAMEWORK_COMMON_GE_PROFILING_CB_H_ | |||||
#define INC_FRAMEWORK_COMMON_GE_PROFILING_CB_H_ | |||||
#ifndef INC_FRAMEWORK_COMMON_GE_RUNNER_PROFILING_H_ | |||||
#define INC_FRAMEWORK_COMMON_GE_RUNNER_PROFILING_H_ | |||||
#include "profiling/ge_profiling.h" | #include "profiling/ge_profiling.h" | ||||
bool IsInitialize(); | bool IsInitialize(); | ||||
#endif // INC_FRAMEWORK_COMMON_GE_PROFILING_CB_H_ | |||||
#endif // INC_FRAMEWORK_COMMON_GE_RUNNER_PROFILING_H_ |