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
Update mod.rs
add an attribute that disables the dead_code lint
tags/v0.2.4-rc
navy
GitHub
2 years ago
parent
0b5d9e402f
commit
5f64bd2be6
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
binaries/runtime/src/operator/mod.rs
+ 1
- 0
binaries/runtime/src/operator/mod.rs
View File
@@ -67,6 +67,7 @@ pub fn run_operator(
}
#[derive(Debug)]
#[allow(dead_code)]
pub enum OperatorEvent {
AllocateOutputSample {
len: usize,
Write
Preview
Loading…
Cancel
Save