Files
apache--tvm/python
Wei Chen ab858e3f8a [PYTHON] Improve equality wrapper (#567)
use `object.__eq__`(default object identity comparison) as default
implementation of same_as. This should be OK since `EqualOp` and
`NotEqualOp` are pure Python object, `object.__eq__` is sufficient.
2017-10-18 22:05:54 -07:00
..
2017-08-01 15:23:56 -07:00