Home
last modified time | relevance | path

Searched refs:ComputeInterpolationWeights (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Dresize_bilinear_cpu_kernel.cc117 ComputeInterpolationWeights(out_height, in_height, height_scale, ys.data()); in LaunchKernel()
118 ComputeInterpolationWeights(out_width, in_width, width_scale, xs.data()); in LaunchKernel()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/
Dcommon_utils.h117 void ComputeInterpolationWeights(const size_t out_size, const size_t in_size, const float scale,
Dcommon_utils.cc897 void ComputeInterpolationWeights(const size_t out_size, const size_t in_size, const float scale, in ComputeInterpolationWeights() function