HomeSort by relevance Sort by last modified time
    Searched refs:max_time (Results 1 - 25 of 48) sorted by null

1 2

  /external/webrtc/webrtc/system_wrappers/source/
event.cc 39 EventTypeWrapper Wait(unsigned long max_time) override {
40 int to_wait = max_time == WEBRTC_EVENT_INFINITE ?
41 rtc::Event::kForever : static_cast<int>(max_time);
event_timer_win.h 27 virtual EventTypeWrapper Wait(unsigned long max_time);
event_timer_win.cc 40 EventTypeWrapper EventTimerWin::Wait(unsigned long max_time) {
41 unsigned long res = WaitForSingleObject(event_, max_time);
event_timer_posix.h 33 EventTypeWrapper Wait(unsigned long max_time) override;
  /external/ltp/testcases/realtime/func/gtod_latency/
gtod_infinite.c 107 nsec_t max_time = START_MAX; local
177 ((diff_time > max_time) || (diff_time > REPORT_MIN))) {
178 if (diff_time > max_time)
179 max_time = diff_time;
184 max_time, ctime(&tt));
188 max_time = 0;
  /external/webrtc/webrtc/system_wrappers/include/
event_wrapper.h 48 // |max_time| is the maximum time to wait in milliseconds or
50 virtual EventTypeWrapper Wait(unsigned long max_time) = 0;
  /external/tensorflow/tensorflow/python/kernel_tests/
rnn_test.py 272 def graph_creation_static_vs_dynamic_rnn_benchmark(max_time):
282 sequence_length = np.random.randint(0, max_time, size=batch_size)
285 for _ in range(max_time)
306 (max_time, delta_static, delta_dynamic, delta_dynamic / delta_static))
324 def static_vs_dynamic_rnn_benchmark(batch_size, max_time, num_units, use_gpu):
330 sequence_length = np.random.randint(0, max_time, size=batch_size)
333 for _ in range(max_time)
358 (batch_size, max_time, num_units, use_gpu, delta_static, delta_dynamic,
386 def half_seq_len_vs_unroll_half_rnn_benchmark(batch_size, max_time, num_units,
393 sequence_length = max_time * np.ones((batch_size,)
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/kernels/
bidirectional_sequence_rnn.cc 68 const int max_time = input->dims->data[1]; local
109 fw_output_size_array->data[1] = max_time;
115 bw_output_size_array->data[1] = max_time;
148 const int max_time = input->dims->data[1]; local
165 for (int s = 0; s < max_time; s++) {
167 input->data.f + b * input_size * max_time + s * input_size;
169 fw_output->data.f + b * fw_num_units * max_time + s * fw_num_units;
179 for (int s = max_time - 1; s >= 0; s--) {
181 input->data.f + b * input_size * max_time + s * input_size;
183 bw_output->data.f + b * bw_num_units * max_time + s * bw_num_units
    [all...]
unidirectional_sequence_rnn.cc 59 const int max_time = local
83 output_size_array->data[0] = (time_major) ? max_time : batch_size;
84 output_size_array->data[1] = (time_major) ? batch_size : max_time;
111 const int max_time = local
124 for (int s = 0; s < max_time; s++) {
140 for (int s = 0; s < max_time; s++) {
143 input->data.f + b * input_size * max_time + s * input_size;
145 output->data.f + b * num_units * max_time + s * num_units;
  /external/libchrome/base/synchronization/
condition_variable.h 97 void TimedWait(const TimeDelta& max_time);
condition_variable_posix.cc 76 void ConditionVariable::TimedWait(const TimeDelta& max_time) {
78 int64_t usecs = max_time.InMicroseconds();
  /external/tensorflow/tensorflow/contrib/seq2seq/kernels/
beam_search_ops_gpu.cu.cc 29 __global__ void GatherTreeOpKernel(const int32 batch_size, const int32 max_time,
39 Eigen::numext::mini(max_time, ldg(max_sequence_lengths + batch));
87 const int32 max_time = parent_ids.dimension(0); local
97 batch_size, max_time, beam_width,
beam_search_ops.cc 112 const int32 max_time = parent_ids.dimension(0); local
123 Eigen::numext::mini(max_time, max_sequence_lengths(batch));
159 2 * max_time * (5 * Eigen::TensorOpCost::AddCost<int32>());
  /frameworks/base/core/proto/android/os/
kernelwake.proto 46 optional int64 max_time = 8;
  /external/autotest/client/tests/sysbench/
sysbench.py 32 num_threads = utils.count_cpus(), max_time = 60, \
53 self.execute_pgsql(build, num_threads, max_time, read_only, args)
55 self.execute_mysql(build, num_threads, max_time, read_only, args)
58 def execute_pgsql(self, build, num_threads, max_time, read_only, args):
87 ' --max-time=' + str(max_time) + \
103 def execute_mysql(self, build, num_threads, max_time, read_only, args):
132 ' --max-time=' + str(max_time) + \
  /external/tensorflow/tensorflow/contrib/seq2seq/python/kernel_tests/
beam_search_ops_test.py 38 # (max_time = 4, batch_size = 1, beams = 3)
56 # (batch_size = 1, max_time = 4, beams = 3)
80 # (max_time = 4, batch_size = 1, beams = 3)
102 max_time = 8
108 0, high=end_token + 1, size=(max_time, batch_size, beam_width))
110 0, high=beam_width - 1, size=(max_time, batch_size, beam_width))
118 self.assertEqual((max_time, batch_size, beam_width), beams.shape)
decoder_test.py 42 max_time = 8
49 inputs = np.random.randn(max_time, batch_size,
52 inputs = np.random.randn(batch_size, max_time,
120 max_time = 8
126 inputs = np.random.randn(batch_size, max_time,
  /external/webrtc/webrtc/modules/video_coding/test/
test_util.h 36 virtual webrtc::EventTypeWrapper Wait(unsigned long max_time) { // NOLINT
  /external/lisa/libs/utils/analysis/
idle_analysis.py 204 max_time = r.max().values[0]
205 if xmax < max_time:
206 xmax = max_time
241 max_time = r.max().values[0]
242 if xmax < max_time:
243 xmax = max_time
  /external/tensorflow/tensorflow/core/kernels/
ctc_decoder_ops.cc 71 const int64 max_time = inputs_shape.dim_size(0); local
74 if (max_time == 0) {
75 return errors::InvalidArgument("max_time is 0");
91 if (!(seq_len_t(b) <= max_time)) {
93 ") <= ", max_time);
192 const int64 max_time = inputs_shape.dim_size(0); variable
202 for (std::size_t t = 0; t < max_time; ++t) {
274 const int64 max_time = inputs_shape.dim_size(0); variable
286 for (std::size_t t = 0; t < max_time; ++t) {
ctc_loss_op.cc 69 const int64 max_time = inputs_shape.dim_size(0); variable
132 ctx, seq_len_t(b) <= max_time,
133 errors::InvalidArgument("sequence_length(", b, ") <= ", max_time));
148 for (std::size_t t = 0; t < max_time; ++t) {
  /external/llvm/utils/lit/lit/
run.py 190 def execute_tests(self, display, jobs, max_time=None,
193 execute_tests(display, jobs, [max_time])
200 If max_time is non-None, it should be a time in seconds after which to
252 if max_time is not None:
255 timeout_timer = threading.Timer(max_time, timeout_handler)
268 if max_time is not None:
  /external/fio/tools/plot/
fio2gnuplot 151 def compute_temp_file(fio_data_file,disk_perf,gnuplot_output_dir, min_time, max_time):
152 end_time=max_time
211 if ((float(time)>(float(min_time)*1000)) and ((int(time) < (int(max_time)*1000)) or max_time==-1)):
377 print '-M or --max_time <time> : Only consider data ending before <time> seconds (default is -1 aka nolimit)'
394 max_time=-1
410 opts, args = getopt.getopt(argv[1:],"ghkbivo:d:t:p:G:m:M:",['bandwidth', 'iops', 'pattern', 'outputfile', 'outputdir', 'title', 'min_time', 'max_time', 'gnuplot', 'Global', 'help', 'verbose','keep'])
442 elif opt in ("-M", "--max_time"):
443 max_time=arg
505 blk_size=compute_temp_file(fio_data_file,disk_perf,gnuplot_output_dir,min_time,max_time)
    [all...]
  /external/gemmlowp/test/
benchmark_meta_gemm.cc 160 double max_time) {
165 while (sum_time < max_time) {
179 void time_one(Shape* shape, double max_time) {
187 while (sum_time < max_time) {
  /external/syslinux/core/lwip/src/core/ipv4/
igmp.c 141 static void igmp_start_timer(struct igmp_group *group, u8_t max_time);
695 * @param max_time the time in multiples of IGMP_TMR_INTERVAL (decrease with
699 igmp_start_timer(struct igmp_group *group, u8_t max_time)
702 if (max_time == 0) {
703 max_time = 1;
706 group->timer = (LWIP_RAND() % (max_time - 1)) + 1;

Completed in 310 milliseconds

1 2