Searched refs:repeat_tensor (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/executorch/kernels/portable/cpu/util/ |
H A D | repeat_util.h | 25 Error repeat_tensor(
|
H A D | repeat_util.cpp | 168 Error repeat_tensor( in repeat_tensor() function
|
H A D | broadcast_util.cpp | 202 repeat_tensor(broadcast_from, makeArrayRef(repeats, ndim), out) == in broadcast_tensor()
|
/aosp_15_r20/external/executorch/kernels/portable/cpu/ |
H A D | op_repeat.cpp | 80 repeat_tensor(self, repeats, out) == Error::Ok, in repeat_out()
|
H A D | op_expand_copy.cpp | 99 repeat_tensor(self, {repeats, repeats_size}, out) == Error::Ok, in expand_copy_out()
|