BenchmarkEntryOrBuilder

interfejs publiczny BenchmarkEntryOrBuilder
Znane podklasy pośrednie

Metody publiczne

abstrakcyjna wartość logiczna
zawieraDodatki (klawisz ciągu)
 Generic map from result key to value.
abstrakcyjny dublet
pobierzCpuTime ()
 Total cpu time used for all iterations (in seconds)
 
double cpu_time = 3;
abstrakcyjna Mapa<String, EntryValue >
pobierz dodatki ()
Zamiast tego użyj getExtrasMap() .
streszczenie wew
getExtrasCount ()
 Generic map from result key to value.
abstrakcyjna Mapa<String, EntryValue >
getExtrasMap ()
 Generic map from result key to value.
abstrakcyjna Wartość Wpisu
getExtrasOrDefault (klucz ciągu, wartość domyślna EntryValue )
 Generic map from result key to value.
abstrakcyjna Wartość Wpisu
getExtrasOrThrow (klawisz ciągu)
 Generic map from result key to value.
abstrakcyjne, długie
getIters ()
 If a benchmark, how many iterations it was run for
 
int64 iters = 2;
abstrakcyjny wpis metryczny
getMetrics (indeks int)
 Metric name, value and expected range.
streszczenie wew
getMetricsCount ()
 Metric name, value and expected range.
lista abstrakcyjna< MetricEntry >
getMetricsList ()
 Metric name, value and expected range.
streszczenie MetricEntryOrBuilder
getMetricsOrBuilder (indeks int)
 Metric name, value and expected range.
lista abstrakcyjna<? rozszerza MetricEntryOrBuilder >
getMetricsOrBuilderList ()
 Metric name, value and expected range.
abstrakcyjny ciąg
pobierz nazwę ()
 The name of the specific benchmark or test
 (e.g.
streszczenie com.google.protobuf.ByteString
getNameBytes ()
 The name of the specific benchmark or test
 (e.g.
abstrakcyjny dublet
uzyskaj przepustowość ()
 Throughput (in MB/s)
 
double throughput = 5;
abstrakcyjny dublet
getWallTime ()
 Total wall time used for all iterations (in seconds)
 
double wall_time = 4;

Metody publiczne

publiczna wartość logiczna abstrakcyjna zawieraDodatki (klucz ciąg)

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

publiczne streszczenie podwójne getCpuTime ()

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

publiczna abstrakcja Mapa<String, EntryValue > getExtras ()

Zamiast tego użyj getExtrasMap() .

publiczne streszczenie int getExtrasCount ()

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

publiczna mapa abstrakcyjna<String, EntryValue > getExtrasMap ()

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

public streszczenie EntryValue getExtrasOrDefault (klucz string, wartość domyślna EntryValue )

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

publiczne streszczenie EntryValue getExtrasOrThrow (klucz ciąg)

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

publiczne streszczenie długie getIters ()

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

publiczne streszczenie MetricEntry getMetrics (indeks int)

 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;

publiczne streszczenie 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;

publiczna lista abstrakcyjna< 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;

publiczne streszczenie MetricEntryOrBuilder getMetricsOrBuilder (indeks int)

 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;

publiczna lista abstrakcyjna<? rozszerza MetricEntryOrBuilder > 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;

publiczna abstrakcja String getName ()

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

publiczne streszczenie com.google.protobuf.ByteString getNameBytes ()

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

publiczne streszczenie podwójne getThroughput ()

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

publiczne streszczenie podwójne getWallTime ()

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