MCPcopy Create free account
hub / github.com/apache/tvm / __ne__

Method __ne__

python/tvm/relax/expr.py:74–75  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

72 return tvm_ffi.structural_equal(self, other)
73
74 def __ne__(self, other):
75 return not self.__eq__(other)
76
77 def same_as(self, other):
78 """Overload with structural equality."""

Callers

nothing calls this directly

Calls 1

__eq__Method · 0.95

Tested by

no test coverage detected