We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03efc32 commit 5ac4a3cCopy full SHA for 5ac4a3c
kernels/portable/cpu/op_unfold_copy.cpp
@@ -11,7 +11,7 @@ using Tensor = executorch::aten::Tensor;
11
12
// unfold_copy(Tensor self, int dimension, int size, int step, *, Tensor(a!)
13
// out) -> Tensor(a!)
14
-Tensor unfold_copy_out(
+Tensor& unfold_copy_out(
15
KernelRuntimeContext& ctx,
16
const Tensor& self,
17
int64_t dim,
0 commit comments