Home
last modified time | relevance | path

Searched defs:BenchmarkResult (Results 1 – 6 of 6) sorted by relevance

/external/cronet/tot/third_party/llvm-libc/src/benchmarks/gpu/
DLibcGpuBenchmark.h72 struct BenchmarkResult { struct
82 BenchmarkResult benchmark(const BenchmarkOptions &options, argument
/external/cronet/stable/third_party/llvm-libc/src/benchmarks/gpu/
DLibcGpuBenchmark.h72 struct BenchmarkResult { struct
82 BenchmarkResult benchmark(const BenchmarkOptions &options, argument
/external/cronet/tot/third_party/llvm-libc/src/benchmarks/
DLibcBenchmark.h99 struct BenchmarkResult { struct
100 BenchmarkStatus TerminationStatus = BenchmarkStatus::Running;
101 Duration BestGuess = {};
102 std::optional<llvm::SmallVector<BenchmarkState, 16>> MaybeBenchmarkLog;
/external/cronet/stable/third_party/llvm-libc/src/benchmarks/
DLibcBenchmark.h99 struct BenchmarkResult { struct
100 BenchmarkStatus TerminationStatus = BenchmarkStatus::Running;
101 Duration BestGuess = {};
102 std::optional<llvm::SmallVector<BenchmarkState, 16>> MaybeBenchmarkLog;
/external/ComputeLibrary/examples/gemm_tuner/
DGemmTuner.py194 class BenchmarkResult(NamedTuple): class
215 def add(self, benchmark_result: BenchmarkResult):
389 def add(self, benchmark_result: BenchmarkResult):
/external/tensorflow/tensorflow/lite/experimental/acceleration/configuration/
Dconfiguration.proto553 message BenchmarkResult { message