Home
last modified time | relevance | path

Searched full:_reshape_alias_copy (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A Dts_native_functions.yaml149 - _reshape_alias_copy
219 - _reshape_alias_copy
H A Dnative_functions.yaml14450 - 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 Dtest_subgraph_rewriter.py884 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 Dtest_matcher_utils.py87 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.py789 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 Dfunctions.yaml23 - op: _reshape_alias_copy.out
/aosp_15_r20/external/pytorch/test/expect/
H A DHasDecompTest.test_has_decomposition.expect491 aten::_reshape_alias_copy
492 aten::_reshape_alias_copy.out
/aosp_15_r20/external/pytorch/test/edge/
H A Dselected_operators.yaml20 aten::_reshape_alias_copy.out:
/aosp_15_r20/external/pytorch/test/
H A Dallowlist_for_publicAPI.json1282 "_reshape_alias_copy",
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dtrace_rules.py1543 "torch._reshape_alias_copy",
/aosp_15_r20/external/pytorch/torch/
H A Doverrides.py1272 torch._reshape_alias_copy: lambda self, size, stride: -1,