MCPcopy Create free account
hub / github.com/pytorch/executorch / move_impl

Function move_impl

exir/verification/interpreter.py:69–70  ·  view source on GitHub ↗
(self: torch.Tensor)

Source from the content-addressed store, hash-verified

67
68@impl(executorch_lib, "move", "CPU")
69def move_impl(self: torch.Tensor) -> torch.Tensor:
70 return torch.clone(self)
71
72
73def comp_types(val: KernelTypes, input_val: ValueType) -> Optional[bool]: # noqa

Callers

nothing calls this directly

Calls 1

cloneMethod · 0.80

Tested by

no test coverage detected