MCPcopy Create free account
hub / github.com/pytorch/pytorch / _open_zipfile_reader

Class _open_zipfile_reader

torch/serialization.py:455–457  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

453
454
455class _open_zipfile_reader(_opener):
456 def __init__(self, name_or_buffer) -> None:
457 super().__init__(torch._C.PyTorchFileReader(name_or_buffer))
458
459
460class _open_zipfile_writer_file(_opener):

Callers 1

loadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…