Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Dresize_bilinear_cpu_kernel.cc115 std::vector<CachedInterpolation> ys(out_height + 1); in LaunchKernel()
116 std::vector<CachedInterpolation> xs(out_width + 1); in LaunchKernel()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/
Dcommon_utils.h111 struct CachedInterpolation { struct
118 CachedInterpolation *interpolation); argument
Dcommon_utils.cc898 CachedInterpolation *interpolation) { in ComputeInterpolationWeights()