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

Function FromJSONGraph

python/tvm_ffi/_ffi_api.py:55–55  ·  view source on GitHub ↗
(_0: Any, /)

Source from the content-addressed store, hash-verified

53 def DictSetItem(_0: MutableMapping[Any, Any], _1: Any, _2: Any, /) -> None: ...
54 def DictSize(_0: MutableMapping[Any, Any], /) -> int: ...
55 def FromJSONGraph(_0: Any, /) -> Any: ...
56 def FromJSONGraphString(_0: str, /) -> Any: ...
57 def FunctionFromExternC(_0: c_void_p, _1: c_void_p, _2: c_void_p, /) -> Callable[..., Any]: ...
58 def FunctionListGlobalNamesFunctor() -> Callable[..., Any]: ...

Callers 1

TESTFunction · 0.50

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.40