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

Function DictCount

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

Source from the content-addressed store, hash-verified

46 def Dict(*args: Any) -> Any: ...
47 def DictClear(_0: MutableMapping[Any, Any], /) -> None: ...
48 def DictCount(_0: MutableMapping[Any, Any], _1: Any, /) -> int: ...
49 def DictErase(_0: MutableMapping[Any, Any], _1: Any, /) -> None: ...
50 def DictForwardIterFunctor(_0: MutableMapping[Any, Any], /) -> Callable[..., Any]: ...
51 def DictGetItem(_0: MutableMapping[Any, Any], _1: Any, /) -> Any: ...

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected