HomeSort by relevance Sort by last modified time
    Searched refs:compare_total (Results 1 - 8 of 8) sorted by null

  /external/tensorflow/tensorflow/contrib/seq2seq/python/kernel_tests/
loss_test.py 89 compare_total = np.full((self.batch_size, self.sequence_length),
91 self.assertAllClose(compare_total, res)
132 compare_total = np.full((self.batch_size, self.sequence_length),
134 self.assertAllClose(compare_total, res)
175 compare_total = np.full((self.batch_size, self.sequence_length),
177 self.assertAllClose(compare_total, res)
225 compare_total = np.full((self.batch_size, self.sequence_length),
228 compare_total[:, -1] = 0
229 self.assertAllClose(compare_total, res)
267 compare_total = np.zeros((self.batch_size, self.sequence_length)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_decimal.py 154 'comparetotal':'compare_total',
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
decimal.py 2803 def compare_total(self, other): member in class:Decimal
4056 def compare_total(self, a, b): member in class:Context
    [all...]
  /external/python/cpython2/Lib/
decimal.py 2829 def compare_total(self, other): member in class:Decimal
4084 def compare_total(self, a, b): member in class:Context
    [all...]
  /external/python/cpython2/Lib/test/
test_decimal.py 155 'comparetotal':'compare_total',
    [all...]
  /external/python/cpython3/Lib/
_pydecimal.py 2931 def compare_total(self, other, context=None): member in class:Decimal
4254 def compare_total(self, a, b): member in class:Context
    [all...]
  /external/python/cpython3/Lib/test/
test_decimal.py 199 'comparetotal':'compare_total',
    [all...]
  /external/python/cpython3/Modules/_decimal/tests/
deccheck.py 71 'compare_total', 'compare_total_mag', 'copy_sign', 'quantize',
112 'context.compare_total', 'context.compare_total_mag',
381 cmp = 1 if x.compare_total(P.Decimal("+0")) >= 0 else -1
    [all...]

Completed in 117 milliseconds