MCPcopy Create free account
hub / github.com/PaddlePaddle/Paddle / _is_memory_buffer

Function _is_memory_buffer

python/paddle/framework/io_utils.py:80–81  ·  view source on GitHub ↗
(buffer)

Source from the content-addressed store, hash-verified

78
79
80def _is_memory_buffer(buffer):
81 return isinstance(buffer, BytesIO)
82
83
84def is_persistable(var):

Callers 7

_save_dense_tensorFunction · 0.85
_load_dense_tensorFunction · 0.85
_save_selected_rowsFunction · 0.85
_load_selected_rowsFunction · 0.85
saveFunction · 0.85
loadFunction · 0.85
_legacy_loadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected