MCPcopy 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
218void save_argument(const argument& a, const std::string& filename)
219{
220 write_buffer(filename, to_msgpack(to_value(a)));
221}
222
223argument load_argument(const std::string& filename)
224{

Callers 1

TEST_CASEFunction · 0.50

Calls 3

write_bufferFunction · 0.85
to_msgpackFunction · 0.85
to_valueFunction · 0.50

Tested by 1

TEST_CASEFunction · 0.40