Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/testing/
Dbenchmark.go353 type BenchmarkResult struct { struct
354 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]float64
365 func (r BenchmarkResult) NsPerOp() int64 {
376 func (r BenchmarkResult) mbPerSec() float64 {
388 func (r BenchmarkResult) AllocsPerOp() int64 {
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/go/doc/testdata/
Dbenchmark.go175 type BenchmarkResult struct { struct
176 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 {
/aosp_15_r20/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DBenchmarkResult.java29 public class BenchmarkResult implements Parcelable { class
67 public BenchmarkResult(LatencyResult inferenceLatency, in BenchmarkResult() method in BenchmarkResult
99 public BenchmarkResult(String benchmarkError) { in BenchmarkResult() method in BenchmarkResult
107 protected BenchmarkResult(Parcel in) { in BenchmarkResult() method in BenchmarkResult
/aosp_15_r20/external/ComputeLibrary/examples/gemm_tuner/
H A DGemmTuner.py194 class BenchmarkResult(NamedTuple): class
215 def add(self, benchmark_result: BenchmarkResult):
389 def add(self, benchmark_result: BenchmarkResult):
/aosp_15_r20/test/mlts/benchmark/results/
Dgenerate_result.py51 BenchmarkResult = collections.namedtuple( variable
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/acceleration/configuration/
H A Dconfiguration.proto553 message BenchmarkResult { message
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tflite_configuration_proto/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/tensorflow/lite/experimental/acceleration/configuration/
Dconfiguration.pb.cc275 PROTOBUF_CONSTEXPR BenchmarkResult::BenchmarkResult( in BenchmarkResult() function in tflite::proto::BenchmarkResult
6604 BenchmarkResult::BenchmarkResult(::PROTOBUF_NAMESPACE_ID::Arena* arena, in BenchmarkResult() function in tflite::proto::BenchmarkResult
6610 BenchmarkResult::BenchmarkResult(const BenchmarkResult& from) in BenchmarkResult() function in tflite::proto::BenchmarkResult
Dconfiguration.pb.h60 class BenchmarkResult; variable
3667 inline BenchmarkResult() : BenchmarkResult(nullptr) {} in BenchmarkResult() function
3672 BenchmarkResult(BenchmarkResult&& from) noexcept in BenchmarkResult() function
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tflite_configuration_proto/android_arm64_armv8-2a_cortex-a55_static_apex30/gen/proto/tensorflow/lite/experimental/acceleration/configuration/
Dconfiguration.pb.cc275 PROTOBUF_CONSTEXPR BenchmarkResult::BenchmarkResult( in BenchmarkResult() function in tflite::proto::BenchmarkResult
6604 BenchmarkResult::BenchmarkResult(::PROTOBUF_NAMESPACE_ID::Arena* arena, in BenchmarkResult() function in tflite::proto::BenchmarkResult
6610 BenchmarkResult::BenchmarkResult(const BenchmarkResult& from) in BenchmarkResult() function in tflite::proto::BenchmarkResult
Dconfiguration.pb.h60 class BenchmarkResult; variable
3667 inline BenchmarkResult() : BenchmarkResult(nullptr) {} in BenchmarkResult() function
3672 BenchmarkResult(BenchmarkResult&& from) noexcept in BenchmarkResult() function