You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

main.cc 60 kB

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373
  1. /**
  2. * Copyright 2020 Huawei Technologies Co., Ltd
  3. *
  4. * Licensed under the Apache License, Version 2.0 (the "License");
  5. * you may not use this file except in compliance with the License.
  6. * You may obtain a copy of the License at
  7. *
  8. * http://www.apache.org/licenses/LICENSE-2.0
  9. *
  10. * Unless required by applicable law or agreed to in writing, software
  11. * distributed under the License is distributed on an "AS IS" BASIS,
  12. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. * See the License for the specific language governing permissions and
  14. * limitations under the License.
  15. */
  16. #include <dirent.h>
  17. #include <dlfcn.h>
  18. #include <gflags/gflags.h>
  19. #include <sys/types.h>
  20. #include <unistd.h>
  21. #include <cctype>
  22. #include <climits>
  23. #include <cstdlib>
  24. #include <iostream>
  25. #include "common/gflags_util.h"
  26. #include "common/util.h"
  27. #include "common/util/error_manager/error_manager.h"
  28. #include "framework/common/debug/ge_log.h"
  29. #include "ge/ge_api.h"
  30. #include "generator/ge_generator.h"
  31. #include "graph/anchor.h"
  32. #include "graph/debug/ge_attr_define.h"
  33. #include "graph/graph.h"
  34. #include "graph/manager/graph_var_manager.h"
  35. #include "graph/op_desc.h"
  36. #include "graph/utils/graph_utils.h"
  37. #include "graph/utils/type_utils.h"
  38. #include "init/gelib.h"
  39. #include "ir_build/atc_ir_common.h"
  40. #include "omg/omg.h"
  41. #include "omg/parser/parser_factory.h"
  42. #include "omg/parser/parser_inner_ctx.h"
  43. #include "parser/common/register_tbe.h"
  44. #include "register/op_registry.h"
  45. #include "single_op_parser.h"
  46. using domi::BuildMode;
  47. using domi::OpRegistrationData;
  48. using domi::OpRegistry;
  49. using domi::Status;
  50. using domi::SUCCESS;
  51. using ge::GEN_OM_MODEL;
  52. using ge::GflagsUtils;
  53. using ge::MODEL_TO_JSON;
  54. using ge::ONLY_PRE_CHECK;
  55. using ge::ParseInputShape;
  56. using ge::PBTXT_TO_JSON;
  57. using std::map;
  58. using std::pair;
  59. using std::shared_ptr;
  60. using std::string;
  61. using std::vector;
  62. static bool is_dynamic_input = false;
  63. // 310 limited 8G size
  64. const char *const kGraphMemoryManagerMallocMaxSize = "8*1024*1024*1024";
  65. const char *const kModeSupport = "only support 0(model to framework model), "
  66. "1(framework model to json), 3(only pre-check), 5(pbtxt to json)";
  67. const char *const kModelToJsonSupport = "only support 0(Caffe) 3(TensorFlow) 5(Onnx)";
  68. // limit available mem size 2G
  69. const long kMinAvailableMem = 2 * 1024 * 1024;
  70. DEFINE_string(model, "", "The model file.");
  71. DEFINE_string(output, "", "The output file path&name.");
  72. DEFINE_int32(framework, -1, "Framework type(0:Caffe; 1:MindSpore; 3:Tensorflow; 5:Onnx).");
  73. DEFINE_string(weight, "", "Optional; weight file. Required when framework is Caffe.");
  74. DEFINE_string(input_shape, "",
  75. "Optional; shape of input data. Required when framework is caffe "
  76. "or TensorFLow or MindSpore or Onnx. "
  77. "Format: \"input_name1:n1,c1,h1,w1;input_name2:n2,c2,h2,w2\"");
  78. DEFINE_bool(h, false, "show this help message");
  79. DEFINE_string(cal_conf, "", "Optional; the calibration config file.");
  80. DEFINE_string(insert_op_conf, "", "Optional; the config file to insert new op, for example AIPP op.");
  81. DEFINE_string(op_name_map, "", "Optional; custom op name mapping file.");
  82. DEFINE_string(target, "", "Optional; mini.");
  83. DEFINE_string(om, "", "The model file to be converted to json.");
  84. DEFINE_string(json, "", "The output json file path&name which is converted from a model.");
  85. DEFINE_int32(mode, 0,
  86. "Optional; run mode, 0(default): model => framework model; 1: "
  87. "framework model => json; 3: only pre-check; 5: pbtxt => json.");
  88. #if !defined(__ANDROID__) && !defined(ANDROID)
  89. DEFINE_int32(encrypt_mode, -1, "Optional; the encrypt flag. 0: encrypt; -1(default): not encrypt");
  90. DEFINE_string(encrypt_key, "", "Optional; the encrypt_key file.");
  91. DEFINE_string(certificate, "", "Optional; the certificate file.");
  92. DEFINE_string(hardware_key, "", "Optional; the ISV key file.");
  93. DEFINE_string(private_key, "", "Optional; the private key file.");
  94. #endif
  95. DEFINE_string(out_nodes, "",
  96. "Optional; output nodes designated by users."
  97. "Format: \"node_name1:0;node_name1:1;node_name2:0\"");
  98. DEFINE_string(precision_mode, "force_fp16",
  99. "Optional; precision mode."
  100. "Support force_fp16, allow_mix_precision, allow_fp32_to_fp16, must_keep_origin_dtype.");
  101. DEFINE_string(input_format, "",
  102. "Optional; input_format, format of input data, NCHW;NHWC."
  103. "Format:\"NHWC\"");
  104. DEFINE_string(check_report, "check_result.json", "Optional; the pre-checking report file.");
  105. DEFINE_string(input_fp16_nodes, "",
  106. "Optional; input node datatype is fp16 and format is NC1HWC0."
  107. "Format:\"node_name1;node_name2\"");
  108. DEFINE_string(is_output_adjust_hw_layout, "",
  109. "Optional; Net output node's datatype is fp16 and format is "
  110. "NC1HWC0, or not."
  111. "Format:\"false,true,false,true\"");
  112. DEFINE_string(is_input_adjust_hw_layout, "",
  113. "Optional; Intput node's datatype is fp16 and format is "
  114. "NC1HWC0, or not."
  115. "Format:\"false,true,false,true\"");
  116. DEFINE_string(output_type, "",
  117. "Optional; output type! "
  118. "Support FP32,FP16,INT8,INT16,UINT16,UINT8,INT32,INT64,UINT32,UINT64,DOUBLE.");
  119. DEFINE_string(op_select_implmode, "",
  120. "Optional; op select implmode! "
  121. "Support high_precision, high_performance.");
  122. DEFINE_string(optypelist_for_implmode, "",
  123. "Optional; Nodes need use implmode selected in op_select_implmode "
  124. "Format:\"node_name1,node_name2\"");
  125. DEFINE_string(singleop, "", "Optional; If set, generate single op model with the given json file.");
  126. DEFINE_int32(disable_reuse_memory, 0, "Optional; If set to 1, disable reuse memory when generating if.");
  127. DEFINE_string(auto_tune_mode, "", "Optional; Set tune mode.");
  128. DEFINE_string(soc_version, "", "The soc version.");
  129. DEFINE_string(core_type, "AiCore", "Optional; If set to VectorCore, only use vector core.");
  130. DEFINE_string(aicore_num, "", "Optional; Set aicore num");
  131. DEFINE_string(buffer_optimize, "l2_optimize", "Optional; buffer optimize");
  132. DEFINE_string(fusion_switch_file, "", "Optional; Set fusion switch file path");
  133. DEFINE_string(save_original_model, "", "Optional; enable output original offline model. false(default)");
  134. DEFINE_string(dynamic_batch_size, "",
  135. "Optional; If set, generate dynamic multi batch model. "
  136. "Different batch sizes are split by ','."
  137. "dynamic_batch_size, dynamic_image_size and dynamic_dims can only be set one.");
  138. DEFINE_string(dynamic_image_size, "",
  139. "Optional; If set, generate dynamic multi image size model."
  140. "Different groups of image size are split by ';',"
  141. "while different dimensions of each group are split by ','."
  142. "dynamic_batch_size, dynamic_image_size and dynamic_dims can only be set one.");
  143. DEFINE_string(dynamic_dims, "",
  144. "Optional; If set, generate dynamic input size model. "
  145. "Different groups of size are split by ';', while different dimensions of each group are split by ','."
  146. "dynamic_batch_size, dynamic_image_size and dynamic_dims can only be set one.");
  147. DEFINE_string(enable_small_channel, "0", "Optional; If set to 1, small channel is enabled.");
  148. DEFINE_string(enable_compress_weight, "false",
  149. "Optional; enable compress weight. true: enable; false(default): disable");
  150. DEFINE_string(compress_weight_conf, "", "Optional; the config file to compress weight");
  151. DEFINE_string(enable_single_stream, "", "Optional; enable single stream. true: enable; false(default): disable");
  152. DEFINE_string(log, "null", "Optional; generate atc log. Support debug, info, warning, error, null");
  153. DEFINE_string(dump_mode, "0", "Optional; generate infershape json,only support 1 , 0.");
  154. DEFINE_int32(op_debug_level, 0, "Optional; configure debug level of compiler. 0(default): close debug;"
  155. "1: open TBE compiler, export ccec file and TBE instruction mapping file; 2: open ccec compiler");
  156. DEFINE_string(enable_scope_fusion_passes, "", "Optional; validate the non-general scope fusion pass,"
  157. "multiple names can be set and separated by ','.");
  158. DEFINE_string(debug_dir, "", "Optional; the path to save the intermediate files of operator compilation");
  159. DEFINE_string(op_compiler_cache_dir, "", "Optional; the path to cache operator compilation files");
  160. DEFINE_string(op_compiler_cache_mode, "", "Optional; choose the operator compiler cache mode");
  161. DEFINE_string(mdl_bank_path, "", "Optional; model bank path");
  162. DEFINE_string(op_bank_path, "", "Optional; op bank path");
  163. class GFlagUtils {
  164. public:
  165. /**
  166. * @name InitGFlag
  167. * @brief initialize gflag
  168. * @return void
  169. */
  170. static void InitGFlag(int argc, char *argv[]) {
  171. // -help
  172. gflags::SetUsageMessage(
  173. "usage: ./atc <args>\n"
  174. "generate offline model example:\n"
  175. "./atc --model=./alexnet.prototxt --weight=./alexnet.caffemodel \n"
  176. "--framework=0 --output=./domi \n"
  177. "generate offline model for single op example:\n"
  178. "./atc --singleop=./op_list.json --output=./op_model \n"
  179. "===== Basic Functionality =====\n"
  180. "[General]\n"
  181. " --h/help Show this help message\n"
  182. " --mode Run mode. 0(default): generate offline model; 1: convert model to JSON format "
  183. "3: only pre-check; 5: convert pbtxt file to JSON format\n"
  184. "\n[Input]\n"
  185. " --model Model file\n"
  186. " --weight Weight file. Required when framework is Caffe\n"
  187. " --om The model file to be converted to json\n"
  188. " --framework Framework type. 0:Caffe; 1:MindSpore; 3:Tensorflow; 5:Onnx\n"
  189. " --input_format Format of input data. E.g.: \"NCHW\"\n"
  190. " --input_shape Shape of input data. Separate multiple nodes with semicolons (;). "
  191. "Use double quotation marks (\") to enclose each argument.\n"
  192. " E.g.: \"input_name1:n1,c1,h1,w1;input_name2:n2,c2,h2,w2\"\n"
  193. " --dynamic_batch_size Set dynamic batch size. E.g.: \"batchsize1,batchsize2,batchsize3\"\n"
  194. " --dynamic_image_size Set dynamic image size. Separate multiple nodes with semicolons (;). "
  195. "Use double quotation marks (\") to enclose each argument.\n"
  196. " E.g.: \"imagesize1_height,imagesize1_width;imagesize2_height,imagesize2_width\"\n"
  197. " --dynamic_dims Set dynamic dims. Separate multiple nodes with semicolons (;). "
  198. "Use double quotation marks (\") to enclose each argument.\n"
  199. " E.g.: \"dims1_n1,dims1_n2;dims2_n1,dims2_n2\"\n"
  200. " --singleop Single op definition file. atc will generate offline "
  201. "model(s) for single op if --singleop is set.\n"
  202. "\n[Output]\n"
  203. " --output Output file path&name(needn't suffix, will add .om automatically). \n"
  204. " If --singleop is set, this arg specifies the directory to "
  205. "which the single op offline model will be generated\n"
  206. " --output_type Set net output type. Support FP32, FP16, UINT8. "
  207. "E.g.: FP16, indicates that all out nodes are set to FP16.\n"
  208. " \"node1:0:FP16;node2:1:FP32\", indicates setting the datatype of multiple out nodes.\n"
  209. " --check_report The pre-checking report file. Default value is: \"check_result.json\"\n"
  210. " --json The output json file path&name which is converted from a model\n"
  211. "\n[Target]\n"
  212. " --soc_version The soc version.\n"
  213. " --core_type Set core type AiCore or VectorCore. VectorCore: use vector core. "
  214. "Default value is: AiCore\n"
  215. " --aicore_num Set aicore num\n"
  216. "===== Advanced Functionality =====\n"
  217. "[Feature]\n"
  218. " --out_nodes Output nodes designated by users. Separate multiple nodes with semicolons (;)."
  219. "Use double quotation marks (\") to enclose each argument.\n"
  220. " E.g.: \"node_name1:0;node_name1:1;node_name2:0\"\n"
  221. " --input_fp16_nodes Input node datatype is fp16. Separate multiple nodes with semicolons (;). "
  222. "Use double quotation marks (\") to enclose each argument. "
  223. "E.g.: \"node_name1;node_name2\"\n"
  224. " --insert_op_conf Config file to insert new op\n"
  225. " --op_name_map Custom op name mapping file\n"
  226. " Note: A semicolon(;) cannot be included in each "
  227. "path, otherwise the resolved path will not match the expected one.\n"
  228. " --is_input_adjust_hw_layout Intput node datatype is fp16 and format is "
  229. "NC1HWC0, used with input_fp16_nodes. E.g.: \"true,true,false,true\"\n"
  230. " --is_output_adjust_hw_layout Net output node datatype is fp16 and format is "
  231. "NC1HWC0, used with out_nodes. E.g.: \"true,true,false,true\"\n"
  232. "\n[Model Tuning]\n"
  233. " --disable_reuse_memory The switch of reuse memory. Default value is : 0. "
  234. "0 means reuse memory, 1 means do not reuse memory.\n"
  235. " --fusion_switch_file Set fusion switch file path\n"
  236. " --enable_scope_fusion_passes validate the non-general scope fusion passes, "
  237. "multiple names can be set and separated by ','. E.g.: ScopePass1,ScopePass2,...\n"
  238. " --enable_single_stream Enable single stream. true: enable; false(default): disable\n"
  239. " --enable_small_channel Set enable small channel. 0(default): disable; 1: enable\n"
  240. " --enable_compress_weight Enable compress weight. true: enable; false(default): disable\n"
  241. " --compress_weight_conf Config file to compress weight\n"
  242. " --buffer_optimize Set buffer optimize. \"l2_optimize\" (default). Set \"off_optimize\" to close\n"
  243. "\n[Operator Tuning]\n"
  244. " --precision_mode precision mode, support force_fp16(default), allow_mix_precision, "
  245. "allow_fp32_to_fp16, must_keep_origin_dtype.\n"
  246. " --auto_tune_mode Set tune mode. E.g.: \"GA,RL\", support configure multiple, spit by ,\n"
  247. " --op_select_implmode Set op select implmode. Support high_precision, high_performance. "
  248. "default: high_performance\n"
  249. " --optypelist_for_implmode Appoint which op to select implmode, cooperated with op_select_implmode.\n"
  250. " Separate multiple nodes with commas (,). Use double quotation marks (\") "
  251. "to enclose each argument. E.g.: \"node_name1,node_name2\"\n"
  252. " --op_debug_level Debug enable for TBE operator building.\n"
  253. " 0 (default): Disable debug; 1: Enable TBE pipe_all, "
  254. "and generate the operator CCE file and Python-CCE mapping file (.json);\n"
  255. " 2: Enable TBE pipe_all, generate the operator CCE file and Python-CCE mapping file "
  256. "(.json), and enable the CCE compiler -O0-g.\n"
  257. " 3: Disable debug, and keep generating kernel file (.o and .json)\n"
  258. "\n[Debug]\n"
  259. " --save_original_model Control whether to output original model. E.g.: true: output original model\n"
  260. " --log Generate log with level. Support debug, info, warning, error, null\n"
  261. " --dump_mode The switch of dump json with shape, to be used with mode 1. "
  262. "0(default): disable; 1: enable.\n"
  263. " --debug_dir Set the save path of operator compilation intermediate files. Default value: ./\n"
  264. " --op_compiler_cache_dir Set the save path of operator compilation cache files. Default value: ./\n"
  265. " --op_compiler_cache_mode Set the operator compilation cache mode."
  266. "Options are disable(default), enable and force(force to refresh the cache)");
  267. gflags::ParseCommandLineNonHelpFlags(&argc, &argv, true);
  268. // Using gflags to analyze input parameters
  269. GflagsUtils::ChangeHelpFlags(FLAGS_h);
  270. gflags::HandleCommandLineHelpFlags();
  271. }
  272. static Status CheckDumpInfershapeJsonFlags() {
  273. Status ret = CheckFrameWorkValid(FLAGS_framework, FLAGS_weight);
  274. GE_CHK_BOOL_EXEC(ret == domi::SUCCESS, return domi::FAILED,
  275. "check custom aicpu run so failed!");
  276. GE_CHK_BOOL_TRUE_EXEC_WITH_LOG(
  277. FLAGS_weight != "" && !ge::CheckInputPathValid(FLAGS_weight, "--weight"),
  278. return domi::FAILED, "Input parameter[--weight]'s value[%s] is invalid!",
  279. FLAGS_weight.c_str());
  280. return domi::SUCCESS;
  281. }
  282. static Status CheckFlags() {
  283. Status ret = ge::SUCCESS;
  284. // No model file information passed in
  285. GE_CHK_BOOL_TRUE_EXEC_WITH_LOG(
  286. FLAGS_model == "",
  287. ErrorManager::GetInstance().ATCReportErrMessage("E10004", {"parameter"}, {"model"});
  288. ret = ge::FAILED, "Input parameter[--model]'s value is empty!");
  289. // check param disable_reuse_memory
  290. GE_CHK_BOOL_TRUE_EXEC_WITH_LOG(
  291. ge::CheckDisableReuseMemoryParamValid(to_string(FLAGS_disable_reuse_memory)) != ge::SUCCESS,
  292. ret = ge::FAILED, "check disable_reuse_memory failed!");
  293. // check optypelist_for_implmode and op_select_implmode
  294. GE_CHK_BOOL_TRUE_EXEC_WITH_LOG(
  295. ge::CheckImplmodeParamValid(FLAGS_optypelist_for_implmode,
  296. FLAGS_op_select_implmode) != ge::SUCCESS,
  297. ret = ge::FAILED, "check optypelist_for_implmode and op_select_implmode failed!");
  298. // No output file information passed in
  299. GE_CHK_BOOL_TRUE_EXEC_WITH_LOG(
  300. FLAGS_mode == GEN_OM_MODEL && FLAGS_output == "",
  301. ErrorManager::GetInstance().ATCReportErrMessage("E10004", {"parameter"}, {"output"});
  302. ret = ge::FAILED, "Input parameter[--output]'s value is empty!");
  303. GE_CHK_BOOL_TRUE_EXEC_WITH_LOG(
  304. CheckFrameWorkValid(FLAGS_framework, FLAGS_weight) != ge::SUCCESS,
  305. ret = ge::FAILED,
  306. "CheckFrameWorkValid failed");
  307. GE_CHK_BOOL_TRUE_EXEC_WITH_LOG(
  308. ge::CheckDynamicInputParamValid(FLAGS_dynamic_batch_size, FLAGS_dynamic_image_size,
  309. FLAGS_dynamic_dims, FLAGS_input_shape,
  310. FLAGS_input_format, is_dynamic_input) != ge::SUCCESS,
  311. ret = ge::FAILED, "check dynamic size(batch size, image size or dims) failed!");
  312. GE_CHK_BOOL_TRUE_EXEC_WITH_LOG(
  313. !FLAGS_insert_op_conf.empty() && !FLAGS_dynamic_dims.empty(),
  314. ErrorManager::GetInstance().ATCReportErrMessage("E10001",
  315. {"parameter", "value", "reason"},
  316. {"--insert_op_conf", FLAGS_insert_op_conf,
  317. "dynamic dims function does not support aipp"});
  318. ret = ge::FAILED, "dynamic dims function does not support aipp");
  319. #if !defined(__ANDROID__) && !defined(ANDROID)
  320. GE_CHK_BOOL_TRUE_EXEC_WITH_LOG(!CheckEncryptModeValid(FLAGS_encrypt_mode), ret = ge::FAILED,
  321. "encrypt_mode %d not valid!!", FLAGS_encrypt_mode);
  322. if (FLAGS_encrypt_mode == 0) { // Encryption mode
  323. GELOGI("ge will run with encrypt!");
  324. GE_CHK_BOOL_TRUE_EXEC_WITH_LOG(!ge::CheckInputPathValid(FLAGS_encrypt_key), ret = ge::FAILED,
  325. "encrypt_key file not found!!");
  326. GE_CHK_BOOL_TRUE_EXEC_WITH_LOG(!ge::CheckInputPathValid(FLAGS_certificate), ret = ge::FAILED,
  327. "certificate file not found!!");
  328. GE_CHK_BOOL_TRUE_EXEC_WITH_LOG(!ge::CheckInputPathValid(FLAGS_hardware_key), ret = ge::FAILED,
  329. "hardware_key file not found!!");
  330. GE_CHK_BOOL_TRUE_EXEC_WITH_LOG(!ge::CheckInputPathValid(FLAGS_private_key), ret = ge::FAILED,
  331. "private_key file not found!!");
  332. } else { // No encryption
  333. GELOGI("ge will run without encrypt!");
  334. }
  335. #endif
  336. /**
  337. * Check the validity of the I / O file path
  338. */
  339. GE_CHK_BOOL_TRUE_EXEC_WITH_LOG(
  340. FLAGS_model != "" && !ge::CheckInputPathValid(FLAGS_model, "--model"), ret = ge::FAILED,
  341. "model file %s not found!!", FLAGS_model.c_str());
  342. GE_CHK_BOOL_TRUE_EXEC_WITH_LOG(
  343. FLAGS_weight != "" && !ge::CheckInputPathValid(FLAGS_weight, "--weight"),
  344. ret = ge::FAILED, "weight file %s not found!!",
  345. FLAGS_weight.c_str());
  346. GE_CHK_BOOL_TRUE_EXEC_WITH_LOG(
  347. FLAGS_cal_conf != "" && !ge::CheckInputPathValid(FLAGS_cal_conf, "--cal_conf"),
  348. ret = ge::FAILED, "calibration config file %s not found!!",
  349. FLAGS_cal_conf.c_str());
  350. GE_CHK_BOOL_TRUE_EXEC_WITH_LOG(
  351. FLAGS_op_name_map != "" && !ge::CheckInputPathValid(FLAGS_op_name_map, "--op_name_map"),
  352. ret = ge::FAILED, "op config file %s not found!!",
  353. FLAGS_op_name_map.c_str());
  354. GE_CHK_BOOL_EXEC(ge::CheckInsertOpConfParamValid(std::string(FLAGS_insert_op_conf)) == ge::SUCCESS,
  355. ret = ge::FAILED, "check insert op conf failed!");
  356. GE_CHK_BOOL_EXEC(ge::CheckCompressWeightParamValid(
  357. FLAGS_enable_compress_weight, FLAGS_compress_weight_conf) == ge::SUCCESS,
  358. ret = ge::FAILED, "check compress weight failed!");
  359. GE_CHK_BOOL_TRUE_EXEC_WITH_LOG(
  360. !ge::CheckOutputPathValid(FLAGS_check_report, "--check_report"), ret = ge::FAILED,
  361. "check_report file %s not found!!", FLAGS_check_report.c_str());
  362. GE_CHK_BOOL_TRUE_EXEC_WITH_LOG(
  363. FLAGS_mode == GEN_OM_MODEL && FLAGS_output != "" &&
  364. (!ge::CheckOutputPathValid(FLAGS_output, "--output") || !CheckPathWithName(FLAGS_output)),
  365. ret = ge::FAILED, "output path %s is not valid!!", FLAGS_output.c_str());
  366. GE_CHK_BOOL_TRUE_EXEC_WITH_LOG(
  367. FLAGS_save_original_model != "" &&
  368. FLAGS_save_original_model != "true" &&
  369. FLAGS_save_original_model != "false",
  370. ErrorManager::GetInstance().ATCReportErrMessage(
  371. "E10005", {"parameter", "value"}, {"save_original_model", FLAGS_save_original_model});
  372. ret = ge::FAILED,
  373. "Input parameter[--save_original_model]'s value[%s] must be true or false.",
  374. FLAGS_save_original_model.c_str());
  375. GE_CHK_BOOL_EXEC(ge::CheckBufferOptimizeParamValid(FLAGS_buffer_optimize) == ge::SUCCESS,
  376. ret = ge::FAILED, "check output type failed!");
  377. GE_CHK_BOOL_EXEC(
  378. ge::CheckEnableSingleStreamParamValid(std::string(FLAGS_enable_single_stream)) == ge::SUCCESS,
  379. ret = ge::FAILED, "check enable single stream failed!");
  380. return ret;
  381. }
  382. /**
  383. * Verifying the parameters of converting model to JSON
  384. * 1. Fmk_model
  385. * 2. out_json
  386. **/
  387. static Status CheckConverJsonParamFlags() {
  388. Status ret = ge::SUCCESS;
  389. // No model path passed in
  390. GE_CHK_BOOL_TRUE_EXEC_WITH_LOG(FLAGS_om == "",
  391. ErrorManager::GetInstance().ATCReportErrMessage("E10004", {"parameter"}, {"om"});
  392. ret = ge::FAILED,
  393. "Input parameter[--om]'s value is empty!!");
  394. // JSON path not passed in
  395. GE_CHK_BOOL_TRUE_EXEC_WITH_LOG(FLAGS_json == "",
  396. ErrorManager::GetInstance().ATCReportErrMessage("E10004", {"parameter"}, {"json"});
  397. ret = ge::FAILED,
  398. "Input parameter[--json]'s value is empty!!");
  399. // Check if the model path is valid
  400. GE_CHK_BOOL_TRUE_EXEC_WITH_LOG(
  401. FLAGS_om != "" && !ge::CheckInputPathValid(FLAGS_om, "--om"),
  402. ret = ge::FAILED,
  403. "model file path is invalid: %s.", FLAGS_om.c_str());
  404. // Check whether the JSON path is valid
  405. GE_CHK_BOOL_TRUE_EXEC_WITH_LOG(
  406. FLAGS_json != "" && !ge::CheckOutputPathValid(FLAGS_json, "--json"),
  407. ret = ge::FAILED,
  408. "json file path is invalid: %s.", FLAGS_json.c_str());
  409. return ret;
  410. }
  411. /**
  412. * Check command line parameters for explicit settings
  413. * true: Explicit setup
  414. * false: Not set up
  415. * */
  416. static bool CheckFlagSet(string flag) {
  417. gflags::CommandLineFlagInfo info;
  418. return !(gflags::GetCommandLineFlagInfo(flag.c_str(), &info) && info.is_default);
  419. }
  420. private:
  421. static bool CheckEncryptModeValid(const int encrypt_mode) {
  422. #if !defined(__ANDROID__) && !defined(ANDROID)
  423. if (encrypt_mode != 0 && encrypt_mode != -1) {
  424. DOMI_LOGE("encrypt mode must be 0 or -1");
  425. return false;
  426. }
  427. #else
  428. if (encrypt_mode != -1) {
  429. DOMI_LOGE("encrypt mode must be -1");
  430. return false;
  431. }
  432. #endif
  433. return true;
  434. }
  435. static Status CheckFrameWorkValid(int framework, const std::string weight_file) {
  436. if (framework != (int32_t)domi::CAFFE && framework != (int32_t)domi::TENSORFLOW &&
  437. framework != (int32_t)domi::MINDSPORE && framework != (int32_t)domi::ONNX) {
  438. // No framework information was passed in or the entered framework is illegal
  439. ErrorManager::GetInstance().ATCReportErrMessage(
  440. "E10007", {"parameter", "support"},
  441. {"framework", "0(Caffe) or 1(MindSpore) or 3(TensorFlow) or 5(Onnx)"});
  442. DOMI_LOGE("Input parameter[--framework] is mandatory and it's value must be: "
  443. "0(Caffe) or 1(MindSpore) or 3(TensorFlow) or 5(Onnx).");
  444. return domi::PARAM_INVALID;
  445. }
  446. if ((framework == (int32_t)domi::CAFFE) && (weight_file == "")) {
  447. ErrorManager::GetInstance().ATCReportErrMessage("E10008", {"parameter"}, {"weight"});
  448. DOMI_LOGE("Input parameter[--weight]'s value is empty when framework is 0(CAFFE)!");
  449. return domi::PARAM_INVALID;
  450. }
  451. if ((framework == (int32_t)domi::TENSORFLOW) && (weight_file != "")) {
  452. GELOGW("Parameter weight is ignored for TensorFlow.");
  453. }
  454. if ((framework == (int32_t)domi::ONNX) && (weight_file != "")) {
  455. GELOGW("Parameter weight is ignored for Onnx.");
  456. }
  457. return domi::SUCCESS;
  458. }
  459. static bool CheckPathWithName(const std::string &fileName) {
  460. // Determine file path length
  461. if (fileName.size() > static_cast<int>(PATH_MAX)) {
  462. ErrorManager::GetInstance().ATCReportErrMessage(
  463. "E10021", {"parameter", "size"}, {"output", std::to_string(PATH_MAX)});
  464. GELOGE(ge::FAILED, "Input parameter[--output]'s path is too long, it must be less than %d", PATH_MAX);
  465. return false;
  466. }
  467. // Find the last separator
  468. int slashPosition = fileName.size() - 1;
  469. for (; slashPosition >= 0; slashPosition--) {
  470. if (fileName[slashPosition] == '\\' || fileName[slashPosition] == '/') {
  471. break;
  472. }
  473. }
  474. // Failure if no filename follows the path
  475. if (slashPosition == static_cast<int>(fileName.size() - 1)) {
  476. ErrorManager::GetInstance().ATCReportErrMessage("E10022", {"parameter", "filename"}, {"output", fileName});
  477. DOMI_LOGE("Input parameter[--output]'s path[%s] not include file name", fileName.c_str());
  478. return false;
  479. }
  480. return true;
  481. }
  482. };
  483. void SetDynamicInputSizeOptions() {
  484. if (!FLAGS_dynamic_batch_size.empty()) {
  485. domi::GetContext().dynamic_batch_size = FLAGS_dynamic_batch_size;
  486. }
  487. if (!FLAGS_dynamic_image_size.empty()) {
  488. domi::GetContext().dynamic_image_size = FLAGS_dynamic_image_size;
  489. }
  490. if (!FLAGS_dynamic_dims.empty()) {
  491. domi::GetContext().dynamic_dims = FLAGS_dynamic_dims;
  492. }
  493. }
  494. /// Validate the non-general scope fusion pass.
  495. /// The parameter is set to the name of the fusion rule.
  496. /// Multiple names can be set and separated by ",".
  497. void SetEnableScopeFusionPasses(const std::string pass_names) {
  498. ge::GetParserContext().enable_scope_fusion_passes = pass_names;
  499. }
  500. static bool CheckInputFormat() {
  501. if (FLAGS_input_format.empty()) {
  502. // Set default format
  503. if (FLAGS_framework == static_cast<int32_t>(domi::TENSORFLOW)) {
  504. FLAGS_input_format = "NHWC";
  505. } else {
  506. FLAGS_input_format = "NCHW";
  507. }
  508. return true;
  509. } else if ((FLAGS_framework == static_cast<int32_t>(domi::CAFFE))) { // caffe
  510. if (ge::caffe_support_input_format.find(FLAGS_input_format) != ge::caffe_support_input_format.end()) {
  511. return true;
  512. }
  513. // only support NCHW ND
  514. ErrorManager::GetInstance().ATCReportErrMessage(
  515. "E10001", {"parameter", "value", "reason"}, {"--input_format", FLAGS_input_format, ge::kCaffeFormatSupport});
  516. GELOGE(ge::FAILED,
  517. "Invalid value for --input_format[%s], %s.", FLAGS_input_format.c_str(), ge::kCaffeFormatSupport);
  518. return false;
  519. } else if ((FLAGS_framework == static_cast<int32_t>(domi::TENSORFLOW))) { // tf
  520. if (ge::tf_support_input_format.find(FLAGS_input_format) != ge::tf_support_input_format.end()) {
  521. return true;
  522. }
  523. // only support NCHW NHWC ND NCDHW NDHWC
  524. ErrorManager::GetInstance().ATCReportErrMessage(
  525. "E10001", {"parameter", "value", "reason"}, {"--input_format", FLAGS_input_format, ge::kTFFormatSupport});
  526. GELOGE(ge::FAILED,
  527. "Invalid value for --input_format[%s], %s.", FLAGS_input_format.c_str(), ge::kTFFormatSupport);
  528. return false;
  529. } else if (FLAGS_framework == static_cast<int32_t>(domi::ONNX)) {
  530. if (ge::onnx_support_input_format.find(FLAGS_input_format) != ge::onnx_support_input_format.end()) {
  531. return true;
  532. }
  533. // only support NCHW ND
  534. ErrorManager::GetInstance().ATCReportErrMessage(
  535. "E10001", {"parameter", "value", "reason"}, {"--input_format", FLAGS_input_format, ge::kONNXFormatSupport});
  536. GELOGE(ge::FAILED,
  537. "Invalid value for --input_format[%s], %s.", FLAGS_input_format.c_str(), ge::kONNXFormatSupport);
  538. return false;
  539. }
  540. return true;
  541. }
  542. #if !defined(__ANDROID__) && !defined(ANDROID)
  543. static void GetCustomOpPath(std::string &customop_path) {
  544. GELOGI("Enter get custom op path schedule");
  545. std::string fmk_type = ge::TypeUtils::FmkTypeToSerialString(static_cast<domi::FrameworkType>(FLAGS_framework));
  546. GELOGI("Framework type is %s.", fmk_type.c_str());
  547. const char *path_env = std::getenv("ASCEND_OPP_PATH");
  548. if (path_env != nullptr) {
  549. std::string path = path_env;
  550. customop_path = (path + "/framework/custom" + "/:") + (path + "/framework/built-in/" + fmk_type);
  551. GELOGI("Get custom so path from env : %s", path_env);
  552. return;
  553. }
  554. std::string path_base = ge::GELib::GetPath();
  555. GELOGI("path_base is %s", path_base.c_str());
  556. path_base = path_base.substr(0, path_base.rfind('/'));
  557. path_base = path_base.substr(0, path_base.rfind('/') + 1);
  558. customop_path = (path_base + "ops/framework/custom" + "/:") + (path_base + "ops/framework/built-in/" + fmk_type);
  559. return;
  560. }
  561. void GetPluginSoFileList(const string &path, vector<string> &fileList, string &caffe_parser_path) {
  562. // Support to split multiple so directories by ":"
  563. GELOGI("path is %s", path.c_str());
  564. vector<string> v_path = ge::StringUtils::Split(path, ':');
  565. for (size_t i = 0; i < v_path.size(); ++i) {
  566. ge::FindParserSo(v_path[i], fileList, caffe_parser_path);
  567. GELOGI("CustomOpLib full name = %s", v_path[i].c_str());
  568. }
  569. }
  570. void LoadModelParserLib(std::string caffe_parser_path) {
  571. if (FLAGS_framework == static_cast<int32_t>(domi::TENSORFLOW)) {
  572. void *tf_handle = dlopen("libfmk_parser.so", RTLD_NOW | RTLD_GLOBAL);
  573. if (tf_handle == nullptr) {
  574. GELOGW("dlopen fmk library [libfmk_parser.so] failed.");
  575. return;
  576. }
  577. GELOGI("plugin load libfmk_parser.so success.");
  578. } else if (FLAGS_framework == static_cast<int32_t>(domi::CAFFE)) {
  579. // What we are dealing with here is that the user modifies the caffe.proto scenario.
  580. // If no lib_Caffe_Parser.so is found under the plugin path, use the default lib_Caffe_Parser.so path.
  581. caffe_parser_path = caffe_parser_path.empty() ? "lib_caffe_parser.so" : caffe_parser_path;
  582. void *handle = dlopen(caffe_parser_path.c_str(), RTLD_NOW | RTLD_GLOBAL);
  583. if (handle == nullptr) {
  584. GELOGW("dlopen failed, plugin name:%s. Message(%s).", caffe_parser_path.c_str(), dlerror());
  585. return;
  586. }
  587. GELOGI("plugin load %s success.", caffe_parser_path.c_str());
  588. // According to the dependency, the Caffe parsing module of the framework is loaded here( libfmk_parser.so).
  589. // (depend on the lib_caffe_parser.so)
  590. void *fmk_handle = dlopen("libfmk_parser.so", RTLD_NOW | RTLD_GLOBAL);
  591. if (fmk_handle == nullptr) {
  592. GELOGW("dlopen fmk library [libfmk_parser.so] failed.");
  593. if (dlclose(handle) != 0) {
  594. GELOGW("dlclose lib_caffe_parser.so failed.");
  595. }
  596. return;
  597. }
  598. GELOGI("plugin load libfmk_parser.so success.");
  599. } else if (FLAGS_framework == static_cast<int32_t>(domi::ONNX)) {
  600. void *handle = dlopen("libfmk_onnx_parser.so", RTLD_NOW | RTLD_GLOBAL);
  601. if (handle == nullptr) {
  602. GELOGW("dlopen fmk library [libfmk_onnx_parser.so] failed.");
  603. return;
  604. }
  605. GELOGI("plugin load libfmk_onnx_parser.so success.");
  606. } else {
  607. GELOGW("Framework:%s is not support.",
  608. ge::TypeUtils::FmkTypeToSerialString(static_cast<domi::FrameworkType>(FLAGS_framework)).c_str());
  609. return;
  610. }
  611. return;
  612. }
  613. void LoadCustomOpLib(bool need_load_ops_plugin) {
  614. std::string plugin_path;
  615. GetCustomOpPath(plugin_path);
  616. vector<string> fileList;
  617. string caffe_parser_path = "";
  618. // whether there are files in the plugin so path
  619. GetPluginSoFileList(plugin_path, fileList, caffe_parser_path);
  620. // no file
  621. if (fileList.empty() && caffe_parser_path.empty()) {
  622. GELOGW("can not find any plugin file in plugin_path: %s", plugin_path.c_str());
  623. }
  624. LoadModelParserLib(caffe_parser_path);
  625. if (!need_load_ops_plugin) {
  626. GELOGI("No need to load ops plugin so.");
  627. return;
  628. }
  629. OpRegistry::Instance()->registrationDatas.clear();
  630. // load other so files except lib_caffe_parser.so in the plugin so path
  631. for (auto elem : fileList) {
  632. ge::StringUtils::Trim(elem);
  633. void *handle = dlopen(elem.c_str(), RTLD_NOW | RTLD_GLOBAL);
  634. if (handle == nullptr) {
  635. GELOGW("dlopen failed, plugin name:%s. Message(%s).", elem.c_str(), dlerror());
  636. } else {
  637. GELOGI("plugin load %s success.", elem.c_str());
  638. }
  639. }
  640. std::vector<OpRegistrationData> registrationDatas = OpRegistry::Instance()->registrationDatas;
  641. for (OpRegistrationData reg_data : registrationDatas) {
  642. if (reg_data.GetFrameworkType() == static_cast<domi::FrameworkType>(FLAGS_framework)) {
  643. (void)ge::OpRegistrationTbe::Instance()->Finalize(reg_data);
  644. (void)OpRegistry::Instance()->Register(reg_data);
  645. }
  646. }
  647. }
  648. void SaveCustomCaffeProtoPath() {
  649. GELOGI("Enter save custom caffe proto path.");
  650. std::string path_base = ge::GELib::GetPath();
  651. GELOGI("path_base is %s", path_base.c_str());
  652. path_base = path_base.substr(0, path_base.rfind('/'));
  653. path_base = path_base.substr(0, path_base.rfind('/') + 1);
  654. ge::GetParserContext().caffe_proto_path = path_base + "include/proto/";
  655. string customop_path;
  656. const char *path_env = std::getenv("ASCEND_OPP_PATH");
  657. if (path_env != nullptr) {
  658. std::string path = path_env;
  659. customop_path = path + "/framework/custom/caffe/";
  660. GELOGI("Get custom proto path from env : %s", path_env);
  661. ge::GetParserContext().custom_proto_path = customop_path;
  662. return;
  663. }
  664. customop_path = path_base + "ops/framework/custom/caffe/";
  665. ge::GetParserContext().custom_proto_path = customop_path;
  666. return;
  667. }
  668. #endif
  669. Status CreateInputsForInference(const ge::Graph &graph, vector<ge::GeTensor> &inputs) {
  670. auto compute_graph = ge::GraphUtils::GetComputeGraph(graph);
  671. GE_CHECK_NOTNULL(compute_graph);
  672. for (ge::NodePtr &input_node : compute_graph->GetAllNodes()) {
  673. GE_CHECK_NOTNULL(input_node);
  674. ge::OpDescPtr op = input_node->GetOpDesc();
  675. GE_CHECK_NOTNULL(op);
  676. if (op->GetType() == ge::DATA) {
  677. GELOGI("Data op inputDesc size is: %zu", op->GetAllInputsDesc().size());
  678. ge::GeTensorDesc tensor = op->GetInputDesc(0);
  679. string data_op_name = op->GetName();
  680. GELOGI("Data op name is: %s", data_op_name.c_str());
  681. ge::GeShape data_shape;
  682. auto iter = domi::GetContext().input_dims.find(data_op_name);
  683. if (iter != domi::GetContext().input_dims.end()) {
  684. data_shape = ge::GeShape(iter->second);
  685. GELOGI("Data op get shape from Context.");
  686. } else {
  687. data_shape = tensor.GetShape();
  688. GELOGI("Data op get shape from InputDesc in geir graph.");
  689. }
  690. ge::DataType data_type = tensor.GetDataType();
  691. string data_type_str = ge::TypeUtils::DataTypeToSerialString(data_type);
  692. GELOGI("Data op get data type:%s from InputDesc in geir graph.", data_type_str.c_str());
  693. ge::GeTensor input_tensor;
  694. ge::GeTensorDesc desc(data_shape, ge::Format(domi::GetContext().format), data_type);
  695. input_tensor.SetTensorDesc(desc);
  696. inputs.push_back(input_tensor);
  697. }
  698. }
  699. GELOGI("Build ME model, inputs size is: %zu", inputs.size());
  700. return ge::SUCCESS;
  701. }
  702. domi::Status GenerateInfershapeJson() {
  703. if (!CheckInputFormat()) {
  704. GELOGE(ge::FAILED, "Check input_format failed");
  705. return domi::FAILED;
  706. }
  707. Status ret = GFlagUtils::CheckDumpInfershapeJsonFlags();
  708. GE_CHK_BOOL_EXEC(ret == domi::SUCCESS, return domi::FAILED, "Check flags failed!");
  709. ge::GeGenerator ge_generator;
  710. std::map<string, string> options;
  711. ge::Status geRet = ge_generator.Initialize(options, domi::GetContext());
  712. if (geRet != ge::SUCCESS) {
  713. DOMI_LOGE("GeGenerator initialize failed!");
  714. return domi::FAILED;
  715. }
  716. ge::Graph graph;
  717. std::map<string, string> atc_params;
  718. atc_params.insert(std::pair<string, string>("input_format", FLAGS_input_format));
  719. ret = ParseGraph(graph, atc_params, FLAGS_om.c_str(), FLAGS_weight.c_str(), (domi::FrameworkType) FLAGS_framework,
  720. "", FLAGS_target.c_str(), (ge::RunMode) FLAGS_mode, false);
  721. if (ret != ge::SUCCESS) {
  722. DOMI_LOGE("ATC Parse graph domi::FAILED");
  723. (void)ge_generator.Finalize();
  724. return domi::FAILED;
  725. }
  726. geRet = ge_generator.GenerateInfershapeGraph(graph);
  727. if (geRet != ge::SUCCESS) {
  728. DOMI_LOGE("ATC GenerateInfershapeJson failed");
  729. (void)ge_generator.Finalize();
  730. return domi::FAILED;
  731. }
  732. if (DumpInfershapeJson(graph, FLAGS_json.c_str()) != SUCCESS) {
  733. DOMI_LOGE("ATC DumpInfershapeJson failed");
  734. (void)ge_generator.Finalize();
  735. return domi::FAILED;
  736. }
  737. (void)ge_generator.Finalize();
  738. return ge::SUCCESS;
  739. }
  740. static Status ConvertModelToJson(int fwk_type, const string &model_file, const string &json_file) {
  741. Status ret = ge::SUCCESS;
  742. if (fwk_type == -1) {
  743. ret = ge::ConvertOmModelToJson(model_file.c_str(), json_file.c_str());
  744. return ret;
  745. }
  746. if ((fwk_type != domi::TENSORFLOW) && (fwk_type != domi::CAFFE) && (fwk_type != domi::ONNX)) {
  747. ErrorManager::GetInstance().ATCReportErrMessage(
  748. "E10001", {"parameter", "value", "reason"},
  749. {"--framework", std::to_string(fwk_type), kModelToJsonSupport});
  750. GELOGE(ge::FAILED, "Invalid value for --framework[%d], %s.", fwk_type, kModelToJsonSupport);
  751. ret = ge::FAILED;
  752. }
  753. if (FLAGS_dump_mode != "0" && FLAGS_dump_mode != "1") {
  754. ErrorManager::GetInstance().ATCReportErrMessage("E10006", {"parameter"}, {"dump_mode"});
  755. GELOGE(ge::FAILED, "Input parameter[--dump_mode]'s value must be 1 or 0.");
  756. ret = ge::FAILED;
  757. }
  758. if (ret != ge::SUCCESS) return ret;
  759. // Need to save caffe.proto path
  760. SaveCustomCaffeProtoPath();
  761. if (FLAGS_dump_mode == "0") {
  762. // Caffe or tf model to json depend on lib_caffe_parser.so or libfmk_parser.so.
  763. LoadCustomOpLib(false);
  764. ret = ge::ConvertFwkModelToJson((domi::FrameworkType)fwk_type, model_file.c_str(), json_file.c_str());
  765. } else if (FLAGS_dump_mode == "1") {
  766. // Caffe or tf model to json depend on lib_caffe_parser.so or libfmk_parser.so and ops plugin so.
  767. LoadCustomOpLib(true);
  768. ret = GenerateInfershapeJson();
  769. }
  770. return ret;
  771. }
  772. domi::Status GenerateModel(std::map<string, string> &options, std::string output) {
  773. ge::GeGenerator ge_generator;
  774. ge::Status geRet = ge::SUCCESS;
  775. std::shared_ptr<ge::GELib> instance_ptr = ge::GELib::GetInstance();
  776. if (instance_ptr == nullptr || !instance_ptr->InitFlag()) {
  777. geRet = ge::GELib::Initialize(options);
  778. if (geRet != ge::SUCCESS) {
  779. DOMI_LOGE("GE initialize failed!");
  780. return domi::FAILED;
  781. }
  782. }
  783. geRet = ge_generator.Initialize(options, domi::GetContext());
  784. if (geRet != ge::SUCCESS) {
  785. DOMI_LOGE("GeGenerator initialize failed!");
  786. (void)ge::GELib::GetInstance()->Finalize();
  787. return domi::FAILED;
  788. }
  789. geRet = ge::VarManager::Instance(0)->SetMemoryMallocSize(options);
  790. if (geRet != ge::SUCCESS) {
  791. GELOGE(ge::FAILED, "SetMemoryMallocSize failed.");
  792. (void)ge::GELib::GetInstance()->Finalize();
  793. return domi::FAILED;
  794. }
  795. ge::Graph graph;
  796. std::vector<ge::GeTensor> inputs;
  797. if (FLAGS_framework == domi::MINDSPORE) {
  798. // load model from file
  799. ge::Model load_model = ge::Model("loadmodel", "version2");
  800. auto ret1 = load_model.LoadFromFile(FLAGS_model);
  801. if (ret1 != ge::GRAPH_SUCCESS) {
  802. ErrorManager::GetInstance().ATCReportErrMessage("E10041", {"parameter"}, {FLAGS_model});
  803. DOMI_LOGE("Load model from %s failed, please check model file or "
  804. "input parameter[--framework] is correct", FLAGS_model.c_str());
  805. (void)ge_generator.Finalize();
  806. (void)ge::GELib::GetInstance()->Finalize();
  807. return domi::FAILED;
  808. }
  809. graph = load_model.GetGraph();
  810. GE_CHK_STATUS_EXEC(ge::InitDomiOmgContext(FLAGS_input_shape, FLAGS_input_format, "", is_dynamic_input),
  811. GELOGE(ge::FAILED, "ATC Generate call InitDomiOmgContext ret fail");
  812. (void)ge_generator.Finalize(); (void)ge::GELib::GetInstance()->Finalize(); return domi::FAILED);
  813. Status ret = CreateInputsForInference(graph, inputs);
  814. if (ret != ge::SUCCESS) {
  815. GELOGE(ge::FAILED, "create inputs for inference failed.");
  816. (void)ge_generator.Finalize();
  817. (void)ge::GELib::GetInstance()->Finalize();
  818. return domi::FAILED;
  819. }
  820. } else {
  821. std::map<string, string> atc_params;
  822. atc_params.insert(std::pair<string, string>("input_shape", FLAGS_input_shape));
  823. atc_params.insert(std::pair<string, string>("out_nodes", FLAGS_out_nodes));
  824. atc_params.insert(std::pair<string, string>("input_format", FLAGS_input_format));
  825. atc_params.insert(std::pair<string, string>("check_report", FLAGS_check_report));
  826. atc_params.insert(std::pair<string, string>("input_fp16_nodes", FLAGS_input_fp16_nodes));
  827. atc_params.insert(std::pair<string, string>("is_input_adjust_hw_layout", FLAGS_is_input_adjust_hw_layout));
  828. atc_params.insert(std::pair<string, string>("is_output_adjust_hw_layout", FLAGS_is_output_adjust_hw_layout));
  829. atc_params.insert(std::pair<string, string>("compress_weight_conf", FLAGS_compress_weight_conf));
  830. atc_params.insert(std::pair<string, string>(string(ge::OUTPUT_DATATYPE), FLAGS_output_type));
  831. atc_params.insert(std::pair<string, string>("output", output));
  832. Status ret =
  833. ParseGraph(graph, atc_params, FLAGS_model.c_str(), FLAGS_weight.c_str(), (domi::FrameworkType)FLAGS_framework,
  834. FLAGS_op_name_map.c_str(), FLAGS_target.c_str(), (ge::RunMode)FLAGS_mode, is_dynamic_input);
  835. // in ONLY_PRE_CHECK mode, pre-checking report has already saved in ParseGraph
  836. if (FLAGS_mode == ge::ONLY_PRE_CHECK) {
  837. (void)ge_generator.Finalize();
  838. (void)ge::GELib::GetInstance()->Finalize();
  839. if (ret != ge::SUCCESS) {
  840. DOMI_LOGE("ATC precheck fail.");
  841. return domi::FAILED;
  842. }
  843. return domi::SUCCESS;
  844. }
  845. if (ret != ge::SUCCESS) {
  846. DOMI_LOGE("ATC Parse graph domi::FAILED");
  847. DOMI_LOGE("ATC Generate execute failed"); // Duplicate log. (for test case
  848. (void)ge_generator.Finalize();
  849. (void)ge::GELib::GetInstance()->Finalize();
  850. return domi::FAILED;
  851. }
  852. if (ge::SetOutputNodeInfo(graph, FLAGS_output_type, "") != domi::SUCCESS) {
  853. DOMI_LOGE("Set output node info fail.");
  854. (void)ge_generator.Finalize();
  855. (void)ge::GELib::GetInstance()->Finalize();
  856. return domi::FAILED;
  857. }
  858. }
  859. geRet = ge_generator.GenerateOfflineModel(graph, output, inputs);
  860. if (geRet != ge::SUCCESS) {
  861. DOMI_LOGE("GE GenerateOfflineModel execute failed");
  862. DOMI_LOGE("ATC Generate execute failed"); // Duplicate log. (for test case
  863. // checking error log)
  864. (void)ge_generator.Finalize();
  865. (void)ge::GELib::GetInstance()->Finalize();
  866. return domi::FAILED;
  867. }
  868. (void)ge_generator.Finalize();
  869. (void)ge::GELib::GetInstance()->Finalize();
  870. return ge::SUCCESS;
  871. }
  872. static void SetEnvForSingleOp(std::map<string, string> &options) {
  873. string flag_on = "1";
  874. string flag_off = "0";
  875. options.emplace(ge::GE_FE_FLAG, flag_on);
  876. options.emplace(ge::STREAM_NUM, "1"); // single op only use one stream
  877. options.emplace(ge::RUN_FLAG, flag_off);
  878. options.emplace(ge::OPTION_GRAPH_RUN_MODE, flag_off);
  879. options.emplace(ge::SINGLE_OP_FLAG, flag_on);
  880. options.emplace(ge::PRECISION_MODE, FLAGS_precision_mode);
  881. options.emplace(ge::SOC_VERSION, FLAGS_soc_version);
  882. options.emplace(ge::CORE_TYPE, FLAGS_core_type);
  883. options.emplace(ge::AICORE_NUM, FLAGS_aicore_num);
  884. options.emplace(ge::OP_SELECT_IMPL_MODE, FLAGS_op_select_implmode);
  885. options.emplace(ge::OPTYPELIST_FOR_IMPLMODE, FLAGS_optypelist_for_implmode);
  886. options.emplace(ge::AUTO_TUNE_MODE, FLAGS_auto_tune_mode);
  887. options.emplace(ge::GRAPH_MEMORY_MAX_SIZE, kGraphMemoryManagerMallocMaxSize);
  888. options.emplace(ge::OP_DEBUG_LEVEL, to_string(FLAGS_op_debug_level));
  889. options.emplace(ge::DEBUG_DIR, FLAGS_debug_dir);
  890. options.emplace(ge::OP_COMPILER_CACHE_DIR, FLAGS_op_compiler_cache_dir);
  891. options.emplace(ge::OP_COMPILER_CACHE_MODE, FLAGS_op_compiler_cache_mode);
  892. options.emplace(ge::MDL_BANK_PATH_FLAG, FLAGS_mdl_bank_path);
  893. options.emplace(ge::OP_BANK_PATH_FLAG, FLAGS_op_bank_path);
  894. }
  895. domi::Status GenerateSingleOp(const std::string& json_file_path) {
  896. if (!FLAGS_output.empty() && !ge::CheckOutputPathValid(FLAGS_output, "--output")) {
  897. DOMI_LOGE("output path %s is not valid!", FLAGS_output.c_str());
  898. return domi::FAILED;
  899. }
  900. // check optypelist_for_implmode and op_select_implmode
  901. GE_CHK_BOOL_TRUE_EXEC_WITH_LOG(
  902. ge::CheckImplmodeParamValid(FLAGS_optypelist_for_implmode, FLAGS_op_select_implmode) != ge::SUCCESS,
  903. return ge::FAILED, "check optypelist_for_implmode and op_select_implmode failed!");
  904. std::map<string, string> options;
  905. // need to be changed when ge.ini plan is done
  906. SetEnvForSingleOp(options);
  907. auto ret = ge::GELib::Initialize(options);
  908. if (ret != ge::SUCCESS) {
  909. DOMI_LOGE("GE initialize failed!");
  910. return domi::FAILED;
  911. }
  912. ge::GeGenerator generator;
  913. ret = generator.Initialize(options, domi::GetContext());
  914. if (ret != SUCCESS) {
  915. DOMI_LOGE("GeGenerator initialize failed!");
  916. (void)ge::GELib::GetInstance()->Finalize();
  917. return domi::FAILED;
  918. }
  919. ret = ge::VarManager::Instance(0)->SetMemoryMallocSize(options);
  920. if (ret != ge::SUCCESS) {
  921. GELOGE(ge::FAILED, "SetMemoryMallocSize failed.");
  922. (void)ge::GELib::GetInstance()->Finalize();
  923. return domi::FAILED;
  924. }
  925. vector<ge::SingleOpBuildParam> build_params;
  926. if (ge::SingleOpParser::ParseSingleOpList(json_file_path, build_params) != ge::SUCCESS) {
  927. DOMI_LOGE("parse single op json file failed");
  928. (void)generator.Finalize();
  929. (void)ge::GELib::GetInstance()->Finalize();
  930. return domi::FAILED;
  931. }
  932. int index = 0;
  933. for (auto &param : build_params) {
  934. string output_path;
  935. if (!FLAGS_output.empty()) {
  936. output_path = FLAGS_output + "/";
  937. }
  938. output_path += param.file_name;
  939. ret = generator.BuildSingleOpModel(param.op_desc, param.inputs, param.outputs, output_path);
  940. if (ret != SUCCESS) {
  941. DOMI_LOGE("Compile op failed. ge ret = %u, op index = %d", ret, index);
  942. ret = domi::FAILED;
  943. break;
  944. }
  945. GELOGI("Compile op success. op index = %d, output = %s", index, output_path.c_str());
  946. index += 1;
  947. }
  948. (void)generator.Finalize();
  949. (void)ge::GELib::GetInstance()->Finalize();
  950. return ret;
  951. }
  952. domi::Status GenerateOmModel() {
  953. if (!CheckInputFormat()) {
  954. GELOGE(ge::FAILED, "Check input_format failed");
  955. return domi::FAILED;
  956. }
  957. Status ret = GFlagUtils::CheckFlags();
  958. GE_CHK_BOOL_EXEC(ret == domi::SUCCESS, return domi::FAILED,
  959. "Check flags failed! Please check whether some atc params that include semicolons[;] use double "
  960. "quotation marks (\") to enclose each argument such as out_nodes, input_shape, dynamic_image_size");
  961. #if !defined(__ANDROID__) && !defined(ANDROID)
  962. // Load custom operator Library
  963. LoadCustomOpLib(true);
  964. SaveCustomCaffeProtoPath();
  965. GE_CHK_BOOL_EXEC(ret == domi::SUCCESS, return domi::FAILED, "check custom aicpu run so failed!");
  966. #endif
  967. const int f_stream_num = 1;
  968. std::map<string, string> options;
  969. options.insert(std::pair<string, string>(string(ge::FRAMEWORK_TYPE), to_string(FLAGS_framework)));
  970. options.insert(std::pair<string, string>(string(ge::STREAM_NUM), to_string(f_stream_num)));
  971. options.insert(std::pair<string, string>(string(ge::CALIBRATION_CONF_FILE), FLAGS_cal_conf));
  972. options.insert(std::pair<string, string>(string(ge::ENCRYPT_MODE), to_string(FLAGS_encrypt_mode)));
  973. options.insert(std::pair<string, string>(string(ge::EK_FILE), FLAGS_encrypt_key));
  974. options.insert(std::pair<string, string>(string(ge::CERT_FILE), FLAGS_certificate));
  975. options.insert(std::pair<string, string>(string(ge::HW_KEY_FILE), FLAGS_hardware_key));
  976. options.insert(std::pair<string, string>(string(ge::PRIVATE_KEY_FILE), FLAGS_private_key));
  977. options.insert(std::pair<string, string>(string(ge::OUTPUT_NODE_NAME), FLAGS_out_nodes));
  978. options.insert(std::pair<string, string>(string(ge::INSERT_OP_FILE), FLAGS_insert_op_conf));
  979. options.insert(std::pair<string, string>(string(ge::PRECISION_MODE), FLAGS_precision_mode));
  980. options.insert(std::pair<string, string>(string(ge::RUN_FLAG), to_string(0)));
  981. options.insert(std::pair<string, string>(string(ge::TRAIN_FLAG), to_string(0)));
  982. if (!FLAGS_output_type.empty()) {
  983. options.insert(std::pair<string, string>(string(ge::OUTPUT_DATATYPE), FLAGS_output_type));
  984. }
  985. options.insert(std::pair<string, string>(string(ge::OP_SELECT_IMPL_MODE), FLAGS_op_select_implmode));
  986. options.insert(std::pair<string, string>(string(ge::OPTYPELIST_FOR_IMPLMODE), FLAGS_optypelist_for_implmode));
  987. if (!FLAGS_input_fp16_nodes.empty()) {
  988. GELOGI("FLAGS_input_fp16_nodes : %s .", FLAGS_input_fp16_nodes.c_str());
  989. options.insert(std::pair<string, string>(ge::INPUT_FP16_NODES, FLAGS_input_fp16_nodes));
  990. }
  991. options.insert(std::pair<string, string>(string(ge::AUTO_TUNE_MODE), FLAGS_auto_tune_mode));
  992. options.insert(
  993. std::pair<string, string>(string(ge::OPTION_EXEC_DISABLE_REUSED_MEMORY), to_string(FLAGS_disable_reuse_memory)));
  994. options.insert(std::pair<string, string>(string(ge::SOC_VERSION), FLAGS_soc_version));
  995. options.insert(std::pair<string, string>(string(ge::CORE_TYPE), FLAGS_core_type));
  996. options.insert(std::pair<string, string>(string(ge::AICORE_NUM), FLAGS_aicore_num));
  997. options.insert(std::pair<string, string>(string(ge::BUFFER_OPTIMIZE), FLAGS_buffer_optimize));
  998. options.insert(std::pair<string, string>(string(ge::ENABLE_SMALL_CHANNEL), FLAGS_enable_small_channel));
  999. options.insert(std::pair<string, string>(string(ge::FUSION_SWITCH_FILE), FLAGS_fusion_switch_file));
  1000. options.insert(std::pair<string, string>(string(ge::ENABLE_COMPRESS_WEIGHT),
  1001. (FLAGS_enable_compress_weight == "true") ?
  1002. ge::kEnableCompressWeightTrue : ge::kEnableCompressWeightFalse));
  1003. options.insert(std::pair<string, string>(string(ge::GRAPH_MEMORY_MAX_SIZE), kGraphMemoryManagerMallocMaxSize));
  1004. options.insert(std::pair<string, string>(string(ge::ENABLE_SINGLE_STREAM), FLAGS_enable_single_stream));
  1005. options.insert(std::pair<string, string>(string(ge::DEBUG_DIR), FLAGS_debug_dir));
  1006. options.insert(std::pair<string, string>(string(ge::OP_COMPILER_CACHE_DIR), FLAGS_op_compiler_cache_dir));
  1007. options.insert(std::pair<string, string>(string(ge::OP_COMPILER_CACHE_MODE), FLAGS_op_compiler_cache_mode));
  1008. SetDynamicInputSizeOptions();
  1009. if (!FLAGS_save_original_model.empty()) {
  1010. options.insert(std::pair<string, string>(string(ge::SAVE_ORIGINAL_MODEL), FLAGS_save_original_model));
  1011. options.insert(std::pair<string, string>(string(ge::ORIGINAL_MODEL_FILE), FLAGS_output + "_original.om"));
  1012. }
  1013. options.insert(std::pair<string, string>(string(ge::OP_DEBUG_LEVEL), to_string(FLAGS_op_debug_level)));
  1014. options.insert(std::pair<string, string>(string(ge::MDL_BANK_PATH_FLAG), FLAGS_mdl_bank_path));
  1015. options.insert(std::pair<string, string>(string(ge::OP_BANK_PATH_FLAG), FLAGS_op_bank_path));
  1016. // set enable scope fusion passes
  1017. SetEnableScopeFusionPasses(FLAGS_enable_scope_fusion_passes);
  1018. // print atc option map
  1019. ge::PrintOptionMap(options, "atc option");
  1020. // When the ATC module is transferred to a model, the suffix ".om" is automatically added to the model name
  1021. FLAGS_output = FLAGS_output + ".om";
  1022. ret = GenerateModel(options, FLAGS_output);
  1023. if (ret != domi::SUCCESS) {
  1024. return domi::FAILED;
  1025. }
  1026. return domi::SUCCESS;
  1027. }
  1028. domi::Status ConvertModelToJson() {
  1029. Status ret = GFlagUtils::CheckConverJsonParamFlags();
  1030. GE_CHK_BOOL_EXEC(ret == domi::SUCCESS, return domi::FAILED, "Check convert json params flags failed!");
  1031. ret = ConvertModelToJson(FLAGS_framework, FLAGS_om, FLAGS_json);
  1032. GE_IF_BOOL_EXEC(ret != domi::SUCCESS, return domi::FAILED);
  1033. return domi::SUCCESS;
  1034. }
  1035. bool CheckRet(domi::Status ret) {
  1036. if (ret != domi::SUCCESS) {
  1037. if (FLAGS_mode == ONLY_PRE_CHECK) {
  1038. GELOGW("ATC precheck failed.");
  1039. } else if (FLAGS_mode == GEN_OM_MODEL) {
  1040. GELOGW("ATC generate offline model failed.");
  1041. } else if (FLAGS_mode == MODEL_TO_JSON) {
  1042. GELOGW("ATC convert model to json file failed.");
  1043. } else if (FLAGS_mode == PBTXT_TO_JSON) {
  1044. GELOGW("ATC convert pbtxt to json file failed.");
  1045. } else {
  1046. return false;
  1047. }
  1048. return false;
  1049. }
  1050. if (FLAGS_mode == ONLY_PRE_CHECK) {
  1051. GELOGI("ATC precheck success.");
  1052. } else if (FLAGS_mode == GEN_OM_MODEL) {
  1053. GELOGI("ATC generate offline model success.");
  1054. } else if (FLAGS_mode == MODEL_TO_JSON) {
  1055. GELOGI("ATC convert model to json file success.");
  1056. } else if (FLAGS_mode == PBTXT_TO_JSON) {
  1057. GELOGI("ATC convert pbtxt to json file success.");
  1058. }
  1059. return true;
  1060. }
  1061. domi::Status ConvertPbtxtToJson() {
  1062. Status ret = GFlagUtils::CheckConverJsonParamFlags();
  1063. if (ret != domi::SUCCESS) {
  1064. GELOGE(ge::FAILED, "Check convert json params flags failed!");
  1065. return domi::FAILED;
  1066. }
  1067. ret = ge::ConvertPbtxtToJson(FLAGS_om.c_str(), FLAGS_json.c_str());
  1068. if (ret != domi::SUCCESS) {
  1069. GELOGE(ge::FAILED, "ConvertPbtxtToJson fail.");
  1070. return domi::FAILED;
  1071. }
  1072. return domi::SUCCESS;
  1073. }
  1074. int init(int argc, char* argv[]) {
  1075. GFlagUtils::InitGFlag(argc, argv);
  1076. // set log level
  1077. int ret = -1;
  1078. const std::set<string> log_level = {"null", "debug", "info", "warning", "error"};
  1079. if (log_level.count(FLAGS_log) == 0) {
  1080. std::cout << "E10010: invalid value for --log:" << FLAGS_log
  1081. <<", only support debug, info, warning, error, null"<< std::endl;
  1082. return ret;
  1083. }
  1084. ret = ge::CheckLogParamValidAndSetLogLevel(FLAGS_log);
  1085. if (ret != 0) {
  1086. return ret;
  1087. }
  1088. std::string path_base = ge::GELib::GetPath();
  1089. ret = ErrorManager::GetInstance().Init(path_base);
  1090. if (ret != 0) {
  1091. DOMI_LOGE("ErrorManager init fail !");
  1092. return ret;
  1093. }
  1094. return 0;
  1095. }
  1096. long GetMemInfo(const std::string &key) {
  1097. std::string file_path = "/proc/meminfo";
  1098. std::ifstream fs(file_path, std::ifstream::in);
  1099. if (!fs.is_open()) {
  1100. GELOGW("Can not open %s .", file_path.c_str());
  1101. return 0;
  1102. }
  1103. std::string line;
  1104. while (getline(fs, line)) { // line not with \n
  1105. if (line.find(key) != std::string::npos) {
  1106. GELOGI("Find mem [%s] info line [%s]", key.c_str(), line.c_str());
  1107. fs.close();
  1108. size_t pos = line.find(":");
  1109. if (pos == std::string::npos) {
  1110. return 0;
  1111. }
  1112. std::string current_mem_info_str = line.substr(pos + 1);
  1113. ge::StringUtils::Trim(current_mem_info_str);
  1114. GELOGI("Find mem [%s] info [%s].", key.c_str(), current_mem_info_str.c_str());
  1115. return stol(current_mem_info_str);
  1116. }
  1117. }
  1118. fs.close(); // close the file
  1119. return 0;
  1120. }
  1121. bool CheckMemInfo() {
  1122. if (FLAGS_auto_tune_mode.empty()) {
  1123. return true;
  1124. }
  1125. // only check current available mem when auto_tune_mode is set.
  1126. long current_mem_available = GetMemInfo("MemAvailable");
  1127. GELOGI("Get mem available [%lu].", current_mem_available);
  1128. std::cout << "Current available mem is " << current_mem_available << "kB." << std::endl;
  1129. if ((current_mem_available > 0) && (current_mem_available < kMinAvailableMem)) {
  1130. GELOGE(ge::PARAM_INVALID, "Current available mem [%lu] can not be smaller than [%lu] .",
  1131. current_mem_available, kMinAvailableMem);
  1132. ErrorManager::GetInstance().ATCReportErrMessage("E10044", {"value", "min_value"},
  1133. {to_string(current_mem_available), to_string(kMinAvailableMem)});
  1134. return false;
  1135. }
  1136. return true;
  1137. }
  1138. int main(int argc, char* argv[]) {
  1139. Status ret = domi::SUCCESS;
  1140. std::cout << "ATC start working now, please wait for a moment." << std::endl;
  1141. // Initialize
  1142. if (init(argc, argv) != 0) {
  1143. std::cout << "ATC run failed, Please check the detail log, Try \'atc --help\' for more information" << std::endl;
  1144. return -1;
  1145. }
  1146. do {
  1147. if (!CheckMemInfo()) {
  1148. GELOGE(ge::PARAM_INVALID, "Current available mem is too small");
  1149. ret = domi::FAILED;
  1150. break;
  1151. }
  1152. if (!FLAGS_singleop.empty()) {
  1153. ret = GenerateSingleOp(FLAGS_singleop);
  1154. break;
  1155. }
  1156. // default mode(mode:0), Open source model to model
  1157. if (GEN_OM_MODEL == FLAGS_mode || ONLY_PRE_CHECK == FLAGS_mode) {
  1158. GE_IF_BOOL_EXEC(GenerateOmModel() != domi::SUCCESS, ret = domi::FAILED; break);
  1159. } else if (MODEL_TO_JSON == FLAGS_mode) { // Mode 1, transfer model to JSON
  1160. GE_CHK_BOOL_EXEC(ConvertModelToJson() == domi::SUCCESS, ret = domi::FAILED;
  1161. break, "ATC ConvertJson execute failed!!");
  1162. } else if (FLAGS_mode == ge::RunMode::PBTXT_TO_JSON) {
  1163. GE_CHK_BOOL_EXEC(ConvertPbtxtToJson() == domi::SUCCESS, ret = domi::FAILED;
  1164. break, "ATC convert pbtxt to json execute failed!!");
  1165. } else {
  1166. ErrorManager::GetInstance().ATCReportErrMessage(
  1167. "E10001", {"parameter", "value", "reason"}, {"--mode", std::to_string(FLAGS_mode), kModeSupport});
  1168. GELOGE(ge::PARAM_INVALID, "Invalid value for --mode[%d], %s.", FLAGS_mode, kModeSupport);
  1169. ret = domi::FAILED;
  1170. break;
  1171. }
  1172. } while (0);
  1173. if (!CheckRet(ret)) {
  1174. std::cout << "ATC run failed, Please check the detail log, Try \'atc --help\' for more information" << std::endl;
  1175. int result = ErrorManager::GetInstance().OutputErrMessage(STDOUT_FILENO);
  1176. if (result != 0) {
  1177. DOMI_LOGE("ErrorManager outputErrMessage fail !");
  1178. }
  1179. GELOGI("Current mem available mem is [%lu]", GetMemInfo("MemAvailable"));
  1180. return ret;
  1181. } else {
  1182. std::cout << "ATC run success, welcome to the next use." << std::endl;
  1183. (void)ErrorManager::GetInstance().OutputMessage(STDOUT_FILENO);
  1184. return 0;
  1185. }
  1186. } /*lint +e530*/

图引擎模块(GE)是MindSpore的一个子模块,其代码由C++实现,位于前端模块ME和底层硬件之间,起到承接作用。图引擎模块以ME下发的图作为输入,然后进行一系列的深度图优化操作,最后输出一张可以在底层硬件上高效运行的图。GE针对昇腾AI处理器的硬件结构特点,做了特定的优化工作,以此来充分发挥出昇腾AI处理器的强大算力。在进行模型训练/推理时,GE会被自动调用而用户并不感知。GE主要由GE API和GE Core两部分组成,详细的架构图如下所示