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/ |
| D | extract_image_patches_impl.cu | 26 … int64_t patch_stride, int64_t other_stride, int64_t input_row_size, in ExtractImagePatches() 66 … int64_t patch_stride, int64_t other_stride, int64_t input_row_size, in CalExtractImagePatchesNHWC()
|
| D | extract_volume_patches_impl.cu | 23 … 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/ |
| D | ir3_nir_lower_tess.c | 388 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
|