MCPcopy Create free account
hub / github.com/apache/tvm-ffi / __deepcopy__

Method __deepcopy__

python/tvm_ffi/container.py:205–206  ·  view source on GitHub ↗
(self, memo: Any = None)

Source from the content-addressed store, hash-verified

203 # tvm-ffi-stubgen(end)
204
205 def __deepcopy__(self, memo: Any = None) -> Any:
206 return _ffi_api.DeepCopy(self)
207
208 def __init__(self, input_list: Iterable[T]) -> None:
209 """Construct an Array from a Python sequence."""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected