xref: /aosp_15_r20/external/executorch/runtime/kernel/test/functions.yaml (revision 523fa7a60841cd1ecfb9cc4201f1ca8b03ed023a)
1# Copyright (c) Meta Platforms, Inc. and affiliates.
2
3- func: add.out(Tensor self, Tensor other, *, Scalar alpha=1, Tensor(a!) out) -> Tensor(a!)
4  type_alias:
5    T0: [Double]
6  dim_order_alias:
7    D0: [0, 1, 2, 3]
8  kernels:
9    - arg_meta:
10        self: [T0, D0]
11        other: [T0 , D0]
12        out: [T0, D0]
13      kernel_name: torch::executor::add_out
14