/aosp_15_r20/external/executorch/backends/arm/test/ops/ |
H A D | test_select.py | 39 return torch.select_copy(x, dim=dim, index=index) 155 self.SelectCopy(), test_data, export_target="torch.ops.aten.select_copy.int" 167 self.SelectCopy(), test_data, export_target="torch.ops.aten.select_copy.int" 179 self.SelectCopy(), test_data, export_target="torch.ops.aten.select_copy.int" 191 self.SelectCopy(), test_data, export_target="torch.ops.aten.select_copy.int"
|
/aosp_15_r20/external/executorch/backends/cadence/aot/tests/ |
H A D | test_remove_ops_passes.py | 386 count_node(graph_module, exir_ops.edge.aten.select_copy.int), 1 391 count_node(graph_module, exir_ops.edge.aten.select_copy.int), 0 406 count_node(graph_module, exir_ops.edge.aten.select_copy.int), 1 411 count_node(graph_module, exir_ops.edge.aten.select_copy.int), 0 426 count_node(graph_module, exir_ops.edge.aten.select_copy.int), 1 431 count_node(graph_module, exir_ops.edge.aten.select_copy.int), 0 446 count_node(graph_module, exir_ops.edge.aten.select_copy.int), 1 451 count_node(graph_module, exir_ops.edge.aten.select_copy.int), 0
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/unordered/test/unordered/ |
D | copy_tests.cpp | 163 test::cxx11_allocator<test::object, test::select_copy> >* 166 test::cxx11_allocator<test::object, test::select_copy> >* 169 test::cxx11_allocator<test::object, test::select_copy> >* 172 test::equal_to, test::cxx11_allocator<test::object, test::select_copy> >*
|
/aosp_15_r20/external/pytorch/test/ |
H A D | test_functionalization.py | 1004 select_copy = torch.ops.aten.select_copy.int(transpose_copy, 0, 0); transpose_copy = None 1005 add = torch.ops.aten.add.Tensor(select_copy, ones); select_copy = ones = None 1010 …select_copy_1 = torch.ops.aten.select_copy.int(transpose_copy_3, 0, 0); transpose_copy_3 = select… 1303 … select_copy = torch.ops.aten.select_copy.int(view_copy_1, 0, 0); view_copy_1 = select_copy = None 1307 select_copy_1 = torch.ops.aten.select_copy.int(view_copy_10, 0, 0); view_copy_10 = None 1884 select_copy = torch.ops.aten.select_copy.int(zeros, 0, 5) 1885 fill = torch.ops.aten.fill.Scalar(select_copy, 1); select_copy = None 1887 select_copy_1 = torch.ops.aten.select_copy.int(select_scatter, 0, 5); select_copy_1 = None
|
/aosp_15_r20/external/executorch/backends/cadence/aot/ |
H A D | reorder_ops.py | 44 torch.ops.aten.select_copy, 55 exir_ops.edge.aten.select_copy, 61 torch.ops.aten.select_copy, 63 exir_ops.edge.aten.select_copy, 558 exir_ops.edge.aten.select_copy,
|
H A D | remove_ops.py | 303 exir_ops.edge.aten.select_copy.int, 323 if sel_node.target != exir_ops.edge.aten.select_copy.int:
|
/aosp_15_r20/external/executorch/backends/arm/operators/ |
H A D | op_select.py | 25 target = "aten.select_copy.int" 47 # For aten.select_copy, the output will be rank[input_shape - 1]
|
/aosp_15_r20/external/executorch/backends/vulkan/_passes/ |
H A D | remove_local_scalar_dense_ops.py | 23 and node.target == exir_ops.edge.aten.select_copy.int 71 and replace_node.target == exir_ops.edge.aten.select_copy.int
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/sparse/ |
H A D | SparseCsrTensor.cpp | 49 #include <ATen/ops/select_copy.h> 969 constexpr const char* select_name = (require_view ? "select()" : "select_copy()"); in select_sparse_csr_worker() 993 return at::select_copy(self, dim, index); in select_sparse_csr_worker() 1114 computing the result of torch.select_copy(input, dim, in select_sparse_csr_worker() 1223 ": no view exists for the given input, consider using torch.select_copy."); in select_sparse_csr_worker()
|
/aosp_15_r20/external/executorch/backends/qualcomm/builders/ |
H A D | op_select_copy.py | 21 target = ["aten.select_copy.int", "aten.select.int"]
|
/aosp_15_r20/external/executorch/backends/arm/quantizer/quantization_annotation/ |
H A D | generic_annotator.py | 45 torch.ops.aten.select_copy.int,
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | ts_native_functions.yaml | 150 - select_copy.int
|
/aosp_15_r20/external/executorch/backends/arm/operator_support/ |
H A D | tosa_supported_operators.py | 101 exir_ops.edge.aten.select_copy.int,
|
/aosp_15_r20/external/executorch/backends/vulkan/runtime/graph/ops/impl/ |
H A D | Select.cpp | 132 VK_REGISTER_OP(aten.select_copy.int, select_int);
|
/aosp_15_r20/external/executorch/backends/vulkan/partitioner/ |
H A D | supported_ops.py | 116 exir_ops.edge.aten.select_copy.int,
|
H A D | vulkan_partitioner.py | 195 if node.target == exir_ops.edge.aten.select_copy.int:
|
/aosp_15_r20/external/executorch/exir/emit/ |
H A D | _emitter.py | 722 name="aten::select_copy", 773 # update the select_copy kernel call to output to those id's. 818 # not jump back to the select_copy instruction that we generated at the beginning of this
|
/aosp_15_r20/external/executorch/kernels/aten/ |
H A D | functions.yaml | 344 - op: select_copy.int_out
|
/aosp_15_r20/external/pytorch/test/expect/ |
H A D | HasDecompTest.test_has_decomposition.expect | 1145 aten::select_copy.int 1146 aten::select_copy.int_out
|
/aosp_15_r20/external/executorch/backends/apple/mps/operators/ |
H A D | shape_ops.py | 149 target = "aten.select_copy.int"
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/unordered/test/objects/ |
D | cxx11_allocator.hpp | 41 struct select_copy : allocator_false struct
|
/aosp_15_r20/external/pytorch/test/edge/ |
H A D | selected_operators.yaml | 332 aten::select_copy.int_out:
|
/aosp_15_r20/external/executorch/backends/vulkan/ |
H A D | op_registry.py | 491 exir_ops.edge.aten.select_copy.int,
|
/aosp_15_r20/external/executorch/exir/emit/test/ |
H A D | test_emit.py | 655 # and select_copy, which is what we verify here. The first operator is to generate 674 "aten::select_copy",
|
/aosp_15_r20/external/executorch/kernels/portable/ |
H A D | functions.yaml | 785 - op: select_copy.int_out
|