Searched refs:iw0 (Results 1 – 5 of 5) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/ |
D | adaptive_avg_pool2d_impl.cu | 41 uint iw0 = start_index(ow, output_width, input_width); in AdaptiveAvgPool2DKernel() local 43 uint kw = iw1 - iw0; in AdaptiveAvgPool2DKernel() 48 for (uint iw = iw0; iw < iw1; iw++) { in AdaptiveAvgPool2DKernel() 72 uint iw0 = start_index(ow, output_width, input_width); in AdaptiveAvgPool2DKernel() local 74 uint kw = iw1 - iw0; in AdaptiveAvgPool2DKernel() 79 for (uint iw = iw0; iw < iw1; iw++) { in AdaptiveAvgPool2DKernel() 103 uint iw0 = start_index(ow, output_width, input_width); in AdaptiveAvgPool2DKernel() local 105 uint kw = iw1 - iw0; in AdaptiveAvgPool2DKernel() 110 for (uint iw = iw0; iw < iw1; iw++) { in AdaptiveAvgPool2DKernel() 134 uint iw0 = start_index(ow, output_width, input_width); in AdaptiveAvgPool2DKernel() local [all …]
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_bc_decoder.cpp | 314 ALU_WORD0_LDS_IDX_OP_EGCM iw0(dw0); in decode_alu() local 316 bc.index_mode = iw0.get_INDEX_MODE(); in decode_alu() 317 bc.last = iw0.get_LAST(); in decode_alu() 318 bc.pred_sel = iw0.get_PRED_SEL(); in decode_alu() 319 bc.src[0].chan = iw0.get_SRC0_CHAN(); in decode_alu() 320 bc.src[0].sel = iw0.get_SRC0_SEL(); in decode_alu() 321 bc.src[0].rel = iw0.get_SRC0_REL(); in decode_alu() 323 bc.src[1].chan = iw0.get_SRC1_CHAN(); in decode_alu() 324 bc.src[1].sel = iw0.get_SRC1_SEL(); in decode_alu() 325 bc.src[1].rel = iw0.get_SRC1_REL(); in decode_alu() [all …]
|
/third_party/mindspore/mindspore/lite/src/runtime/kernel/opencl/cl/ |
D | conv2d.cl | 74 int iw0 = kw * dilationW + ow0 * strideW - padLeft; 75 int x_idx0 = iw0 * CI_SLICES; 142 int iw0 = kw * dilationW + ow0 * strideW - padLeft; 143 int x_idx0 = iw0 * CI_SLICES; 230 int iw0 = kw * dilationW + ow0 * strideW - padLeft; 231 int x_idx0 = iw0 * CI_SLICES; 351 int iw0 = kw * dilationW + ow0 * strideW - padLeft; 353 int x_idx0 = iw0 * CI_SLICES; 477 int iw0 = kw * dilationW + ow0 * strideW - padLeft; 479 int x_idx0 = iw0 * CI_SLICES; [all …]
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/ |
D | noise.inl | 222 tvec4<T, P> iw0(Pi0.w); local 228 tvec4<T, P> ixy00 = detail::permute(ixy0 + iw0); 230 tvec4<T, P> ixy10 = detail::permute(ixy1 + iw0); 469 tvec4<T, P> iw0(Pi0.w); local 475 tvec4<T, P> ixy00 = detail::permute(ixy0 + iw0); 477 tvec4<T, P> ixy10 = detail::permute(ixy1 + iw0);
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 191021 zH*gB;q8cTTT?rlUDrR!TLQi{&Pr0xYM`+I6LQnXMLx>TVf^JT5_LkreAvc5&2)iw0
|