Home
last modified time | relevance | path

Searched refs:TOTAL_STEPS (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/crossbeam-channel/benches/
Dcrossbeam.rs9 const TOTAL_STEPS: usize = 40_000; constant
40 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 …]
/external/tensorflow/tensorflow/lite/micro/examples/micro_speech/train/
Dtrain_micro_speech_model.ipynb87 "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",