BenchmarkEntryOrBuilder

interfaz pública BenchmarkEntryOrBuilder
Subclases indirectas conocidas

Métodos públicos

booleano abstracto
contieneExtras (clave de cadena)
 Generic map from result key to value.
doble abstracto
getCpuTime ()
 Total cpu time used for all iterations (in seconds)
 
double cpu_time = 3;
Mapa abstracto <String, EntryValue >
getExtras ()
Utilice getExtrasMap() lugar.
int abstracto
getExtrasCount ()
 Generic map from result key to value.
Mapa abstracto <String, EntryValue >
getExtrasMap ()
 Generic map from result key to value.
resumen EntryValue
getExtrasOrDefault (clave de cadena, EntryValue defaultValue )
 Generic map from result key to value.
resumen EntryValue
getExtrasOrThrow (clave de cadena)
 Generic map from result key to value.
abstracto largo
getIters ()
 If a benchmark, how many iterations it was run for
 
int64 int64 iters = 2;
MetricEntry abstracto
getMetrics (índice int)
 Metric name, value and expected range.
int abstracto
getMetricsCount ()
 Metric name, value and expected range.
Lista abstracta < MetricEntry >
getMetricsList ()
 Metric name, value and expected range.
MetricEntryOrBuilder abstracto
getMetricsOrBuilder (índice int)
 Metric name, value and expected range.
Resumen Lista <? extiende MetricEntryOrBuilder >
getMetricsOrBuilderList ()
 Metric name, value and expected range.
cadena abstracta
getName ()
 The name of the specific benchmark or test
 (e.g.
resumen com.google.protobuf.ByteString
getNameBytes ()
 The name of the specific benchmark or test
 (e.g.
doble abstracto
getThroughput ()
 Throughput (in MB/s)
 
double throughput = 5;
doble abstracto
getWallTime ()
 Total wall time used for all iterations (in seconds)
 
double wall_time = 4;

Métodos públicos

public abstract boolean containsExtras (clave de cadena)

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

público abstracto doble getCpuTime ()

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

Mapa abstracto público <String, EntryValue > getExtras ()

Utilice getExtrasMap() lugar.

public abstract int getExtrasCount ()

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

Mapa abstracto público <String, EntryValue > getExtrasMap ()

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

public abstract EntryValue getExtrasOrDefault (clave de cadena, EntryValue defaultValue )

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

Resumen público EntryValue getExtrasOrThrow (clave de cadena)

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

getIters largos públicos abstractos ()

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

abstractos públicas 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;

Lista pública abstracta < 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;

pública abstracta MetricEntryOrBuilder getMetricsOrBuilder (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;

Lista de resumen público <? extiende 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;

público abstracto String getName ()

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

resumen público com.google.protobuf.ByteString getNameBytes ()

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

público abstracto doble getThroughput ()

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

público abstracto doble getWallTime ()

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