OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:trim_ratio
(Results
1 - 3
of
3
) sorted by null
/external/autotest/client/site_tests/hardware_TrimIntegrity/
hardware_TrimIntegrity.py
37
TRIM_RATIO
= [0, 0.25, 0.5, 0.75, 1]
98
chunk_size=CHUNK_SIZE,
trim_ratio
=
TRIM_RATIO
):
105
@param
trim_ratio
: list of ratio of file size to trim data
182
for ratio in
trim_ratio
:
/external/gemmlowp/test/
benchmark.cc
241
const float
trim_ratio
= 0.25;
local
242
const size_t count_trimmed = gemm_times.size() *
trim_ratio
;
272
std::cout << " " << 100 *
trim_ratio
benchmark_meta_gemm.cc
119
const float
trim_ratio
= 0.25;
local
120
const size_t count_trimmed = times->size() *
trim_ratio
;
150
std::cout << " " << 100 *
trim_ratio
Completed in 43 milliseconds