Searched defs:time_limit (Results 1 - 5 of 5) sorted by relevance

/external/curl/tests/unit/
H A Dunit1606.c46 static int runawhile(long time_limit, argument
57 curl_easy_setopt(easy, CURLOPT_LOW_SPEED_TIME, time_limit);
/external/tensorflow/tensorflow/examples/speech_commands/
H A Drecognize_commands.cc58 const int64 time_limit = current_time_ms - average_window_duration_ms_; local
59 while (previous_results_.front().first < time_limit) {
/external/tensorflow/tensorflow/core/util/
H A Dstat_summarizer.h118 time_limit(10),
127 int time_limit; member in class:tensorflow::StatSummarizerOptions
/external/ImageMagick/MagickCore/
H A Dresource.c99 time_limit;
292 limit=resource_info.time_limit;
293 status=(resource_info.time_limit == MagickResourceInfinity) ||
298 (void) FormatMagickSize((MagickSizeType) resource_info.time_limit,
745 resource=resource_info.time_limit;
790 time_limit[MagickFormatExtent],
814 (void) CopyMagickString(time_limit,"unlimited",MagickFormatExtent);
815 if (resource_info.time_limit != MagickResourceInfinity)
816 (void) FormatLocaleString(time_limit,MagickFormatExtent,"%.20g",(double)
817 ((MagickOffsetType) resource_info.time_limit));
97 time_limit; member in struct:_ResourceInfo
781 time_limit[MagickFormatExtent], local
[all...]
/external/tensorflow/tensorflow/tools/benchmark/
H A Dbenchmark_model.cc364 int time_limit = 10; local
395 Flag("time_limit", &time_limit, "how many items to show by time taken"),
477 stats_options.time_limit = time_limit;

Completed in 527 milliseconds