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

Method _array_item

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

Source from the content-addressed store, hash-verified

93 def _extend(self, _1: AccessStep, /) -> AccessPath: ...
94 def _attr(self, _1: str, /) -> AccessPath: ...
95 def _array_item(self, _1: int, /) -> AccessPath: ...
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: ...

Callers 1

array_itemMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected