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

Function to_pretty_json_string

src/json.cpp:159–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159std::string to_pretty_json_string(const value& val, std::size_t indent)
160{
161 json j = val;
162 return j.dump(indent);
163}
164
165migraphx::value from_json_string(const char* str, std::size_t size)
166{

Callers 3

make_netron_outputFunction · 0.85
runMethod · 0.85
saveMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected