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

Function String

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

Source from the content-addressed store, hash-verified

107 def ReprPrint(_0: Any, /) -> str: ...
108 def Shape(*args: Any) -> Any: ...
109 def String(_0: str, /) -> str: ...
110 def StructuralEqual(_0: Any, _1: Any, _2: bool, _3: bool, /) -> bool: ...
111 def StructuralHash(_0: Any, _1: bool, _2: bool, /) -> int: ...
112 def StructuralKey(_0: Any, /) -> _StructuralKey: ...

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected