Searched refs:ComputeInterpolationWeights (Results 1 – 3 of 3) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/ |
D | resize_bilinear_cpu_kernel.cc | 117 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/ |
D | common_utils.h | 117 void ComputeInterpolationWeights(const size_t out_size, const size_t in_size, const float scale,
|
D | common_utils.cc | 897 void ComputeInterpolationWeights(const size_t out_size, const size_t in_size, const float scale, in ComputeInterpolationWeights() function
|