Searched refs:benchmark (Results 201 - 225 of 242) sorted by relevance

12345678910

/external/tensorflow/tensorflow/tools/ci_build/linux/cpu/
H A Drun_py3_contrib.sh34 bazel test --test_tag_filters=-no_oss,-oss_serial,-gpu,-benchmark-test -k \
/external/toolchain-utils/deprecated/
H A Dbuild_benchmarks.py17 - Execute bench.py script within chroot to build benchmark
70 def CreateRunsh(destdir, benchmark):
71 """Create run.sh script to run benchmark.
73 Perflab needs a run.sh that runs the benchmark.
76 contents = '#!/bin/sh\n%s $@ %s\n' % (run_cmd, benchmark)
99 logger.GetLogger().LogError('benchmark results %s does not exist.' %
153 help='Build benchmark.')
201 logger.GetLogger().LogFatal('Bad benchmark %s specified' % arg)
235 'clean of benchmark %s failed.' % arg)
243 'Build of benchmark
[all...]
/external/vogar/src/vogar/android/
H A DHostRuntime.java144 if (!run.benchmark && run.checkJni) {
164 return new DexTask(run.toolchain.getDexer(), run.androidSdk, classpath, run.benchmark, name,
/external/tensorflow/tensorflow/contrib/makefile/
H A DREADME.md27 applications. You will also compile the [benchmark](../../tools/benchmark/)
63 and create an example executable at `tensorflow/contrib/makefile/gen/bin/benchmark`.
77 tensorflow/contrib/makefile/gen/bin/benchmark \
114 [benchmark app](../../tools/benchmark) compiled for Android.
116 Run the benchmark by pushing both the benchmark and the graph file to your
121 adb push tensorflow/contrib/makefile/gen/bin/benchmark /data/local/tmp/
122 adb shell '/data/local/tmp/benchmark \
[all...]
/external/vogar/src/vogar/
H A DVogar.java180 @Option(names = { "--benchmark" })
181 boolean benchmark = false; field in class:Vogar
217 System.out.println(" the target process is a Caliper benchmark or main method.");
248 System.out.println(" --benchmark: for use with dalvikvm, this dexes all files together,");
293 System.out.println(" Default is determined by --benchmark and --testonly, if they are");
305 System.out.println(" Default is: " + checkJni + ", but disabled for --benchmark.");
474 if (benchmark || debugPort != null) {
527 // When using --benchmark,
528 // caliper will spawn each benchmark as a new process (default dalvikvm).
533 if ("app_process".equals(vmCommand) && benchmark) {
[all...]
/external/gemmlowp/test/
H A Dbenchmark.cc94 // main benchmark loop
141 void benchmark(GemmContext* context) { function in namespace:gemmlowp
345 gemmlowp::benchmark(&context);
352 gemmlowp::benchmark(&context);
/external/google-benchmark/src/
H A Dbenchmark_register.cc15 #include "benchmark/benchmark.h"
47 namespace benchmark { namespace
52 // The size of a benchmark family determines is the number of inputs to repeat
53 // the benchmark on. If this is "large" then warn the user during configuration.
64 // benchmark identifies a family of related benchmarks to run.
69 // Registers a benchmark family and returns the index assigned to it.
72 // Clear all registered benchmark families.
75 // Extract the list of benchmark instances that match the specified
115 Err << "Could not compile benchmark r
353 Apply(void (*custom_arguments)(Benchmark* benchmark)) argument
[all...]
H A Dcommandlineflags.cc23 namespace benchmark { namespace
218 } // end namespace benchmark
H A Dconsole_reporter.cc15 #include "benchmark/benchmark.h"
34 namespace benchmark { namespace
182 } // end namespace benchmark
H A Dstring_util.cc12 namespace benchmark { namespace
172 } // end namespace benchmark
H A Dcomplexity.cc16 // Adapted to be used with google benchmark
18 #include "benchmark/benchmark.h"
25 namespace benchmark { namespace
69 // - n : Vector containing the size of the benchmark tests.
70 // - time : Vector containing the times for the benchmark tests.
115 // - n : Vector containing the size of the benchmark tests.
116 // - time : Vector containing the times for the benchmark tests.
124 // benchmark runs are given
220 } // end namespace benchmark
[all...]
H A Djson_reporter.cc15 #include "benchmark/benchmark.h"
30 namespace benchmark { namespace
201 } // end namespace benchmark
H A Dstatistics.cc16 #include "benchmark/benchmark.h"
26 namespace benchmark { namespace
101 // can take this information from the first benchmark.
175 } // end namespace benchmark
H A Dtimers.cc57 namespace benchmark { namespace
125 // https://github.com/google/benchmark/pull/292
149 // https://github.com/google/benchmark/pull/292
212 } // end namespace benchmark
/external/libcxx/utils/google-benchmark/src/
H A Dbenchmark_register.cc15 #include "benchmark/benchmark.h"
47 namespace benchmark { namespace
52 // The size of a benchmark family determines is the number of inputs to repeat
53 // the benchmark on. If this is "large" then warn the user during configuration.
64 // benchmark identifies a family of related benchmarks to run.
69 // Registers a benchmark family and returns the index assigned to it.
72 // Clear all registered benchmark families.
75 // Extract the list of benchmark instances that match the specified
115 Err << "Could not compile benchmark r
353 Apply(void (*custom_arguments)(Benchmark* benchmark)) argument
[all...]
H A Dcommandlineflags.cc23 namespace benchmark { namespace
218 } // end namespace benchmark
H A Dconsole_reporter.cc15 #include "benchmark/benchmark.h"
34 namespace benchmark { namespace
182 } // end namespace benchmark
H A Dstring_util.cc12 namespace benchmark { namespace
172 } // end namespace benchmark
H A Dcomplexity.cc16 // Adapted to be used with google benchmark
18 #include "benchmark/benchmark.h"
25 namespace benchmark { namespace
69 // - n : Vector containing the size of the benchmark tests.
70 // - time : Vector containing the times for the benchmark tests.
115 // - n : Vector containing the size of the benchmark tests.
116 // - time : Vector containing the times for the benchmark tests.
124 // benchmark runs are given
220 } // end namespace benchmark
[all...]
/external/caliper/caliper/src/test/java/com/google/caliper/runner/
H A DExperimentingRunnerModuleTest.java108 fail("should have thrown for invalid benchmark method name");
136 public void dryRun(Object benchmark) throws InvalidBenchmarkException {}
/external/conscrypt/
H A DAndroid.mk94 bundled_benchmark_java_files += $(call all-java-files-under,benchmark-base/src/main/java)
95 bundled_benchmark_java_files += $(call all-java-files-under,benchmark-android/src/main/java)
/external/toolchain-utils/crosperf/
H A Dexperiment_status.py137 benchmark_name = benchmark_run.benchmark.name
H A Dbenchmark_run_unittest.py21 from benchmark import Benchmark
104 'self', 'name', 'benchmark', 'label', 'iteration', 'cache_conditions',
396 mock_runner.assert_called_with(mock_machine.name, br.label, br.benchmark,
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
H A DInstrument.java75 * The application of an instrument to a particular benchmark method.
118 public abstract void dryRun(Object benchmark) throws InvalidBenchmarkException; argument
/external/google-benchmark/test/
H A Doutput_test.h14 #include "benchmark/benchmark.h"
37 std::shared_ptr<benchmark::Regex> regex;
67 // Call this macro to register a benchmark for checking its results. This
69 // results of a benchmark. This is done only after verifying that the output
72 // all the benchmark names. Matching benchmarks
83 // Class holding the results of a benchmark.
87 // the benchmark name
89 // the benchmark fields
101 // get the real_time duration of the benchmark i
[all...]

Completed in 1175 milliseconds

12345678910