Browse Source

add namespace to TUNE_DEVICE_IDS

tags/v1.3.0
李磊 3 years ago
parent
commit
929ad1aa6e
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      inc/external/ge/ge_api_types.h

+ 1
- 0
inc/external/ge/ge_api_types.h View File

@@ -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();


Loading…
Cancel
Save