Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/kernels/portable/cpu/util/
H A Ddistance_util.h34 const CTYPE* row_i = in_data + i * m; in pdist() local
/aosp_15_r20/external/executorch/kernels/portable/cpu/
H A Dop_cdist_forward.cpp87 const CTYPE* row_i = x1_data + x1_base_ix + i * M; in cdist() local