forked from mindspore-Ecosystem/mindspore
!39750 [MS]remove smooth_l1_loss fp16 cpu
Merge pull request !39750 from mengyuanli/fix_bug_smooth_l1_loss
This commit is contained in:
commit
02fc40a635
|
@ -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)},
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue