Function tvm::ffi::FromJSONGraph

Function tvm::ffi::FromJSONGraph#

Function Documentation#

Any tvm::ffi::FromJSONGraph(const json::Value &value)#

Deserialize a JSON that stores the object graph to an ffi::Any value.

This function can be used to implement deserialization and debugging.

Parameters:

value – The JSON value to deserialize.

Returns:

The deserialized object graph.