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

  /external/tensorflow/tensorflow/contrib/data/python/kernel_tests/
scan_dataset_op_test.py 49 for start_val, step_val, take_val in [(0, 1, 10), (0, 1, 0), (10, 1, 10),
53 feed_dict={start: start_val, step: step_val, take: take_val})
55 itertools.count(start_val, step_val), range(take_val)):
  /external/autotest/server/cros/servo/
chrome_cr50.py 519 start_val = self._servo.get('servo_v4_dts_mode')
528 self._servo.set_nocheck('servo_v4_dts_mode', start_val)
529 self.wait_for_ccd_state(start_val, 60, True)