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

Function migraphx_to_value

src/serialize.cpp:44–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void migraphx_to_value(value& v, const literal& l) { raw_data_to_value(v, l); }
45void migraphx_from_value(const value& v, literal& l)
46{
47 auto s = migraphx::from_value<shape>(v.at("shape"));

Callers

nothing calls this directly

Calls 1

raw_data_to_valueFunction · 0.85

Tested by

no test coverage detected