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

Function MakeFieldSetter

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

Source from the content-addressed store, hash-verified

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: ...
82 def MapCount(_0: Mapping[Any, Any], _1: Any, /) -> int: ...

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected