Home
last modified time | relevance | path

Searched defs:max_time (Results 1 – 25 of 32) sorted by relevance

12

/external/autotest/client/tests/sysbench/
Dsysbench.py32 num_threads = utils.count_cpus(), max_time = 60, \ argument
58 def execute_pgsql(self, build, num_threads, max_time, read_only, args): argument
103 def execute_mysql(self, build, num_threads, max_time, read_only, args): argument
/external/tensorflow/tensorflow/contrib/seq2seq/kernels/
Dbeam_search_ops_gpu.cu.cc29 __global__ void GatherTreeOpKernel(const int32 batch_size, const int32 max_time, in GatherTreeOpKernel()
87 const int32 max_time = parent_ids.dimension(0); in operator ()() local
Dbeam_search_ops.cc112 const int32 max_time = parent_ids.dimension(0); in operator ()() local
/external/webrtc/webrtc/system_wrappers/source/
Devent.cc39 EventTypeWrapper Wait(unsigned long max_time) override { in Wait()
Devent_timer_win.cc40 EventTypeWrapper EventTimerWin::Wait(unsigned long max_time) { in Wait()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/
Drun.py58 def execute_tests_in_pool(self, jobs, max_time): argument
114 def execute_tests(self, display, jobs, max_time=None): argument
/external/tensorflow/tensorflow/python/kernel_tests/
Drnn_test.py759 def graph_creation_static_vs_dynamic_rnn_benchmark(max_time): argument
811 def static_vs_dynamic_rnn_benchmark(batch_size, max_time, num_units, use_gpu): argument
873 def half_seq_len_vs_unroll_half_rnn_benchmark(batch_size, max_time, num_units, argument
941 def concat_state_vs_tuple_state_rnn_benchmark(batch_size, max_time, num_units, argument
1007 def dynamic_rnn_swap_memory_benchmark(batch_size, max_time, num_units): argument
/external/tensorflow/tensorflow/lite/kernels/
Dunidirectional_sequence_rnn.cc73 const int max_time = in Prepare() local
158 const int max_time = in EvalFloat() local
213 const int max_time = in EvalHybrid() local
Dbidirectional_sequence_rnn.cc134 const int max_time = in Prepare() local
298 const int max_time = in EvalFloat() local
432 const int max_time = in EvalHybrid() local
Dlstm_eval.cc899 int max_time, n_batch; in EvalFloat() local
1104 int max_time, n_batch; in EvalHybrid() local
/external/tensorflow/tensorflow/core/kernels/
Dctc_decoder_ops.cc72 const int64 max_time = inputs_shape.dim_size(0); in ValidateInputsGenerateOutputs() local
193 const int64 max_time = inputs_shape.dim_size(0); in Compute() local
284 const int64 max_time = inputs_shape.dim_size(0); in Compute() local
Dctc_loss_op.cc69 const int64 max_time = inputs_shape.dim_size(0); in Compute() local
/external/webrtc/webrtc/modules/video_coding/test/
Dtest_util.h36 virtual webrtc::EventTypeWrapper Wait(unsigned long max_time) { // NOLINT in Wait()
/external/libchrome/base/synchronization/
Dcondition_variable_posix.cc78 void ConditionVariable::TimedWait(const TimeDelta& max_time) { in TimedWait()
/external/ltp/testcases/realtime/func/gtod_latency/
Dgtod_infinite.c107 nsec_t max_time = START_MAX; in main() local
/external/gemmlowp/test/
Dbenchmark_meta_gemm.cc160 double max_time) { in time_all()
179 void time_one(Shape* shape, double max_time) { in time_one()
/external/grpc-grpc/tools/run_tests/python_utils/
Djobset.py410 quiet_success, max_time): argument
554 max_time=-1): argument
/external/u-boot/arch/x86/cpu/ivybridge/
Dmodel_206ax.c166 unsigned tdp, min_power, max_power, max_time; in set_power_limits() local
/external/grpc-grpc/test/cpp/ext/filters/census/
Dstats_plugin_end2end_test.cc239 const double max_time = absl::ToDoubleMilliseconds(absl::Now() - start_time); in TEST_F() local
/external/llvm/utils/lit/lit/
Drun.py190 def execute_tests(self, display, jobs, max_time=None, argument
/external/tensorflow/tensorflow/lite/experimental/kernels/
Dctc_beam_search_decoder.cc169 const int max_time = SizeOfDimension(inputs, 0); in Eval() local
/external/u-boot/arch/x86/cpu/broadwell/
Dcpu.c653 unsigned tdp, min_power, max_power, max_time; in cpu_set_power_limits() local
/external/tensorflow/tensorflow/contrib/rnn/python/kernel_tests/
Drnn_cell_test.py1915 max_time, compiled): argument
/external/tensorflow/tensorflow/tools/benchmark/
Dbenchmark_model.cc377 string max_time = "10.0"; in Main() local
/external/webrtc/webrtc/modules/video_coding/
Dreceiver_unittest.cc428 EventTypeWrapper Wait(unsigned long max_time) override { // NOLINT in Wait()

12