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

Function ArraySize

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

Source from the content-addressed store, hash-verified

40 def ArrayContains(_0: Sequence[Any], _1: Any, /) -> bool: ...
41 def ArrayGetItem(_0: Sequence[Any], _1: int, /) -> Any: ...
42 def ArraySize(_0: Sequence[Any], /) -> int: ...
43 def Bytes(_0: bytes, /) -> bytes: ...
44 def ContainerFindFirstNonCPUDevice(_0: Any, /) -> Device: ...
45 def DeepCopy(_0: Any, /) -> Any: ...

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected