!39750 [MS]remove smooth_l1_loss fp16 cpu

Merge pull request !39750 from mengyuanli/fix_bug_smooth_l1_loss
This commit is contained in:
i-robot 2022-08-05 06:27:52 +00:00 committed by Gitee
commit 02fc40a635
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 0 additions and 1 deletions

View File

@ -148,7 +148,6 @@ int SmoothL1LossCpuKernelMod::Resize(const BaseOperatorPtr &base_operator, const
const std::vector<std::pair<KernelAttr, SmoothL1LossCpuKernelMod::KernelRunFunc>>
&SmoothL1LossCpuKernelMod::GetFuncList() const {
static const std::vector<std::pair<KernelAttr, SmoothL1LossCpuKernelMod::KernelRunFunc>> func_list = {
{SMOOTH_L1_LOSS_CPU_REG(kNumberTypeFloat16, float16)},
{SMOOTH_L1_LOSS_CPU_REG(kNumberTypeFloat32, float)},
{SMOOTH_L1_LOSS_CPU_REG(kNumberTypeFloat64, double)},
};