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

Function from_json_string

src/json.cpp:165–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165migraphx::value from_json_string(const char* str, std::size_t size)
166{
167 json j = json::parse(str, str + size);
168 return j.get<value>();
169}
170migraphx::value from_json_string(const std::string& str)
171{
172 json j = json::parse(str);

Callers 9

create_opFunction · 0.85
TEST_CASEFunction · 0.85
make_json_opFunction · 0.85
load_bufferFunction · 0.85
parse_dyn_dims_jsonMethod · 0.85
get_onnx_optionsMethod · 0.85
loadMethod · 0.85
mainFunction · 0.85
create_opFunction · 0.85

Calls 1

parseFunction · 0.85

Tested by 1

TEST_CASEFunction · 0.68