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: Report correct length in `SharedMemSample`
tags/v0.2.0-candidate
Philipp Oppermann
3 years ago
parent
a24d7828e9
commit
0e95b0868a
Failed to extract signature
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
binaries/daemon/src/shared_mem_handler.rs
+ 1
- 1
binaries/daemon/src/shared_mem_handler.rs
View File
@@ -220,7 +220,7 @@ impl SharedMemSample {
}
pub fn len(&self) -> usize {
self.
shared_memory.0.
len
()
self.len
}
}
Write
Preview
Loading…
Cancel
Save