This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
zzy34407230
/
mindspore2022
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
22
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
!32763
add lerp kernerl base class cpu implement to DeprecatedNativeCpuKernelMod
Merge pull request
!32763
from zhuzhongrui/pub_master
pull/1/head
i-robot
Gitee
4 years ago
parent
c6884369e0
6b8d7c3157
commit
3f7879a2e3
No known key found for this signature in database
GPG Key ID:
173E9B9CA92EEF8F
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mindspore/ccsrc/plugin/device/cpu/kernel/lerp_cpu_kernel.h
+ 1
- 1
mindspore/ccsrc/plugin/device/cpu/kernel/lerp_cpu_kernel.h
View File
@@ -23,7 +23,7 @@
#include "plugin/factory/ms_factory.h"
namespace mindspore {
namespace kernel {
class LerpCpuKernelMod : public NativeCpuKernelMod {
class LerpCpuKernelMod : public
Deprecated
NativeCpuKernelMod {
public:
LerpCpuKernelMod() = default;
explicit LerpCpuKernelMod(const std::string &kernel_type) : kernel_type_(kernel_type) {}
Write
Preview
Loading…
Cancel
Save