diff --git a/inc/external/ge/ge_api_types.h b/inc/external/ge/ge_api_types.h index 12ee5e94..96e773ab 100644 --- a/inc/external/ge/ge_api_types.h +++ b/inc/external/ge/ge_api_types.h @@ -372,6 +372,7 @@ static const char *const DYNAMIC_IMAGE_SIZE = kDynamicImageSize; static const char *const DYNAMIC_DIMS = kDynamicDims; static const char *const INSERT_OP_FILE = ge::INSERT_OP_FILE.c_str(); static const char *const PRECISION_MODE = ge::PRECISION_MODE.c_str(); +static const char *const TUNE_DEVICE_IDS = ge::TUNE_DEVICE_IDS.c_str(); static const char *const EXEC_DISABLE_REUSED_MEMORY = ge::OPTION_EXEC_DISABLE_REUSED_MEMORY; static const char *const AUTO_TUNE_MODE = ge::AUTO_TUNE_MODE.c_str(); static const char *const CORE_TYPE = ge::CORE_TYPE.c_str();