Home
last modified time | relevance | path

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

/external/pytorch/aten/src/ATen/native/
Dts_native_functions.yaml149 - _reshape_alias_copy
219 - _reshape_alias_copy
Dnative_functions.yaml14450 - func: _reshape_alias_copy(Tensor self, SymInt[] size, SymInt[] stride) -> Tensor
14455 autogen: _reshape_alias_copy.out
/external/pytorch/test/fx/
Dtest_matcher_utils.py87 return torch.ops.aten._reshape_alias_copy.default(
94 return torch.ops.aten._reshape_alias_copy.default(
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 …
/external/executorch/kernels/aten/
Dfunctions.yaml23 - op: _reshape_alias_copy.out
/external/pytorch/test/edge/
Dselected_operators.yaml20 aten::_reshape_alias_copy.out:
/external/executorch/exir/passes/
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)
/external/pytorch/test/expect/
DHasDecompTest.test_has_decomposition.expect491 aten::_reshape_alias_copy
492 aten::_reshape_alias_copy.out
/external/pytorch/test/
Dallowlist_for_publicAPI.json1282 "_reshape_alias_copy",
/external/pytorch/torch/_dynamo/
Dtrace_rules.py1543 "torch._reshape_alias_copy",
/external/pytorch/torch/
Doverrides.py1272 torch._reshape_alias_copy: lambda self, size, stride: -1,