Home
last modified time | relevance | path

Searched defs:scale_h (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/nn/
Dupsample_nearest3d_gpu_kernel.cc87 …const float scale_h = ComputeScales<float>(scales_[kIndex1], input_shape_[kIndex3], output_shape_[… in LaunchKernel() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/kernel/opencl/kernel/
Dresize.cc103 float scale_h = getResizeScaleFactor(in_tensors_[0]->shape()[1], out_tensors_[0]->shape()[1]); in SetConstArgs() local
/third_party/ffmpeg/libavcodec/
Dgdv.c40 unsigned scale_h, scale_v; member
132 static void rescale(GDVContext *gdv, uint8_t *dst, int w, int h, int scale_v, int scale_h) in rescale()
Dpixlet.c439 int64_t scale_h = scaling_h[i]; in reconstruction() local