Home
last modified time | relevance | path

Searched refs:ScaleGrid (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/
Dcommon_utils.h108 float ScaleGrid(const int x, const float scale);
Dcommon_utils.cc895 float ScaleGrid(const int x, const float scale) { return static_cast<float>(x) * scale; } in ScaleGrid() function
902 const float in = ScaleGrid(i, scale); in ComputeInterpolationWeights()