!32763 add lerp kernerl base class cpu implement to DeprecatedNativeCpuKernelMod

Merge pull request !32763 from zhuzhongrui/pub_master
This commit is contained in:
i-robot 2022-04-09 08:13:54 +00:00 committed by Gitee
commit 3f7879a2e3
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
#include "plugin/factory/ms_factory.h"
namespace mindspore {
namespace kernel {
class LerpCpuKernelMod : public NativeCpuKernelMod {
class LerpCpuKernelMod : public DeprecatedNativeCpuKernelMod {
public:
LerpCpuKernelMod() = default;
explicit LerpCpuKernelMod(const std::string &kernel_type) : kernel_type_(kernel_type) {}