Home
last modified time | relevance | path

Searched defs:spatial (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/arrays/
Daffine_grid_gpu_kernel.h33 spatial = 2, // 4-D, (N, C, H, W) enumerator
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/kernel/cpu/fp32_grad/
Dbn_grad.cc86 int32_t spatial = input_x->Height() * input_x->Width(); in DoExecute() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/kernel/cpu/fp16_grad/
Dbn_fp16_grad.cc100 int32_t spatial = input_x->Height() * input_x->Width(); in DoExecute() local
/third_party/ffmpeg/libavfilter/
Dvf_hqdn3d.c84 int16_t *spatial, int16_t *temporal, int depth) in denoise_spatial()
128 int16_t *spatial, int16_t *temporal, int depth) in denoise_depth()
/third_party/mesa3d/src/gallium/frontends/vdpau/
Dvdpau_private.h420 bool supported, enabled, spatial; member