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

Method _array_item_missing

python/tvm_ffi/access_path.py:98–98  ·  view source on GitHub ↗
(self, _1: int, /)

Source from the content-addressed store, hash-verified

96 def _map_item(self, _1: Any, /) -> AccessPath: ...
97 def _attr_missing(self, _1: str, /) -> AccessPath: ...
98 def _array_item_missing(self, _1: int, /) -> AccessPath: ...
99 def _map_item_missing(self, _1: Any, /) -> AccessPath: ...
100 def _is_prefix_of(self, _1: AccessPath, /) -> bool: ...
101 def _to_steps(self, /) -> Sequence[AccessStep]: ...

Callers 1

array_item_missingMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected