Home
last modified time | relevance | path

Searched defs:Benchmark (Results 1 – 25 of 80) sorted by relevance

1234

/external/catch2/include/internal/benchmark/
Dcatch_benchmark.hpp35 namespace Benchmark { namespace
36 struct Benchmark { struct
37 Benchmark(std::string &&name) in Benchmark() function
41 Benchmark(std::string &&name, FUN &&func) in Benchmark() argument
45 …an<FloatDuration<Clock>> prepare(const IConfig &cfg, Environment<FloatDuration<Clock>> env) const { in prepare()
54 void run() { in run()
115 if( Catch::Benchmark::Benchmark BenchmarkName{name} ) \
Dcatch_clock.hpp18 namespace Benchmark { namespace
Dcatch_estimate.hpp15 namespace Benchmark { namespace
Dcatch_outlier_classification.hpp14 namespace Benchmark { namespace
/external/rust/crates/libm/
DREADME.md25 ## Benchmark section in `libm`
26 [benchmark]: #benchmark
/external/eigen/bench/tensors/
Dbenchmark.h23 Benchmark(const char* name, void (*fn)(int)) { in Benchmark() function
26 Benchmark(const char* name, void (*fn_range)(int, int)) { in Benchmark() function
/external/tensorflow/tensorflow/compiler/aot/
Dbenchmark_test.cc28 TEST(Benchmark, Benchmark) { in TEST() argument
/external/swiftshader/third_party/marl/tools/bench/
Dbench.go58 type Benchmark struct { struct
59 Tests []Test
/external/rust/crates/criterion/src/
Dbenchmark.rs95 pub struct Benchmark<M: Measurement = WallTime> { struct
96 config: PartialBenchmarkConfig, argument
101 /// Common trait for `Benchmark` and `ParameterizedBenchmark`. Not intended to be argument
254 impl<M> Benchmark<M> implementation
316 impl<M: Measurement> BenchmarkDefinition<M> for Benchmark<M> { implementation
/external/caliper/caliper/src/main/java/com/google/caliper/
DBenchmark.java79 public @interface Benchmark {} annotation
/external/tensorflow/tensorflow/core/platform/default/
Dtest_benchmark.cc44 Benchmark::Benchmark(const char* name, void (*fn)(int)) in Benchmark() function in tensorflow::testing::Benchmark
50 Benchmark::Benchmark(const char* name, void (*fn)(int, int)) in Benchmark() function in tensorflow::testing::Benchmark
55 Benchmark::Benchmark(const char* name, void (*fn)(int, int, int)) in Benchmark() function in tensorflow::testing::Benchmark
60 Benchmark::Benchmark(const char* name, void (*fn)(::testing::benchmark::State&)) in Benchmark() function in tensorflow::testing::Benchmark
/external/python/pybind11/docs/
Dbenchmark.rst1 Benchmark title
/external/tensorflow/tensorflow/core/common_runtime/
Dlocal_device.h26 class Benchmark; variable
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DRunning.java38 public @interface Benchmark {} annotation in Running
/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/
Dbenchmark.h100 Benchmark(const char* name, void (*func)(benchmark::State&)) in Benchmark() function
112 Benchmark(const char* name, void (*func)(benchmark::State&), int lo, int hi) in Benchmark() function
/external/catch2/include/internal/benchmark/detail/
Dcatch_measure.hpp21 namespace Benchmark { namespace
Dcatch_timing.hpp21 namespace Benchmark { namespace
Dcatch_repeat.hpp18 namespace Benchmark { namespace
/external/ruy/ruy/
Dbenchmark.cc39 std::vector<std::unique_ptr<TestResult<DstScalar>>> Benchmark( in Benchmark() function
105 void Benchmark() { in Benchmark() function
/external/grpc-grpc/src/csharp/Grpc.Microbenchmarks/
DProgram.cs40 public MicrobenchmarkType Benchmark { get; set; } property in Grpc.Microbenchmarks.Program.BenchmarkOptions
/external/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/
Dcompare.py30 def Benchmark(outbase, bench_cpu=True, runs=12, fasttable=False): function
/external/tensorflow/tensorflow/python/platform/
Dtest.py48 Benchmark = _googletest.Benchmark # pylint: disable=invalid-name variable
/external/swiftshader/third_party/marl/tools/cmd/benchdiff/
Dmain.go89 func compare(benchA, benchB bench.Benchmark, nameA, nameB string) {
/external/skia/src/gpu/tessellate/
DGrStrokeIndirectTessellator.h85 class Benchmark; variable
/external/tensorflow/tensorflow/core/kernels/
Deigen_benchmark_cpu_test.cc38 using Benchmark = in SpatialConvolution() typedef
66 using Benchmark = in SpatialConvolutionBackwardInput() typedef
93 using Benchmark = in SpatialConvolutionBackwardKernel() typedef
256 using Benchmark = in CuboidConvolution() typedef
285 using Benchmark = in CuboidConvolutionBackwardInput() typedef
313 using Benchmark = in CuboidConvolutionBackwardKernel() typedef

1234