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

Function MapForwardIterFunctor

python/tvm_ffi/_ffi_api.py:83–83  ·  view source on GitHub ↗
(_0: Mapping[Any, Any], /)

Source from the content-addressed store, hash-verified

81 def Map(*args: Any) -> Any: ...
82 def MapCount(_0: Mapping[Any, Any], _1: Any, /) -> int: ...
83 def MapForwardIterFunctor(_0: Mapping[Any, Any], /) -> Callable[..., Any]: ...
84 def MapGetItem(_0: Mapping[Any, Any], _1: Any, /) -> Any: ...
85 def MapGetItemOrMissing(_0: Mapping[Any, Any], _1: Any, /) -> Any: ...
86 def MapSize(_0: Mapping[Any, Any], /) -> int: ...

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected