Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_long_future.py24 def truediv(a, b): function
/external/tensorflow/tensorflow/python/training/
Dmoving_averages.py112 truediv=True, argument
/external/python/cpython3/Lib/unittest/test/testmock/
Dtestmagicmethods.py133 def truediv(self, other): function
/external/python/mock/mock/tests/
Dtestmagicmethods.py161 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.py1002 def truediv(x, y, name=None): function