OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:percent_string
(Results
1 - 3
of
3
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/
literal_comparison.cc
546
auto
percent_string
= [](float a, float b) {
local
555
num_mismatches_,
percent_string
(num_mismatches_, element_count),
582
bucket_size,
percent_string
(bucket_size, element_count),
591
percent_string
(total - buckets[0], total));
595
buckets[i],
percent_string
(buckets[i], total));
600
percent_string
(num_abs_mismatches_, element_count));
606
percent_string
(num_rel_mismatches_, element_count));
[
all
...]
/external/autotest/server/cros/chaos_lib/
chaos_parser.py
114
percent_string
= str(int(round(percent))) + '%'
115
return str('%d/%d (%s)' % (passed_tests, total_tests,
percent_string
))
/external/autotest/contrib/
compare_suite.py
305
percent_string
= delimiter.join(
309
print '%% on %s %s%s' % (task_type, delimiter,
percent_string
)
Completed in 361 milliseconds