예제 #1
0
 def __rdiv__(self, other):
     return math_ops._div_python2(other, self)  # pylint: disable=protected-access
예제 #2
0
 def __rdiv__(self, other):
   return math_ops._div_python2(other, self)  # pylint: disable=protected-access