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

Method _path_equal

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

Source from the content-addressed store, hash-verified

100 def _is_prefix_of(self, _1: AccessPath, /) -> bool: ...
101 def _to_steps(self, /) -> Sequence[AccessStep]: ...
102 def _path_equal(self, _1: AccessPath, /) -> bool: ...
103 # fmt: on
104 # tvm-ffi-stubgen(end)
105

Callers 2

__eq__Method · 0.95
__ne__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected