Searched refs:TOTAL_STEPS (Results 1 – 2 of 2) sorted by relevance
9 const TOTAL_STEPS: usize = 40_000; constant40 let steps = TOTAL_STEPS / threads; in par_inout()73 let steps = TOTAL_STEPS; in spsc()103 let steps = TOTAL_STEPS / threads; in spmc()139 let steps = TOTAL_STEPS / threads; in mpsc()175 let steps = TOTAL_STEPS / threads; in mpmc()221 let steps = TOTAL_STEPS; in spsc()251 let steps = TOTAL_STEPS / threads; in spmc()287 let steps = TOTAL_STEPS / threads; in mpsc()323 let steps = TOTAL_STEPS / threads; in par_inout()[all …]
87 "TOTAL_STEPS = str(sum(map(lambda string: int(string), TRAINING_STEPS.split(\",\"))))\n",93 "print(\"Total number of training steps: %s\" % TOTAL_STEPS)"345 "--start_checkpoint=$TRAIN_DIR$MODEL_ARCHITECTURE'.ckpt-'{TOTAL_STEPS} \\\n",