Home
last modified time | relevance | path

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

/external/llvm-project/libc/benchmarks/
DLibcBenchmark.h102 struct BenchmarkResult { struct
103 BenchmarkStatus TerminationStatus = BenchmarkStatus::Running;
104 Duration BestGuess = {};
105 llvm::Optional<llvm::SmallVector<BenchmarkState, 16>> MaybeBenchmarkLog;
/external/tensorflow/tensorflow/lite/experimental/acceleration/configuration/
Dconfiguration.proto394 message BenchmarkResult { message