Home
last modified time | relevance | path

Searched defs:max_iters (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/compiler/aot/
Dbenchmark.h43 int64 max_iters = 0; // Maximum iterations to run, ignored if <= 0. member
/external/skia/src/core/
DSkCubicSolver.h29 static int max_iters = 0; in cubic_solver() local
DSkCubicMap.cpp25 static int max_iters; variable
/external/ltp/testcases/kernel/mem/tunable/
Dmax_map_count.c145 long max_iters; in max_map_count_test() local
/external/rust/crates/criterion/src/plot/plotters_backend/
Dregression.rs123 let max_iters = base_data.x().max().max(data.x().max()); in regression_comparison_figure() localVariable
/external/rust/crates/criterion/src/plot/gnuplot_backend/
Dregression.rs139 let max_iters = base_data.x().max().max(data.x().max()); in regression_comparison_figure() localVariable
/external/llvm-project/libcxx/utils/google-benchmark/src/
Dbenchmark.cc124 State::State(size_t max_iters, const std::vector<int64_t>& ranges, int thread_i, in State()
/external/google-benchmark/src/
Dbenchmark.cc118 State::State(IterationCount max_iters, const std::vector<int64_t>& ranges, in State()
/external/libcxx/utils/google-benchmark/src/
Dbenchmark.cc124 State::State(size_t max_iters, const std::vector<int64_t>& ranges, int thread_i, in State()
/external/skqp/src/core/
DSkCubicMap.cpp49 static int max_iters; variable
/external/llvm-project/llvm/utils/benchmark/src/
Dbenchmark.cc293 State::State(size_t max_iters, const std::vector<int64_t>& ranges, int thread_i, in State()
/external/deqp-deps/amber/src/dawn/
Dengine_dawn.cc256 const int max_iters = 100; in MapBuffer() local
/external/brotli/c/enc/
Dbackward_references_hq.c417 const size_t max_iters = MaxZopfliCandidates(params); in UpdateNodes() local