Home
last modified time | relevance | path

Searched defs:run_type (Results 1 – 12 of 12) sorted by relevance

/external/libcxx/utils/google-benchmark/tools/gbench/Inputs/
Dtest3_run0.json12 "run_type": "aggregate", string
34 "run_type": "aggregate", string
42 "run_type": "aggregate", string
50 "run_type": "iteration", string
58 "run_type": "iteration", string
Dtest3_run1.json19 "run_type": "aggregate", string
34 "run_type": "aggregate", string
42 "run_type": "aggregate", string
50 "run_type": "iteration", string
58 "run_type": "iteration", string
/external/google-benchmark/tools/gbench/Inputs/
Dtest3_run0.json12 "run_type": "aggregate", string
34 "run_type": "aggregate", string
42 "run_type": "aggregate", string
50 "run_type": "iteration", string
58 "run_type": "iteration", string
Dtest3_run1.json19 "run_type": "aggregate", string
34 "run_type": "aggregate", string
42 "run_type": "aggregate", string
50 "run_type": "iteration", string
58 "run_type": "iteration", string
Dtest1_run2.json90 "run_type": "aggregate", string
100 "run_type": "aggregate", string
Dtest1_run1.json90 "run_type": "aggregate", string
100 "run_type": "aggregate", string
/external/ComputeLibrary/src/graph/
DPassManager.cpp73 void PassManager::run_type(Graph &g, IGraphMutator::MutationType type) in run_type() function in arm_compute::graph::PassManager
/external/tensorflow/tensorflow/lite/tools/benchmark/
Dprofiling_listener.cc55 void ProfilingListener::OnSingleRunStart(RunType run_type) { in OnSingleRunStart()
Dbenchmark_model.cc205 float max_secs, RunType run_type, in Run()
/external/libcxx/utils/google-benchmark/include/benchmark/
Dbenchmark.h1344 RunType run_type; // is this a measurement, or an aggregate? member
/external/google-benchmark/include/benchmark/
Dbenchmark.h1393 RunType run_type; member
/external/libaom/av1/encoder/
Dpartition_search.c5575 const RUN_TYPE run_type = emit_output ? OUTPUT_ENABLED : DRY_RUN_NORMAL; in av1_rd_pick_partition() local