BenchmarkEntryOrBuilder

genel arayüz BenchmarkEntryOrBuilder
Bilinen Dolaylı Alt Sınıflar

Genel Yöntemler

soyut boole
içerirEkstralar (Dize anahtarı)
 Generic map from result key to value.
soyut çift
getCpuTime ()
 Total cpu time used for all iterations (in seconds)
 
double cpu_time = 3;
soyut Harita<String, EntryValue >
ekstralar al ()
Bunun yerine getExtrasMap() işlevini kullanın.
soyut int
getExtrasCount ()
 Generic map from result key to value.
soyut Harita<String, EntryValue >
getExtrasMap ()
 Generic map from result key to value.
özet Giriş Değeri
getExtrasOrDefault (Dize anahtarı, EntryValue defaultValue)
 Generic map from result key to value.
özet Giriş Değeri
getExtrasOrThrow (Dize tuşu)
 Generic map from result key to value.
soyut uzun
getIters ()
 If a benchmark, how many iterations it was run for
 
int64 iters = 2;
özet Metrik Girişi
getMetrics (int dizini)
 Metric name, value and expected range.
soyut int
getMetricsCount ()
 Metric name, value and expected range.
özet Listesi< MetricEntry >
getMetricsList ()
 Metric name, value and expected range.
özet MetricEntryOrBuilder
getMetricsOrBuilder (int dizini)
 Metric name, value and expected range.
Özet Liste<? MetricEntryOrBuilder'ı genişletiyor >
getMetricsOrBuilderList ()
 Metric name, value and expected range.
soyut Dize
getName ()
 The name of the specific benchmark or test
 (e.g.
abstract com.google.protobuf.ByteString
getNameBytes ()
 The name of the specific benchmark or test
 (e.g.
soyut çift
getThroughput ()
 Throughput (in MB/s)
 
double throughput = 5;
soyut çift
getWallTime ()
 Total wall time used for all iterations (in seconds)
 
double wall_time = 4;

Genel Yöntemler

genel soyut boolean içerirEkstralar (Dize anahtarı)

 Generic map from result key to value.
 
map<string, .tensorflow.EntryValue> extras = 6;

genel soyut çift getCpuTime ()

 Total cpu time used for all iterations (in seconds)
 
double cpu_time = 3;

genel özet Harita<String, EntryValue > getExtras ()

Bunun yerine getExtrasMap() işlevini kullanın.

genel özet int getExtrasCount ()

 Generic map from result key to value.
 
map<string, .tensorflow.EntryValue> extras = 6;

genel özet Harita<String, EntryValue > getExtrasMap ()

 Generic map from result key to value.
 
map<string, .tensorflow.EntryValue> extras = 6;

genel özet EntryValue getExtrasOrDefault (Dize anahtarı, EntryValue defaultValue)

 Generic map from result key to value.
 
map<string, .tensorflow.EntryValue> extras = 6;

genel özet EntryValue getExtrasOrThrow (Dize anahtarı)

 Generic map from result key to value.
 
map<string, .tensorflow.EntryValue> extras = 6;

genel soyut uzun getIters ()

 If a benchmark, how many iterations it was run for
 
int64 iters = 2;

genel özet MetricEntry getMetrics (int dizini)

 Metric name, value and expected range. This can include accuracy metrics
 typically used to determine whether the accuracy test has passed
 
repeated .tensorflow.MetricEntry metrics = 7;

genel özet int getMetricsCount ()

 Metric name, value and expected range. This can include accuracy metrics
 typically used to determine whether the accuracy test has passed
 
repeated .tensorflow.MetricEntry metrics = 7;

genel özet Listesi< MetricEntry > getMetricsList ()

 Metric name, value and expected range. This can include accuracy metrics
 typically used to determine whether the accuracy test has passed
 
repeated .tensorflow.MetricEntry metrics = 7;

genel özet MetricEntryOrBuilder getMetricsOrBuilder (int dizini)

 Metric name, value and expected range. This can include accuracy metrics
 typically used to determine whether the accuracy test has passed
 
repeated .tensorflow.MetricEntry metrics = 7;

genel özet listesi<? MetricEntryOrBuilder'ı genişletir > getMetricsOrBuilderList ()

 Metric name, value and expected range. This can include accuracy metrics
 typically used to determine whether the accuracy test has passed
 
repeated .tensorflow.MetricEntry metrics = 7;

genel özet Dize getName ()

 The name of the specific benchmark or test
 (e.g. BM_AdjustContrast_gpu_B_W_H)
 
string name = 1;

genel özet com.google.protobuf.ByteString getNameBytes ()

 The name of the specific benchmark or test
 (e.g. BM_AdjustContrast_gpu_B_W_H)
 
string name = 1;

genel soyut çift getThroughput ()

 Throughput (in MB/s)
 
double throughput = 5;

genel soyut çift getWallTime ()

 Total wall time used for all iterations (in seconds)
 
double wall_time = 4;