This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
dora-rs
/
dora
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
124
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Fix `x86` pip release by type hinting integer
tags/v0.3.0-rc2
haixuanTao
2 years ago
parent
621b45f76a
commit
4cd9b4d71e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
apis/rust/node/src/node/mod.rs
+ 1
- 1
apis/rust/node/src/node/mod.rs
View File
@@ -257,7 +257,7 @@ impl DoraNode {
len: data_len,
}
} else {
avec![0; data_len].into()
avec![0
u8
; data_len].into()
};
Ok(data)
Write
Preview
Loading…
Cancel
Save