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

Class _open_buffer_reader

torch/serialization.py:432–435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

430
431
432class _open_buffer_reader(_opener):
433 def __init__(self, buffer):
434 super().__init__(buffer)
435 _check_seekable(buffer)
436
437
438class _open_buffer_writer(_opener):

Callers 1

_open_file_likeFunction · 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…