Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dextract_image_patches_impl.cu20 __global__ void ExtractImagePatches(size_t output_size, int64_t stride_row, int64_t stride_col, int… in ExtractImagePatches() function
/third_party/mindspore/mindspore/ops/operations/
D_inner_ops.py30 class ExtractImagePatches(PrimitiveWithInfer): class