Home
last modified time | relevance | path

Searched refs:repeat_tensor (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/executorch/kernels/portable/cpu/util/
H A Drepeat_util.h25 Error repeat_tensor(
H A Drepeat_util.cpp168 Error repeat_tensor( in repeat_tensor() function
H A Dbroadcast_util.cpp202 repeat_tensor(broadcast_from, makeArrayRef(repeats, ndim), out) == in broadcast_tensor()
/aosp_15_r20/external/executorch/kernels/portable/cpu/
H A Dop_repeat.cpp80 repeat_tensor(self, repeats, out) == Error::Ok, in repeat_out()
H A Dop_expand_copy.cpp99 repeat_tensor(self, {repeats, repeats_size}, out) == Error::Ok, in expand_copy_out()