Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ROCm/AMDMIGraphX
/ save_argument
Function
save_argument
src/argument.cpp:218–221 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
216
}
217
218
void save_argument(const argument& a, const std::string& filename)
219
{
220
write_buffer(filename, to_msgpack(to_value(a)));
221
}
222
223
argument load_argument(const std::string& filename)
224
{
Callers
1
TEST_CASE
Function · 0.50
Calls
3
write_buffer
Function · 0.85
to_msgpack
Function · 0.85
to_value
Function · 0.50
Tested by
1
TEST_CASE
Function · 0.40