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