Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
223
argument 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_CASE
Function · 0.50
Calls
2
from_msgpack
Function · 0.85
read_buffer
Function · 0.85
Tested by
1
TEST_CASE
Function · 0.40