예제 #1
0
 def __rxor__(self, other):
     return _ffi_api.bitwise_xor(other, self, None)  # type: ignore
예제 #2
0
 def __rxor__(self, other):
     return _ffi_api.bitwise_xor(other, self)
예제 #3
0
파일: expr.py 프로젝트: github-3rr0r/tvm
 def __xor__(self, other):
     return _ffi_api.bitwise_xor(self, other, None)