Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/tests/
Dhelpers.h116 uint32_t patch_size; variable
/third_party/ffmpeg/libavfilter/
Dvf_nlmeans_opencl.c67 int patch_size; member
Dvf_nlmeans.c52 int patch_size, patch_hsize; // patch size and half size member
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/
Dimage_utils.cc1510 … std::shared_ptr<std::pair<int32_t, int32_t>> *patch_size, int32_t num_height, int32_t num_width, in ComputePatchSize() argument
1553 auto patch_size = std::make_shared<std::pair<int32_t, int32_t>>(0, 0); in SlicePatches() local