This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
parser
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
cleancode
pull/636/head
songmingyang
3 years ago
parent
77cf3f771c
commit
5d7ef42e07
2 changed files
with
1 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
parser/common/thread_pool.h
+1
-1
parser/common/types_map.h
+ 0
- 2
parser/common/thread_pool.h
View File
@@ -25,13 +25,11 @@
#include <queue>
#include <stdexcept>
#include <thread>
//#include <utility>
#include <vector>
#include "framework/common/debug/ge_log.h"
#include "framework/common/ge_inner_error_codes.h"
#include "external/ge/ge_api_error_codes.h"
//#include "graph/types.h"
#include "parser/common/acl_graph_parser_util.h"
namespace ge {
+ 1
- 1
parser/common/types_map.h
View File
@@ -1,5 +1,5 @@
/**
* Copyright
2020 Huawei Technologies Co., Ltd
* Copyright
(c) Huawei Technologies Co., Ltd. 2022. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Write
Preview
Loading…
Cancel
Save