Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DBlasKernel.cpp584 auto resVec = j != 0 ? vld1_f16(yf16) : vdup_n_f16(0); in fp16_gemv_notrans_fp16_arith() local
600 auto resVec = j != 0 ? vld1q_f32(sf32) : vdupq_n_f32(0); in fp16_gemv_notrans_fp32_arith() local
/aosp_15_r20/system/netd/server/
H A DXfrmControllerTest.cpp88 ACTION_TEMPLATE(SaveFlattenedIovecs, HAS_1_TEMPLATE_PARAMS(int, N), AND_1_VALUE_PARAMS(resVec)) { in ACTION_TEMPLATE()