Searched full:intlist_out (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/executorch/kernels/portable/cpu/ |
H A D | op_sum.cpp | 47 Bool, in.scalar_type(), ctx, "sum.IntList_out", CTYPE_IN, [&] { in sum_dim_out() 49 Bool, out.scalar_type(), ctx, "sum.IntList_out", CTYPE_OUT, [&] { in sum_dim_out()
|
/aosp_15_r20/external/executorch/kernels/aten/ |
H A D | functions.yaml | 382 - op: sum.IntList_out
|
/aosp_15_r20/external/pytorch/test/edge/ |
H A D | selected_operators.yaml | 386 aten::sum.IntList_out:
|
/aosp_15_r20/external/pytorch/test/expect/ |
H A D | HasDecompTest.test_aten_core_operators.expect | 494 aten::sum.IntList_out
|
/aosp_15_r20/external/executorch/kernels/portable/ |
H A D | functions.yaml | 865 - op: sum.IntList_out
|
/aosp_15_r20/external/pytorch/torch/testing/_internal/opinfo/definitions/ |
H A D | sparse.py | 380 …# NotImplementedError: Could not run 'aten::sum.IntList_out' with arguments from the 'SparseCsrCPU…
|
/aosp_15_r20/external/pytorch/aten/src/ATen/core/ |
H A D | NamedRegistrations.cpp | 466 m.impl("sum.IntList_out", CppFunction::makeFallthrough()); in TORCH_LIBRARY_IMPL()
|
/aosp_15_r20/external/pytorch/torch/_decomp/ |
H A D | decompositions.py | 4989 return aten.sum.IntList_out(self, [], dtype=dtype, out=out)
|
/aosp_15_r20/external/pytorch/torch/_refs/ |
H A D | __init__.py | 2264 @register_decomposition([aten.sum.dim_IntList, aten.sum.IntList_out])
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | native_functions.yaml | 5729 structured_delegate: sum.IntList_out 5742 - func: sum.IntList_out(Tensor self, int[1]? dim, bool keepdim=False, *, ScalarType? dtype=None, Te…
|