MCPcopy Create free account
hub / github.com/Oneflow-Inc/oneflow / _open_buffer_writer

Class _open_buffer_writer

python/oneflow/framework/check_point_v2.py:92–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90
91
92class _open_buffer_writer(_opener):
93 def __exit__(self, *args):
94 self.file_like.flush()
95
96
97def _open_file_like(path_or_buffer, mode):

Callers 1

_open_file_likeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected