Searched full:unbind_copy (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/executorch/kernels/portable/cpu/ |
H A D | op_unbind_copy.cpp | 23 * unbind_copy.int_out(Tensor input, int dim=0, *, Tensor(a!)[] out) -> () 58 Bool, in_type, ctx, "unbind_copy.int_out", CTYPE_IN, [&]() { in unbind_copy_int_out() 60 Bool, out_type, ctx, "unbind_copy.int_out", CTYPE_OUT, [&]() { in unbind_copy_int_out()
|
/aosp_15_r20/external/pytorch/test/ |
H A D | test_functionalization.py | 1061 unbind_copy = torch.ops.aten.unbind_copy.int(transpose_copy); transpose_copy = None 1062 getitem = unbind_copy[0] 1063 getitem_1 = unbind_copy[1]; unbind_copy = getitem_1 = None 1069 unbind_copy_1 = torch.ops.aten.unbind_copy.int(transpose_copy_3); transpose_copy_3 = None
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | ts_native_functions.yaml | 157 #- unbind_copy.int
|
H A D | native_functions.yaml | 14589 - func: unbind_copy.int(Tensor self, int dim=0) -> Tensor[] 14595 - func: unbind_copy.int_out(Tensor self, int dim=0, *, Tensor(a!)[] out) -> ()
|
/aosp_15_r20/external/executorch/kernels/aten/ |
H A D | functions.yaml | 398 - op: unbind_copy.int_out
|
/aosp_15_r20/external/pytorch/test/expect/ |
H A D | HasDecompTest.test_has_decomposition.expect | 1308 aten::unbind_copy.int 1309 aten::unbind_copy.int_out
|
/aosp_15_r20/external/pytorch/test/edge/ |
H A D | selected_operators.yaml | 410 aten::unbind_copy.int_out:
|
/aosp_15_r20/external/executorch/kernels/portable/ |
H A D | functions.yaml | 905 - op: unbind_copy.int_out
|
/aosp_15_r20/external/executorch/exir/dialects/edge/op/ |
H A D | sample_input.py | 1213 "unbind_copy.int": { # (Tensor self, int dim=0) -> Tensor[]
|
/aosp_15_r20/external/executorch/exir/dialects/edge/ |
H A D | edge.yaml | 7071 - func: aten::unbind_copy.int 7073 inherits: aten::unbind_copy.int
|
/aosp_15_r20/external/pytorch/torch/_dynamo/ |
H A D | trace_rules.py | 2177 "torch.unbind_copy",
|
/aosp_15_r20/external/pytorch/torch/ |
H A D | overrides.py | 1290 torch.unbind_copy: lambda self, dim=0: -1,
|
H A D | _torch_docs.py | 13943 torch.unbind_copy,
|