This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Huawei_Technology
/
mindspore
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
13
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
add reg for fp16 pad to save time for ml_object_detect
tags/v1.1.0
zhaozhenlong
5 years ago
parent
701f07401b
commit
4dcaae9706
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
mindspore/lite/src/runtime/kernel/arm/fp16/pad_fp16.cc
+ 1
- 0
mindspore/lite/src/runtime/kernel/arm/fp16/pad_fp16.cc
View File
@@ -110,4 +110,5 @@ kernel::LiteKernel *CpuPadFp16KernelCreator(const std::vector<lite::Tensor *> &i
}
return kernel;
}
REG_KERNEL(kCPU, kNumberTypeFloat16, PrimitiveType_Pad, CpuPadFp16KernelCreator)
} // namespace mindspore::kernel
Write
Preview
Loading…
Cancel
Save