Browse Source

Profiling remove ge_prof.h

pull/135/head
taoxiangdong 5 years ago
parent
commit
44b080a252
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      parser/stub/gen_stubapi.py

+ 1
- 1
parser/stub/gen_stubapi.py View File

@@ -71,7 +71,7 @@ max_code_len_per_line = 100
when DEBUG on
"""
white_list_for_debug = ["attr_value.h", "operator.h", "tensor.h", "graph.h", "operator_factory.h",
"ge_ir_build.h", "ge_api.h", "ge_prof.h", "tensorflow_parser.h", "caffe_parser.h"]
"ge_ir_build.h", "ge_api.h", "tensorflow_parser.h", "caffe_parser.h"]
include_dir_key_words = ["ge", "graph", "parser"]
DEBUG = True



Loading…
Cancel
Save