This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
hummingbird
/
graphengine
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
13
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
modify repass max time limit protect
tags/v1.1.0
wangxiaotian22
4 years ago
parent
9ba2dc80f0
commit
ada81436ec
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
ge/graph/passes/base_pass.cc
+ 1
- 1
ge/graph/passes/base_pass.cc
View File
@@ -26,7 +26,7 @@
namespace ge {
namespace {
constexpr int kMaxRePassTimes = 1000;
constexpr int kMaxRePassTimes = 1000
0
;
constexpr size_t kMaxOneInNodes = 1000;
// Each iteration, we take about 0.3k memory on the stack, we should change the recursion to loop later
constexpr int kMaxRecursiveDepth = 20;
Write
Preview
Loading…
Cancel
Save