Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
80
def
_is_memory_buffer(buffer):
81
return
isinstance(buffer, BytesIO)
82
83
84
def
is_persistable(var):
Callers
7
_save_dense_tensor
Function · 0.85
_load_dense_tensor
Function · 0.85
_save_selected_rows
Function · 0.85
_load_selected_rows
Function · 0.85
save
Function · 0.85
load
Function · 0.85
_legacy_load
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected