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

Function to_json_string

src/json.cpp:153–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153std::string to_json_string(const value& val)
154{
155 json j = val;
156 return j.dump();
157}
158
159std::string to_pretty_json_string(const value& val, std::size_t indent)
160{

Callers 8

TEST_CASEFunction · 0.85
print_py_opFunction · 0.85
print_make_opFunction · 0.85
print_py_shapeFunction · 0.85
save_bufferFunction · 0.85
saveMethod · 0.85
compileMethod · 0.85
compileMethod · 0.85

Calls

no outgoing calls

Tested by 1

TEST_CASEFunction · 0.68