示例#1
0
 def __rand__(self, other):
     return _ffi_api.bitwise_and(other, self, None)  # type: ignore
示例#2
0
 def __rand__(self, other):
     return _ffi_api.bitwise_and(other, self)
示例#3
0
文件: expr.py 项目: github-3rr0r/tvm
 def __and__(self, other):
     return _ffi_api.bitwise_and(self, other, None)