OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:total_duration
(Results
1 - 7
of
7
) sorted by null
/external/tensorflow/tensorflow/core/kernels/
quantized_add_op_test.cc
162
int64
total_duration
= 0;
local
168
total_duration
+= end_time - start_time;
170
const int64 one_run_duration =
total_duration
/ iterations;
175
(iterations * num_ops) / static_cast<double>(
total_duration
);
182
<< ",
total_duration
=" <<
total_duration
;
local
quantized_mul_op_test.cc
162
int64
total_duration
= 0;
local
168
total_duration
+= end_time - start_time;
170
const int64 one_run_duration =
total_duration
/ iterations;
175
(iterations * num_ops) / static_cast<double>(
total_duration
);
182
<< ",
total_duration
=" <<
total_duration
;
local
quantized_resize_bilinear_op_test.cc
209
int64
total_duration
= 0;
local
218
total_duration
+= end_time - start_time;
220
const int64 one_run_duration =
total_duration
/ iterations;
225
(iterations * num_ops) / static_cast<double>(
total_duration
);
233
<< ",
total_duration
=" <<
total_duration
;
local
quantization_utils_test.cc
309
int64
total_duration
= 0;
local
322
total_duration
+= end_time - start_time;
324
const int64 one_run_duration =
total_duration
/ iterations;
329
(iterations * num_ops) / static_cast<double>(
total_duration
);
335
<< ",
total_duration
=" <<
total_duration
;
local
[
all
...]
/external/v8/src/heap/
gc-tracer.cc
889
double
total_duration
=
local
[
all
...]
/art/runtime/gc/
heap.cc
1133
uint64_t
total_duration
= 0;
local
[
all
...]
/frameworks/av/media/extractors/mp4/
MPEG4Extractor.cpp
3370
uint64_t
total_duration
= 0;
local
[
all
...]
Completed in 849 milliseconds