Searched refs:steps_per_trial (Results 1 – 2 of 2) sorted by relevance
308 args.steps_per_trial = 1361 if args.steps_per_trial:362 steps_per_trial = args.steps_per_trial376 steps_per_trial = _get_results_from_output(calibrate_output, 'steps_to_run')377 if not steps_per_trial:380 assert (len(steps_per_trial) == 1)381 steps_per_trial = int(steps_per_trial[0])384 args.trials_per_sample, steps_per_trial))394 str(steps_per_trial),
11 steps_per_trial = 25 variable296 timing *= 1000000 / (len(trials) * steps_per_trial)