Searched refs:begin_time (Results 1 – 2 of 2) sorted by relevance
1216 begin_time = float('infinity')1226 begin_time = min(begin_time, this_begin_time)1229 if (begin_time == float('infinity') or end_time == float('-infinity')1230 or end_time <= begin_time):1232 print 'begin_time: ', begin_time1237 list_syn_time = filter(lambda t: t >= begin_time and t <= end_time,
142 const clock_t begin_time = clock(); in train() local269 float seconds = float( clock () - begin_time ) / CLOCKS_PER_SEC; in train()