BenchmarkEntryOrBuilder

interface pública BenchmarkEntryOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

booleano abstrato
containsExtras (chave String)
 Generic map from result key to value.
duplo abstrato
getCpuTime ()
 Total cpu time used for all iterations (in seconds)
 
double cpu_time = 3;
Mapa abstrato <String, EntryValue >
int abstrato
getExtrasCount ()
 Generic map from result key to value.
Mapa abstrato <String, EntryValue >
getExtrasMap ()
 Generic map from result key to value.
Abstract EntryValue
getExtrasOrDefault (String key, EntryValue defaultValue)
 Generic map from result key to value.
Abstract EntryValue
getExtrasOrThrow (String key)
 Generic map from result key to value.
abstrato longo
getIters ()
 If a benchmark, how many iterations it was run for
 
int64 iters = 2;
MetricEntry abstrato
getMetrics (índice interno )
 Metric name, value and expected range.
int abstrato
getMetricsCount ()
 Metric name, value and expected range.
Lista abstrata < MetricEntry >
getMetricsList ()
 Metric name, value and expected range.
MetricEntryOrBuilder abstrato
getMetricsOrBuilder (índice interno )
 Metric name, value and expected range.
Lista abstrata <? estende MetricEntryOrBuilder >
getMetricsOrBuilderList ()
 Metric name, value and expected range.
String abstrata
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.
duplo abstrato
getThroughput ()
 Throughput (in MB/s)
 
double throughput = 5;
duplo abstrato
getWallTime ()
 Total wall time used for all iterations (in seconds)
 
double wall_time = 4;

Métodos Públicos

public abstract boolean containsExtras (String key)

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

public abstract double getCpuTime ()

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

public abstract Map <String, EntryValue > getExtras ()

getExtrasMap() vez disso, use 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 (String key, EntryValue defaultValue)

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

public abstract EntryValue getExtrasOrThrow (String key)

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

public abstract long getIters ()

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

public abstract MetricEntry getMetrics (int index)

 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;

public abstract List < 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 (índice interno )

 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;

Lista de resumos pública <? 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;

public abstract String getName ()

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

public abstract com.google.protobuf.ByteString getNameBytes ()

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

public abstract double getThroughput ()

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

public abstract double getWallTime ()

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