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

  /external/autotest/site_utils/
lab_inventory_unittest.py 141 def _check_counts(self, working, broken, idle): member in class:HostSetInventoryTestCase
160 self._check_counts(0, 0, 0)
165 self._check_counts(0, 1, 0)
170 self._check_counts(1, 0, 0)
175 self._check_counts(0, 0, 1)
177 self._check_counts(0, 0, 2)
183 self._check_counts(1, 1, 0)
189 self._check_counts(1, 1, 0)
    [all...]
  /external/tensorflow/tensorflow/python/keras/
callbacks_test.py 114 def _check_counts(self, counter, expected_counts): member in class:CallbackCountsTest
151 self._check_counts(
179 self._check_counts(
195 self._check_counts(
213 self._check_counts(
    [all...]

Completed in 135 milliseconds