Searched refs:iw1 (Results 1 – 6 of 6) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/ |
D | adaptive_avg_pool2d_impl.cu | 42 uint iw1 = end_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() 73 uint iw1 = end_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() 104 uint iw1 = end_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() 135 uint iw1 = end_index(ow, output_width, input_width); in AdaptiveAvgPool2DKernel() local [all …]
|
/third_party/iowow/src/kv/tests/ |
D | iwkv_test4.c | 230 FILE *iw1 = fopen("iwkv_test4_2.db", "rb"); in iwkv_test4_2() local 231 CU_ASSERT_PTR_NOT_NULL_FATAL(iw1); in iwkv_test4_2() 234 int ret = cmp_files(iw1, iw2); in iwkv_test4_2() 236 fclose(iw1); in iwkv_test4_2() 302 FILE *iw1 = fopen("iwkv_test4_1.db", "rb"); in iwkv_test4_1() local 303 CU_ASSERT_PTR_NOT_NULL_FATAL(iw1); in iwkv_test4_1() 306 int ret = cmp_files(iw1, iw2); in iwkv_test4_1() 308 fclose(iw1); in iwkv_test4_1()
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_bc_decoder.cpp | 315 ALU_WORD1_LDS_IDX_OP_EGCM iw1(dw1); in decode_alu() local 327 bc.bank_swizzle = iw1.get_BANK_SWIZZLE(); in decode_alu() 328 bc.src[2].chan = iw1.get_SRC2_CHAN(); in decode_alu() 329 bc.src[2].sel = iw1.get_SRC2_SEL(); in decode_alu() 330 bc.src[2].rel = iw1.get_SRC2_REL(); in decode_alu() 331 bc.dst_chan = iw1.get_DST_CHAN(); in decode_alu() 334 if (((r600_alu_op_table[k].opcode[1] >> 8) & 0xff) == iw1.get_LDS_OP()) { in decode_alu() 343 (iw1.get_IDX_OFFSET_1() << 1) | in decode_alu() 344 (iw1.get_IDX_OFFSET_0() << 0) | in decode_alu() 345 (iw1.get_IDX_OFFSET_2() << 2) | in decode_alu() [all …]
|
/third_party/ffmpeg/libavfilter/ |
D | vf_vectorscope.c | 476 const int iw1 = i * slinesizex; in vectorscope16() local 480 const int x = FFMIN(spx[iw1 + j], max); in vectorscope16() 496 const int iw1 = i * slinesizex; in vectorscope16() local 500 const int x = FFMIN(spx[iw1 + j], max); in vectorscope16() 518 const int iw1 = i * slinesizex; in vectorscope16() local 522 const int x = FFMIN(spx[iw1 + j], max); in vectorscope16() 672 const int iw1 = i * slinesizex; in vectorscope8() local 676 const int x = spx[iw1 + j]; in vectorscope8() 692 const int iw1 = i * slinesizex; in vectorscope8() local 696 const int x = spx[iw1 + j]; in vectorscope8() [all …]
|
/third_party/mindspore/mindspore/lite/src/runtime/kernel/opencl/cl/ |
D | conv2d.cl | 352 int iw1 = (ow1 < OW) ? kw * dilationW + ow1 * strideW - padLeft : -2; 354 int x_idx1 = iw1 * CI_SLICES; 478 int iw1 = (ow1 < OW) ? kw * dilationW + ow1 * strideW - padLeft : -2; 480 int x_idx1 = iw1 * CI_SLICES; 656 int iw1 = (ow1 < OW) ? kw * dilationW + ow1 * strideW - padLeft : -2; 658 int x_idx1 = iw1 * CI_SLICES; 1091 int iw1 = (ow1 < OW) ? ow1 * strideW - padLeft : -2; 1093 int x_idx1 = iw1 * CI_SLICES; 1209 int iw1 = (ow1 < OW) ? ow1 * strideW - padLeft : -2; 1211 int x_idx1 = iw1 * CI_SLICES; [all …]
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/ |
D | noise.inl | 223 tvec4<T, P> iw1(Pi1.w); local 229 tvec4<T, P> ixy01 = detail::permute(ixy0 + iw1); 231 tvec4<T, P> ixy11 = detail::permute(ixy1 + iw1); 470 tvec4<T, P> iw1(Pi1.w); local 476 tvec4<T, P> ixy01 = detail::permute(ixy0 + iw1); 478 tvec4<T, P> ixy11 = detail::permute(ixy1 + iw1);
|