/aosp_15_r20/external/executorch/backends/cadence/aot/tests/ |
H A D | test_reorder_ops_passes.py | 64 x1 = torch.slice_copy(x, dim=0, start=0, end=6, step=1) 68 x2 = torch.slice_copy(x, dim=0, start=6, end=12, step=1) 72 x3 = torch.slice_copy(x, dim=0, start=12, end=18, step=1) 76 x4 = torch.slice_copy(x, dim=0, start=18, end=24, step=1) 107 exir_ops.edge.aten.slice_copy.Tensor, 211 x1 = torch.slice_copy(x0, dim=0, start=0, end=6, step=1) 214 x2 = torch.slice_copy(x0, dim=0, start=6, end=12, step=1) 217 x3 = torch.slice_copy(x0, dim=0, start=12, end=18, step=1) 252 exir_ops.edge.aten.slice_copy.Tensor,
|
H A D | test_simplify_ops_passes.py | 87 return torch.slice_copy( 96 count_node(graph_module, exir_ops.edge.aten.slice_copy.Tensor), 1 104 count_node(graph_after_passes, exir_ops.edge.aten.slice_copy.Tensor), 0
|
H A D | test_remove_ops_passes.py | 361 return torch.slice_copy(x, dim=0, start=0, step=1) 371 count_node(graph_after_passes, exir_ops.edge.aten.slice_copy.Tensor), 0 588 x = torch.slice_copy(x, 0, 0, 1) 615 x = torch.slice_copy(x, 0, 0, 1)
|
H A D | test_replace_ops_passes.py | 1568 op=exir_ops.edge.aten.slice_copy.Tensor, 1577 self.assertEqual(count_node(gm, exir_ops.edge.aten.slice_copy.Tensor), 1) 1593 self.assertEqual(count_node(gm, exir_ops.edge.aten.slice_copy.Tensor), 1) 1610 self.assertEqual(count_node(gm, exir_ops.edge.aten.slice_copy.Tensor), 1)
|
/aosp_15_r20/external/rust/android-crates-io/crates/lz4_flex/src/ |
D | fastcpy.rs | 21 pub fn slice_copy(src: &[u8], dst: &mut [u8]) { in slice_copy() function 101 use super::slice_copy; 108 slice_copy(&left, &mut right); 118 slice_copy(&left, &mut right); in test_fast_short_slice_copy_edge_cases() 130 slice_copy(&left, &mut right); in test_fail2() 142 slice_copy(&left, &mut right); in test_fail()
|
D | fastcpy_unsafe.rs | 21 pub fn slice_copy(src: *const u8, dst: *mut u8, num_bytes: usize) { in slice_copy() function 118 use super::slice_copy; 128 slice_copy(left.as_ptr(), right.as_mut_ptr(), left.len()); 138 slice_copy(left.as_ptr(), right.as_mut_ptr(), left.len()); in test_fast_short_slice_copy_edge_cases() 150 slice_copy(left.as_ptr(), right.as_mut_ptr(), left.len()); in test_fail2() 162 slice_copy(left.as_ptr(), right.as_mut_ptr(), left.len()); in test_fail()
|
D | sink.rs | 4 use crate::fastcpy::slice_copy; 173 slice_copy(data, &mut self.output[self.pos..(self.pos) + data.len()]); in extend_from_slice_wild()
|
/aosp_15_r20/external/executorch/backends/xnnpack/partition/ |
H A D | configs.py | 55 exir_ops.edge.aten.slice_copy.Tensor, 90 exir_ops.edge.aten.slice_copy.Tensor, 155 exir_ops.edge.aten.slice_copy.Tensor,
|
/aosp_15_r20/external/executorch/backends/cadence/aot/ |
H A D | reorder_ops.py | 29 torch.ops.aten.slice_copy, 45 exir_ops.edge.aten.slice_copy, 60 torch.ops.aten.slice_copy, 62 exir_ops.edge.aten.slice_copy, 557 exir_ops.edge.aten.slice_copy,
|
H A D | simplify_ops.py | 61 # We are only interested in slice_copy or slice_scatter ops 63 exir_ops.edge.aten.slice_copy.Tensor,
|
/aosp_15_r20/external/executorch/backends/arm/operators/ |
H A D | op_slice.py | 22 target = "aten.slice_copy.Tensor" 36 # aten.slice_copy supports slicing in 1d at a time.
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | ts_native_functions.yaml | 152 - slice_copy.Tensor 215 - slice_copy.Tensor
|
/aosp_15_r20/external/executorch/exir/passes/ |
H A D | remove_noop_pass.py | 65 torch.ops.aten.slice_copy.Tensor, 79 if node.target == torch.ops.aten.slice_copy.Tensor:
|
H A D | replace_broken_ops_with_function_ops_pass.py | 25 torch.ops.aten.slice.Tensor: torch.ops.aten.slice_copy.Tensor,
|
H A D | _quant_patterns_and_replacements.py | 829 x = torch.ops.aten.slice_copy.Tensor(x, dim, start, end) 836 x = torch.ops.aten.slice_copy.Tensor(x, dim, start, end)
|
/aosp_15_r20/external/executorch/exir/tests/ |
H A D | test_passes.py | 1244 (node.target == torch.ops.aten.slice_copy.Tensor) 1255 slice_tensor = torch.slice_copy(self.a, dim=0, start=0, end=1) 1461 # Check that the slice_copy is removed by the RemoveNoopPass. 1475 # Check that the slice_copy is not removed by the RemoveNoopPass. 1524 slice_copy_output = torch.ops.aten.slice_copy.Tensor(dq, 0, 0)
|
H A D | test_quant_fusion_pass.py | 177 # check that we are using out variant of add and slice_copy 179 "torch.ops.aten.slice_copy.Tensor_out"
|
/aosp_15_r20/external/executorch/backends/xnnpack/operators/ |
H A D | op_slice_copy.py | 30 target = "aten.slice_copy.Tensor"
|
/aosp_15_r20/external/executorch/backends/arm/_passes/ |
H A D | convert_split_to_slice.py | 25 slice = exir_ops.edge.aten.slice_copy.Tensor
|
H A D | size_adjust_conv2d_pass.py | 75 slice_op = exir_ops.edge.aten.slice_copy.Tensor
|
/aosp_15_r20/external/executorch/backends/qualcomm/builders/ |
H A D | op_slice_copy.py | 19 target = ["aten.slice_copy.Tensor"]
|
/aosp_15_r20/external/executorch/backends/arm/test/quantizer/ |
H A D | test_generic_annotater.py | 69 SingleOpModel(torch.slice_copy, (torch.randn(3, 4),)),
|
/aosp_15_r20/external/pytorch/test/ |
H A D | test_functionalization.py | 947 slice_copy = torch.ops.aten.slice_copy.Tensor(transpose_copy, 0, 0, 2); transpose_copy = None 948 add = torch.ops.aten.add.Tensor(slice_copy, ones); slice_copy = ones = None 953 …slice_copy_1 = torch.ops.aten.slice_copy.Tensor(transpose_copy_3, 0, 0, 2); transpose_copy_3 = sl…
|
/aosp_15_r20/external/executorch/backends/arm/quantizer/quantization_annotation/ |
H A D | generic_annotator.py | 47 torch.ops.aten.slice_copy.Tensor,
|
/aosp_15_r20/external/executorch/backends/arm/operator_support/ |
H A D | tosa_supported_operators.py | 103 exir_ops.edge.aten.slice_copy.Tensor,
|