Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
153
std::string to_json_string(const value& val)
154
{
155
json j = val;
156
return j.dump();
157
}
158
159
std::string to_pretty_json_string(const value& val, std::size_t indent)
160
{
Callers
8
TEST_CASE
Function · 0.85
print_py_op
Function · 0.85
print_make_op
Function · 0.85
print_py_shape
Function · 0.85
save_buffer
Function · 0.85
save
Method · 0.85
compile
Method · 0.85
compile
Method · 0.85
Calls
no outgoing calls
Tested by
1
TEST_CASE
Function · 0.68