Home
last modified time | relevance | path

Searched defs:truediv (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_long_future.py24 def truediv(a, b): function
/external/tensorflow/tensorflow/python/training/
Dmoving_averages.py95 truediv=True, argument
/external/python/cpython3/Lib/unittest/test/testmock/
Dtestmagicmethods.py133 def truediv(self, other): function
/external/python/cpython3/Lib/test/
Dtest_long.py85 def truediv(a, b): function
/external/python/cpython3/Lib/
Doperator.py136 def truediv(a, b): function
/external/tensorflow/tensorflow/python/ops/
Dmath_ops.py1062 def truediv(x, y, name=None): function