Searched full:_reshape_alias_copy (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | ts_native_functions.yaml | 149 - _reshape_alias_copy 219 - _reshape_alias_copy
|
H A D | native_functions.yaml | 14450 - func: _reshape_alias_copy(Tensor self, SymInt[] size, SymInt[] stride) -> Tensor 14455 autogen: _reshape_alias_copy.out
|
/aosp_15_r20/external/pytorch/test/fx/ |
H A D | test_subgraph_rewriter.py | 884 return torch.ops.aten._reshape_alias_copy.default(x, [1, 2], [3, 4]) 887 return torch.ops.aten._reshape_alias_copy.default(x, arg0, arg1) 890 return torch.ops.aten._reshape_alias_copy.default(x, arg1, arg0) 901 …_reshape_alias_copy_default_1 = torch.ops.aten._reshape_alias_copy.default(x, [3, 4], [1, 2]); x …
|
H A D | test_matcher_utils.py | 87 return torch.ops.aten._reshape_alias_copy.default( 94 return torch.ops.aten._reshape_alias_copy.default(
|
/aosp_15_r20/external/executorch/exir/passes/ |
H A D | _quant_patterns_and_replacements.py | 789 x = torch.ops.aten._reshape_alias_copy.default(x, arg0, arg1) 810 x = torch.ops.aten._reshape_alias_copy.default(x, arg0, arg1)
|
/aosp_15_r20/external/executorch/kernels/aten/ |
H A D | functions.yaml | 23 - op: _reshape_alias_copy.out
|
/aosp_15_r20/external/pytorch/test/expect/ |
H A D | HasDecompTest.test_has_decomposition.expect | 491 aten::_reshape_alias_copy 492 aten::_reshape_alias_copy.out
|
/aosp_15_r20/external/pytorch/test/edge/ |
H A D | selected_operators.yaml | 20 aten::_reshape_alias_copy.out:
|
/aosp_15_r20/external/pytorch/test/ |
H A D | allowlist_for_publicAPI.json | 1282 "_reshape_alias_copy",
|
/aosp_15_r20/external/pytorch/torch/_dynamo/ |
H A D | trace_rules.py | 1543 "torch._reshape_alias_copy",
|
/aosp_15_r20/external/pytorch/torch/ |
H A D | overrides.py | 1272 torch._reshape_alias_copy: lambda self, size, stride: -1,
|