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

Function MakeFieldGetter

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

Source from the content-addressed store, hash-verified

76 def ListSetItem(_0: MutableSequence[Any], _1: int, _2: Any, /) -> None: ...
77 def ListSize(_0: MutableSequence[Any], /) -> int: ...
78 def MakeFieldGetter(_0: int, /) -> int: ...
79 def MakeFieldSetter(_0: int, _1: int, _2: int, /) -> Callable[..., Any]: ...
80 def MakeObjectFromPackedArgs(*args: Any) -> Any: ...
81 def Map(*args: Any) -> Any: ...

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected