MCPcopy Create free account
hub / github.com/ROCm/AMDMIGraphX / load_argument

Function load_argument

src/argument.cpp:223–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221}
222
223argument load_argument(const std::string& filename)
224{
225 return from_value<argument>(from_msgpack(read_buffer(filename)));
226}
227
228} // namespace MIGRAPHX_INLINE_NS
229} // namespace migraphx

Callers 1

TEST_CASEFunction · 0.50

Calls 2

from_msgpackFunction · 0.85
read_bufferFunction · 0.85

Tested by 1

TEST_CASEFunction · 0.40