MCPcopy Create free account
hub / github.com/apache/tvm-ffi / FromJSONGraphString

Function FromJSONGraphString

src/ffi/extra/serialization.cc:448–448  ·  view source on GitHub ↗

string version of the api

Source from the content-addressed store, hash-verified

446
447// string version of the api
448Any FromJSONGraphString(const String& value) { return FromJSONGraph(json::Parse(value)); }
449
450String ToJSONGraphString(const Any& value, const Any& metadata) {
451 return json::Stringify(ToJSONGraph(value, metadata));

Callers

nothing calls this directly

Calls 2

ParseFunction · 0.85
FromJSONGraphFunction · 0.70

Tested by

no test coverage detected