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

  /external/tensorflow/tensorflow/contrib/data/python/kernel_tests/
shuffle_dataset_op_test.py 95 epoch2 = output[(i + 1) * 20:(i + 2) * 20]
96 self.assertNotEqual(epoch1, epoch2)
  /libcore/ojluni/src/test/java/time/tck/java/time/chrono/
TCKChronology.java 176 long epoch2 = date1.getLong(ChronoField.EPOCH_DAY); local
177 assertEquals(epoch1, epoch2, "Epoch day not the same: " + epoch1 + " != " + epoch2);

Completed in 142 milliseconds