Home
last modified time | relevance | path

Searched defs:ExtractImagePatches (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/
Dextract_image_patches_impl.cu24 __global__ void ExtractImagePatches(size_t output_size, int64_t stride_row, int64_t stride_col, int… in ExtractImagePatches() function
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/auto_generate/
Dgen_lite_ops.h881 ExtractImagePatches() : BaseOperator(kNameExtractImagePatches) {} in ExtractImagePatches() function