|
|
@ -60,9 +60,17 @@ MS_REG_CPU_KERNEL(ResizeNearestNeighborGrad,
|
|
|
|
KernelAttr().AddInputAttr(kNumberTypeFloat32).AddOutputAttr(kNumberTypeFloat32),
|
|
|
|
KernelAttr().AddInputAttr(kNumberTypeFloat32).AddOutputAttr(kNumberTypeFloat32),
|
|
|
|
ResizeNearestNeighborGradCPUKernel);
|
|
|
|
ResizeNearestNeighborGradCPUKernel);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
MS_REG_CPU_KERNEL(ResizeNearestNeighborGrad,
|
|
|
|
|
|
|
|
KernelAttr().AddInputAttr(kNumberTypeFloat64).AddOutputAttr(kNumberTypeFloat64),
|
|
|
|
|
|
|
|
ResizeNearestNeighborGradCPUKernel);
|
|
|
|
|
|
|
|
|
|
|
|
MS_REG_CPU_KERNEL(ResizeNearestNeighborGrad,
|
|
|
|
MS_REG_CPU_KERNEL(ResizeNearestNeighborGrad,
|
|
|
|
KernelAttr().AddInputAttr(kNumberTypeInt32).AddOutputAttr(kNumberTypeInt32),
|
|
|
|
KernelAttr().AddInputAttr(kNumberTypeInt32).AddOutputAttr(kNumberTypeInt32),
|
|
|
|
ResizeNearestNeighborGradCPUKernel);
|
|
|
|
ResizeNearestNeighborGradCPUKernel);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
MS_REG_CPU_KERNEL(ResizeNearestNeighborGrad,
|
|
|
|
|
|
|
|
KernelAttr().AddInputAttr(kNumberTypeInt64).AddOutputAttr(kNumberTypeInt64),
|
|
|
|
|
|
|
|
ResizeNearestNeighborGradCPUKernel);
|
|
|
|
} // namespace kernel
|
|
|
|
} // namespace kernel
|
|
|
|
} // namespace mindspore
|
|
|
|
} // namespace mindspore
|
|
|
|
#endif // MINDSPORE_CCSRC_BACKEND_KERNEL_COMPILER_CPU_RESIZE_NEAREST_NEIGHBOR_GRAD_CPU_KERNEL_H_
|
|
|
|
#endif // MINDSPORE_CCSRC_BACKEND_KERNEL_COMPILER_CPU_RESIZE_NEAREST_NEIGHBOR_GRAD_CPU_KERNEL_H_
|
|
|
|