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
sdsd
tags/v1.3.0
zk
3 years ago
parent
592a31288f
commit
d3581c89ea
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
ge/common/formats/format_transfers/format_transfer_fractal_z.cc
+ 1
- 1
ge/common/formats/format_transfers/format_transfer_fractal_z.cc
View File
@@ -339,7 +339,7 @@ Status TransFormatHwcnToFzWithGroups(const TransArgs &args, TransResult &result,
}
result.data = dst;
result.length = static_cast<size_t>(size_output_data);
for (
in
t i = 0; i < ((result.length) / 2); ++i) {
for (
size_
t i = 0; i < ((result.length) / 2); ++i) {
if((i+1)%16 == 0){
std::cout<<std::endl;
}
Write
Preview
Loading…
Cancel
Save