| @@ -125,7 +125,7 @@ set(EXECUTOR_SRC_LIST | |||||
| "graph/load/graph_loader.cc" | "graph/load/graph_loader.cc" | ||||
| "graph/load/model_manager/aipp_utils.cc" | "graph/load/model_manager/aipp_utils.cc" | ||||
| "graph/load/model_manager/cpu_queue_schedule.cc" | "graph/load/model_manager/cpu_queue_schedule.cc" | ||||
| "graph/load/model_manager/data_dumper.cc" | |||||
| "common/dump/data_dumper.cc" | |||||
| "graph/load/model_manager/data_inputer.cc" | "graph/load/model_manager/data_inputer.cc" | ||||
| "graph/load/model_manager/davinci_model.cc" | "graph/load/model_manager/davinci_model.cc" | ||||
| "graph/load/model_manager/model_manager.cc" | "graph/load/model_manager/model_manager.cc" | ||||
| @@ -14,7 +14,7 @@ | |||||
| * limitations under the License. | * limitations under the License. | ||||
| */ | */ | ||||
| #include "graph/load/model_manager/data_dumper.h" | |||||
| #include "data_dumper.h" | |||||
| #include <cstdlib> | #include <cstdlib> | ||||
| #include <ctime> | #include <ctime> | ||||
| @@ -20,7 +20,7 @@ | |||||
| #include <map> | #include <map> | ||||
| #include "framework/common/debug/ge_log.h" | #include "framework/common/debug/ge_log.h" | ||||
| #include "framework/common/debug/log.h" | #include "framework/common/debug/log.h" | ||||
| #include "graph/load/model_manager/data_dumper.h" | |||||
| #include "data_dumper.h" | |||||
| namespace ge { | namespace ge { | ||||
| class OpdebugRegister { | class OpdebugRegister { | ||||
| @@ -26,7 +26,7 @@ set(SRC_LIST | |||||
| "../graph/load/model_manager/model_utils.cc" | "../graph/load/model_manager/model_utils.cc" | ||||
| "../graph/load/model_manager/aipp_utils.cc" | "../graph/load/model_manager/aipp_utils.cc" | ||||
| "../graph/load/model_manager/data_inputer.cc" | "../graph/load/model_manager/data_inputer.cc" | ||||
| "../graph/load/model_manager/data_dumper.cc" | |||||
| "../common/dump/data_dumper.cc" | |||||
| "../graph/load/model_manager/zero_copy_task.cc" | "../graph/load/model_manager/zero_copy_task.cc" | ||||
| "../graph/load/model_manager/zero_copy_offset.cc" | "../graph/load/model_manager/zero_copy_offset.cc" | ||||
| "../graph/load/model_manager/task_info/task_info.cc" | "../graph/load/model_manager/task_info/task_info.cc" | ||||
| @@ -35,7 +35,7 @@ | |||||
| #include "framework/common/util.h" | #include "framework/common/util.h" | ||||
| #include "graph/debug/ge_attr_define.h" | #include "graph/debug/ge_attr_define.h" | ||||
| #include "graph/load/model_manager/aipp_utils.h" | #include "graph/load/model_manager/aipp_utils.h" | ||||
| #include "graph/load/model_manager/data_dumper.h" | |||||
| #include "common/dump/data_dumper.h" | |||||
| #include "graph/load/model_manager/data_inputer.h" | #include "graph/load/model_manager/data_inputer.h" | ||||
| #include "graph/load/model_manager/model_utils.h" | #include "graph/load/model_manager/model_utils.h" | ||||
| #include "graph/load/model_manager/zero_copy_offset.h" | #include "graph/load/model_manager/zero_copy_offset.h" | ||||
| @@ -23,7 +23,7 @@ | |||||
| #include "external/ge/ge_api_types.h" | #include "external/ge/ge_api_types.h" | ||||
| #include "common/dump/opdebug_register.h" | #include "common/dump/opdebug_register.h" | ||||
| #include "graph/load/model_manager/data_inputer.h" | #include "graph/load/model_manager/data_inputer.h" | ||||
| #include "graph/load/model_manager/data_dumper.h" | |||||
| #include "common/dump/data_dumper.h" | |||||
| #include "hybrid/executor/hybrid_model_executor.h" | #include "hybrid/executor/hybrid_model_executor.h" | ||||
| #include "hybrid/executor/hybrid_model_pipeline_executor.h" | #include "hybrid/executor/hybrid_model_pipeline_executor.h" | ||||
| #include "runtime/stream.h" | #include "runtime/stream.h" | ||||
| @@ -221,7 +221,7 @@ set(GRAPH_PREPARE_COMMON_SRC_FILES | |||||
| set(GRAPH_DAVINCI_MODEL_SRC_FILES | set(GRAPH_DAVINCI_MODEL_SRC_FILES | ||||
| "${GE_CODE_DIR}/ge/graph/load/model_manager/aipp_utils.cc" | "${GE_CODE_DIR}/ge/graph/load/model_manager/aipp_utils.cc" | ||||
| "${GE_CODE_DIR}/ge/graph/load/model_manager/cpu_queue_schedule.cc" | "${GE_CODE_DIR}/ge/graph/load/model_manager/cpu_queue_schedule.cc" | ||||
| "${GE_CODE_DIR}/ge/graph/load/model_manager/data_dumper.cc" | |||||
| "${GE_CODE_DIR}/ge/common/dump/data_dumper.cc" | |||||
| "${GE_CODE_DIR}/ge/graph/load/model_manager/data_inputer.cc" | "${GE_CODE_DIR}/ge/graph/load/model_manager/data_inputer.cc" | ||||
| "${GE_CODE_DIR}/ge/graph/load/model_manager/davinci_model.cc" | "${GE_CODE_DIR}/ge/graph/load/model_manager/davinci_model.cc" | ||||
| "${GE_CODE_DIR}/ge/graph/load/model_manager/model_manager.cc" | "${GE_CODE_DIR}/ge/graph/load/model_manager/model_manager.cc" | ||||
| @@ -18,7 +18,7 @@ | |||||
| #define private public | #define private public | ||||
| #define protected public | #define protected public | ||||
| #include "graph/load/model_manager/data_dumper.h" | |||||
| #include "common/dump/data_dumper.h" | |||||
| #include "graph/load/model_manager/davinci_model.h" | #include "graph/load/model_manager/davinci_model.h" | ||||
| #undef private | #undef private | ||||
| #undef protected | #undef protected | ||||