示例#1
0
 def __rrshift__(self, other):
     return _ffi_api.right_shift(other, self)
示例#2
0
文件: expr.py 项目: github-3rr0r/tvm
 def __rshift__(self, other):
     print(type(other))
     return _ffi_api.right_shift(self, other, None)
示例#3
0
 def __rrshift__(self, other):
     return _ffi_api.right_shift(other, self, None)  # type: ignore
示例#4
0
 def __rshift__(self, other):
     return _ffi_api.right_shift(self, other, None)