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

  /external/tensorflow/tensorflow/python/kernel_tests/
sets_test.py 180 expected_counts = [2, 0]
192 self.assertAllEqual(expected_counts, self._set_intersection_count(a, sp_b))
203 self.assertAllEqual(expected_counts,
217 expected_counts = [2, 0]
229 self.assertAllEqual(expected_counts, self._set_intersection_count(a, b))
242 expected_counts = [1]
254 self.assertAllEqual(expected_counts, self._set_intersection_count(a, b))
265 self.assertAllEqual(expected_counts, self._set_intersection_count(a, sp_b))
276 self.assertAllEqual(expected_counts,
397 expected_counts =
    [all...]
  /external/tensorflow/tensorflow/contrib/training/python/training/
resample_test.py 209 expected_counts = [expected_overall_count * f for f in fractions]
215 for i in range(len(expected_counts)):
216 expected_count = expected_counts[i]
  /external/autotest/site_utils/
lab_inventory_unittest.py 512 expected_counts = data[model]
525 self.assertEqual(actual_counts, expected_counts, msg)
528 sum([p.good for p in expected_counts]),
531 sum([p.bad for p in expected_counts]),
534 sum([p.idle for p in expected_counts]),
    [all...]
  /external/tensorflow/tensorflow/python/keras/
callbacks_test.py 114 def _check_counts(self, counter, expected_counts):
116 for method_name, expected_count in expected_counts.items():
    [all...]

Completed in 285 milliseconds