BenchmarkEntryOrBuilder

interfaccia pubblica BenchmarkEntryOrBuilder
Sottoclassi indirette conosciute

Metodi pubblici

booleano astratto
contieneExtra (tasto String)
 Generic map from result key to value.
doppio astratto
getCpuTime ()
 Total cpu time used for all iterations (in seconds)
 
double cpu_time = 3;
mappa astratta<String, EntryValue >
getExtra ()
Utilizzare invece getExtrasMap() .
astratto int
getExtrasCount ()
 Generic map from result key to value.
mappa astratta<String, EntryValue >
getExtrasMap ()
 Generic map from result key to value.
EntryValue astratto
getExtrasOrDefault (chiave stringa, EntryValue defaultValue)
 Generic map from result key to value.
EntryValue astratto
getExtrasOrThrow (chiave String)
 Generic map from result key to value.
astratto lungo
getIters ()
 If a benchmark, how many iterations it was run for
 
int64 iters = 2;
voce metrica astratta
getMetrics (indice int)
 Metric name, value and expected range.
astratto int
getMetricsCount ()
 Metric name, value and expected range.
Elenco astratto< MetricEntry >
getMetricsList ()
 Metric name, value and expected range.
abstract MetricEntryOrBuilder
getMetricsOrBuilder (indice int)
 Metric name, value and expected range.
Elenco astratto<? estende MetricEntryOrBuilder >
getMetricsOrBuilderList ()
 Metric name, value and expected range.
stringa astratta
getNome ()
 The name of the specific benchmark or test
 (e.g.
astratto com.google.protobuf.ByteString
getNomeBytes ()
 The name of the specific benchmark or test
 (e.g.
doppio astratto
getThroughput ()
 Throughput (in MB/s)
 
double throughput = 5;
doppio astratto
getWallTime ()
 Total wall time used for all iterations (in seconds)
 
double wall_time = 4;

Metodi pubblici

booleano astratto pubblico contieneExtras (chiave String)

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

pubblico astratto double getCpuTime ()

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

public abstract Map<String, EntryValue > getExtras ()

Utilizzare invece getExtrasMap() .

public abstract int getExtrasCount ()

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

public abstract Map<String, EntryValue > getExtrasMap ()

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

public abstract EntryValue getExtrasOrDefault (Chiave stringa, EntryValue defaultValue)

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

public abstract EntryValue getExtrasOrThrow (chiave String)

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

getIters lunghi astratti pubblici ()

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

public abstract MetricEntry getMetrics (indice 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;

public abstract 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;

elenco astratto pubblico< 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;

public abstract MetricEntryOrBuilder getMetricsOrBuilder (indice 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;

Elenco abstract pubblico<? estende 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;

stringa astratta pubblica getName ()

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

estratto pubblico com.google.protobuf.ByteString getNameBytes ()

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

pubblico astratto double getThroughput ()

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

pubblico astratto double getWallTime ()

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