Searched defs:BenchmarkResult (Results 1 – 10 of 10) sorted by relevance
353 type BenchmarkResult struct { struct354 N int // The number of iterations.355 T time.Duration // The total time taken.356 Bytes int64 // Bytes processed in one iteration.357 MemAllocs uint64 // The total number of memory allocations.358 MemBytes uint64 // The total number of bytes allocated.361 Extra map[string]float64365 func (r BenchmarkResult) NsPerOp() int64 {376 func (r BenchmarkResult) mbPerSec() float64 {388 func (r BenchmarkResult) AllocsPerOp() int64 {[all …]
175 type BenchmarkResult struct { struct176 N int // The number of iterations.177 T time.Duration // The total time taken.178 Bytes int64 // Bytes processed in one iteration.181 func (r BenchmarkResult) NsPerOp() int64 {188 func (r BenchmarkResult) mbPerSec() float64 {195 func (r BenchmarkResult) String() string {
29 public class BenchmarkResult implements Parcelable { class67 public BenchmarkResult(LatencyResult inferenceLatency, in BenchmarkResult() method in BenchmarkResult99 public BenchmarkResult(String benchmarkError) { in BenchmarkResult() method in BenchmarkResult107 protected BenchmarkResult(Parcel in) { in BenchmarkResult() method in BenchmarkResult
194 class BenchmarkResult(NamedTuple): class215 def add(self, benchmark_result: BenchmarkResult):389 def add(self, benchmark_result: BenchmarkResult):
51 BenchmarkResult = collections.namedtuple( variable
553 message BenchmarkResult { message
275 PROTOBUF_CONSTEXPR BenchmarkResult::BenchmarkResult( in BenchmarkResult() function in tflite::proto::BenchmarkResult6604 BenchmarkResult::BenchmarkResult(::PROTOBUF_NAMESPACE_ID::Arena* arena, in BenchmarkResult() function in tflite::proto::BenchmarkResult6610 BenchmarkResult::BenchmarkResult(const BenchmarkResult& from) in BenchmarkResult() function in tflite::proto::BenchmarkResult
60 class BenchmarkResult; variable3667 inline BenchmarkResult() : BenchmarkResult(nullptr) {} in BenchmarkResult() function3672 BenchmarkResult(BenchmarkResult&& from) noexcept in BenchmarkResult() function