Example #1
0
 def testInterleaveInputs(self):
     self.checkInputsWithInterleaveFn(lambda: dataset_ops.range(0), None)
Example #2
0
 def testParallelInterleaveInputs(self):
     self.checkInputsWithInterleaveFn(lambda: dataset_ops.range(0), 2)