コード例 #1
0
 def __lshift__(self, other):
     return _ffi_api.left_shift(self, other)
コード例 #2
0
 def __rlshift__(self, other):
     return _ffi_api.left_shift(other, self)
コード例 #3
0
ファイル: expr.py プロジェクト: zotanika/incubator-tvm
 def __rlshift__(self, other):
     return _ffi_api.left_shift(other, self, None)  # type: ignore