HomeSort by relevance Sort by last modified time
    Searched defs:_SUB (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/python/kernel_tests/
cwise_ops_test.py 38 _SUB = lambda x, y: x - y
686 (np.subtract, _SUB),
    [all...]
cwise_ops_binary_test.py 38 _SUB = lambda x, y: x - y
209 self._compareBoth(x, y, np.subtract, _SUB)
277 self._compareBoth(x, y, np.subtract, _SUB)
336 self._compareBoth(x, y, np.subtract, _SUB)
353 self._compareBoth(x, y, np.subtract, _SUB)
370 self._compareBoth(x, y, np.subtract, _SUB)
385 self._compareBoth(x, y, np.subtract, _SUB)
467 (np.subtract, _SUB),
748 _SUB, _MUL, _TRUEDIV, _FLOORDIV
    [all...]

Completed in 367 milliseconds