Home
last modified time | relevance | path

Searched defs:patch_stride (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/
Dextract_image_patches_impl.cu26int64_t patch_stride, int64_t other_stride, int64_t input_row_size, in ExtractImagePatches()
66int64_t patch_stride, int64_t other_stride, int64_t input_row_size, in CalExtractImagePatchesNHWC()
Dextract_volume_patches_impl.cu23 … int64_t d_stride, int64_t h_stride, int64_t w_stride, int64_t patch_stride, in ExtractVolumePatches()
81 … int64_t d_stride, int64_t h_stride, int64_t w_stride, int64_t patch_stride, in CalExtractVolumePatches()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_nir_lower_tess.c388 nir_def *patch_stride = nir_load_hs_patch_stride_ir3(b); in build_per_vertex_offset() local
466 const uint32_t patch_stride = 1 + inner_levels + outer_levels; in build_tessfactor_base() local