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.

Makefile 270 B

123456
  1. inc_path := $(shell pwd)/inc/external/
  2. out_path := $(shell pwd)/out/graph/lib64/stub/
  3. stub_path := $(shell pwd)/common/graph/stub/
  4. mkdir_stub := $(shell mkdir -p $(out_path))
  5. graph_local_stub := $(shell $(HI_PYTHON) $(stub_path)/gen_stubapi.py $(inc_path) $(out_path))

Ascend CANN Parser(简称parser)配合TF_Adapter、 ATC工具、IR构图等使用,开发者通过以上工具,借助parser能方便地将第三方框架的算法表示转换成Ascend IR,充分利用昇腾AI处理器卓越的运算能力