/third_party/ltp/testcases/realtime/func/gtod_latency/ |
D | gtod_infinite.c | 107 nsec_t max_time = START_MAX; in main() local 177 ((diff_time > max_time) || (diff_time > REPORT_MIN))) { in main() 178 if (diff_time > max_time) in main() 179 max_time = diff_time; in main() 184 max_time, ctime(&tt)); in main() 188 max_time = 0; in main()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/nn/ |
D | ctcloss_gpu_kernel.h | 56 max_time(0), in CtcLossGpuKernel() 142 max_time = SizeToInt(probs_dims_[0]); in LaunchInit() 159 if (max_time < max_sequence) { in LaunchFirstHalf() 162 InnerSoftMax(probs, softmax_probs, sequence_length, max_time, batch, numclass, stream); in LaunchFirstHalf() 191 int log_prob_size = batch * SOffSet * max_time; in LaunchSecondHalf() 193 if (!ignore_longer_outputs_than_inputs_ && max_labels_length_host > max_time) { in LaunchSecondHalf() 208 SOffSet, max_time, numclass - 1, label_squence_length, cum_labels_length, in LaunchSecondHalf() 211 SOffSet, max_time, numclass - 1, label_squence_length, cum_labels_length, in LaunchSecondHalf() 213 …log_alpha_b, log_beta_b, softmax_probs, label_value_with_blank, batch, SOffSet, max_time, numclass, in LaunchSecondHalf() 310 int max_time; variable
|
/third_party/musl/porting/liteos_a/user/src/select/ |
D | select.c | 15 const time_t max_time = (1ULL<<8*sizeof(time_t)-1)-1; in select() local 18 if (us/1000000 > max_time - s) { in select() 19 s = max_time; in select()
|
/third_party/musl/src/select/ |
D | select.c | 15 const time_t max_time = (1ULL<<8*sizeof(time_t)-1)-1; in select() local 18 if (us/1000000 > max_time - s) { in select() 19 s = max_time; in select()
|
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | urisourcebin.c | 32 guint64 min_time, max_time, avg_time; in GST_START_TEST() local 58 "maximum-time-level", &max_time)); in GST_START_TEST() 59 fail_unless_equals_int (0, max_time); in GST_START_TEST()
|
/third_party/lwip/src/core/ipv4/ |
D | igmp.c | 102 static void igmp_start_timer(struct igmp_group *group, u8_t max_time); 692 igmp_start_timer(struct igmp_group *group, u8_t max_time) in igmp_start_timer() argument 695 group->timer = (u16_t)(max_time > 2 ? (LWIP_RAND() % max_time) : 1); in igmp_start_timer() 698 group->timer = max_time / 2; in igmp_start_timer()
|
/third_party/boost/boost/math/special_functions/ |
D | hypergeometric_pFq.hpp | 33 …timed_iteration_terminator(boost::uintmax_t i, double t) : max_iter(i), max_time(t), start_time(st… in timed_iteration_terminator() 39 …f (std::chrono::duration<double>(std::chrono::system_clock::now() - start_time).count() > max_time) in operator ()() 45 double max_time; member
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/ |
D | ctcloss_impl.cu | 221 …void InnerSoftMaxKernel(const T *probs, T *softmax_probs, const int *sequence_length, int max_time, in InnerSoftMaxKernel() argument 223 …for (int i = blockIdx.x * blockDim.x + threadIdx.x; i < batch * max_time; i += blockDim.x * gridDi… in InnerSoftMaxKernel() 300 void InnerSoftMax(const T *probs, T *softmax_probs, const int *sequence_length, int max_time, int b… in InnerSoftMax() argument 302 …InnerSoftMaxKernel<<<GET_BLOCKS(batch * max_time), GET_THREADS, 0, stream>>>(probs, softmax_probs,… in InnerSoftMax() 303 … max_time, batch, numclass); in InnerSoftMax() 440 …rSoftMax<float>(const float *probs, float *softmax_probs, const int *sequence_length, int max_time,
|
D | ctcloss_impl.cuh | 31 void InnerSoftMax(const T *probs, T *softmax_cost, const int *sequence_length, int max_time, int ba…
|
/third_party/tzdata/ |
D | zic.c | 613 static zic_t const max_time = MAXVAL(zic_t, TIME_T_BITS_IN_FILE); variable 631 intmax_t lo = min_time, hi = max_time; in timerange_option() 647 if (*hi_end || hi < lo || max_time < lo || hi < min_time) in timerange_option() 650 hi_time = max_time < hi ? max_time : hi; in timerange_option() 1486 z.z_untiltime < max_time && in inzsub() 1488 zones[nzones - 1].z_untiltime < max_time && in inzsub() 1566 if (dayoff > max_time / SECSPERDAY) { in getleapdatetime() 2046 hicut = hi_time < max_time; in writezone() 2485 if (hi_time < max_time) in stringzone() 2799 jtime == max_time) in outzone() [all …]
|
/third_party/grpc/tools/run_tests/python_utils/ |
D | jobset.py | 419 quiet_success, max_time): argument 432 self._max_time = max_time 563 max_time=-1): argument 576 quiet_success, max_time)
|
/third_party/boost/libs/compute/perf/ |
D | perf.hpp | 90 nanosecond_type max_time() const in max_time() function in perf_timer
|
/third_party/grpc/tools/internal_ci/linux/pull_request/ |
D | grpc_basictests_csharp.cfg | 29 value: "-f basictests linux csharp --inner_jobs 16 -j 2 --internal_ci --max_time=3600"
|
D | grpc_basictests_python.cfg | 29 value: "-f basictests linux python --inner_jobs 16 -j 2 --internal_ci --max_time=3600"
|
D | grpc_basictests_php.cfg | 29 value: "-f basictests linux php --inner_jobs 16 -j 2 --internal_ci --max_time=3600"
|
D | grpc_basictests_c_dbg.cfg | 29 value: "-f basictests linux c dbg --inner_jobs 16 -j 1 --internal_ci --max_time=3600"
|
D | grpc_basictests_cpp_opt.cfg | 29 value: "-f basictests linux c++ opt --inner_jobs 16 -j 1 --internal_ci --max_time=3600"
|
D | grpc_basictests_multilang.cfg | 29 value: "-f basictests linux multilang --inner_jobs 16 -j 2 --internal_ci --max_time=3600"
|
D | grpc_basictests_node.cfg | 29 value: "-f basictests linux grpc-node --inner_jobs 16 -j 2 --internal_ci --max_time=3600"
|
D | grpc_basictests_c_opt.cfg | 29 value: "-f basictests linux c opt --inner_jobs 16 -j 1 --internal_ci --max_time=3600"
|
D | grpc_basictests_cpp_dbg.cfg | 29 value: "-f basictests linux c++ dbg --inner_jobs 16 -j 1 --internal_ci --max_time=3600"
|
/third_party/grpc/tools/internal_ci/windows/pull_request/ |
D | grpc_basictests.cfg | 29 value: "-f basictests windows -j 1 --inner_jobs 8 --internal_ci --max_time=3600"
|
D | grpc_basictests_csharp.cfg | 29 value: "-f basictests windows csharp -j 1 --inner_jobs 8 --internal_ci --max_time=3600"
|
D | grpc_basictests_dbg.cfg | 29 value: "-f basictests windows dbg -j 1 --inner_jobs 8 --internal_ci --max_time=3600"
|
D | grpc_basictests_python.cfg | 29 value: "-f basictests windows python -j 1 --inner_jobs 8 --internal_ci --max_time=3600"
|