Home
last modified time | relevance | path

Searched full:detach_copy (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/executorch/backends/cadence/aot/tests/
H A Dtest_remove_ops_passes.py185 return exir_ops.edge.aten.detach_copy(x)
196 count_node(graph_after_passes, exir_ops.edge.aten.detach_copy.default),
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A Dts_native_functions.yaml151 - detach_copy
H A Dnative_functions.yaml14465 - func: detach_copy(Tensor self) -> Tensor
14468 CompositeExplicitAutogradNonFunctional: detach_copy
14470 autogen: detach_copy.out
/aosp_15_r20/external/executorch/kernels/aten/
H A Dfunctions.yaml130 - op: detach_copy.out
/aosp_15_r20/external/pytorch/test/expect/
H A DHasDecompTest.test_has_decomposition.expect768 aten::detach_copy
769 aten::detach_copy.out
/aosp_15_r20/external/pytorch/test/edge/
H A Dselected_operators.yaml122 aten::detach_copy.out:
/aosp_15_r20/external/pytorch/test/
H A Dtest_functionalization.py267detach_copy = torch.ops.aten.detach_copy.default(view_copy_10); view_copy_10 = detach_copy = None
269 detach_copy_1 = torch.ops.aten.detach_copy.default(view_copy_11); view_copy_11 = None
/aosp_15_r20/external/pytorch/docs/source/
H A Dtorch.compiler_transformations.rst148 torch.ops.aten.detach_copy.default,
/aosp_15_r20/external/executorch/kernels/portable/
H A Dfunctions.yaml281 - op: detach_copy.out
/aosp_15_r20/external/pytorch/torchgen/static_runtime/
H A Dgenerator.py184 "detach_copy",
/aosp_15_r20/external/executorch/docs/source/
H A Dcompiler-custom-compiler-passes.md124 torch.ops.aten.detach_copy.default,
/aosp_15_r20/external/executorch/backends/cadence/aot/
H A Dremove_ops.py60 if op != exir_ops.edge.aten.detach_copy.default:
/aosp_15_r20/external/executorch/exir/dialects/edge/op/
H A Dsample_input.py399 "detach_copy.default": { # (Tensor self) -> Tensor
/aosp_15_r20/external/executorch/exir/dialects/edge/
H A Dedge.yaml2926 - func: aten::detach_copy
2928 inherits: aten::detach_copy
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dtrace_rules.py1763 "torch.detach_copy",
/aosp_15_r20/external/pytorch/torch/
H A Doverrides.py1274 torch.detach_copy: lambda self: -1,
H A D_torch_docs.py13847 torch.detach_copy,