ממשק ציבורי BenchmarkEntryOrBuilder
| תת-מחלקות עקיפות ידועות |
שיטות ציבוריות
| בוליאני מופשט | containsExtras (מפתח מחרוזת) Generic map from result key to value. |
| כפול מופשט | getCpuTime () Total cpu time used for all iterations (in seconds) double cpu_time = 3; |
| תקציר מפה<String, EntryValue > | getExtras () השתמש ב- getExtrasMap() במקום זאת. |
| מופשט int | getExtrasCount () Generic map from result key to value. |
| תקציר מפה<String, EntryValue > | getExtrasMap () Generic map from result key to value. |
| תקציר EntryValue | |
| תקציר EntryValue | getExtrasOrThrow (מפתח מחרוזת) Generic map from result key to value. |
| מופשט ארוך | getIters () If a benchmark, how many iterations it was run for int64 iters = 2; |
| מופשט MetricEntry | getMetrics (int index) Metric name, value and expected range. |
| מופשט int | getMetricsCount () Metric name, value and expected range. |
| רשימה מופשטת< MetricEntry > | getMetricsList () Metric name, value and expected range. |
| מופשט MetricEntryOrBuilder | getMetricsOrBuilder (int index) Metric name, value and expected range. |
| רשימה מופשטת<? מרחיב את MetricEntryOrBuilder > | getMetricsOrBuilderList () Metric name, value and expected range. |
| מחרוזת מופשטת | getName () The name of the specific benchmark or test (e.g. |
| תקציר com.google.protobuf.ByteString | getNameBytes () The name of the specific benchmark or test (e.g. |
| כפול מופשט | getThroughput () Throughput (in MB/s) double throughput = 5; |
| כפול מופשט | getWallTime () Total wall time used for all iterations (in seconds) double wall_time = 4; |
שיטות ציבוריות
תקציר ציבורי בוליאני מכילExtras (מפתח מחרוזת)
Generic map from result key to value.
map<string, .tensorflow.EntryValue> extras = 6; תקציר ציבורי כפול getCpuTime ()
Total cpu time used for all iterations (in seconds)
double cpu_time = 3; תקציר ציבורי int getExtrasCount ()
Generic map from result key to value.
map<string, .tensorflow.EntryValue> extras = 6; תקציר ציבורי מפה<String, EntryValue > getExtrasMap ()
Generic map from result key to value.
map<string, .tensorflow.EntryValue> extras = 6; תקציר ציבורי EntryValue getExtrasOrDefault (מפתח מחרוזת, EntryValue defaultValue)
Generic map from result key to value.
map<string, .tensorflow.EntryValue> extras = 6; תקציר ציבורי EntryValue getExtrasOrThrow (מפתח מחרוזת)
Generic map from result key to value.
map<string, .tensorflow.EntryValue> extras = 6; תקציר ציבורי ארוך getIters ()
If a benchmark, how many iterations it was run for
int64 iters = 2; תקציר ציבורי 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; תקציר ציבורי 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; רשימת תקציר ציבורית< 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; תקציר ציבורי 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; רשימת תקציר ציבורית<? מרחיב את 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; תקציר ציבורי מחרוזת getName ()
The name of the specific benchmark or test (e.g. BM_AdjustContrast_gpu_B_W_H)
string name = 1; תקציר ציבורי com.google.protobuf.ByteString getNameBytes ()
The name of the specific benchmark or test (e.g. BM_AdjustContrast_gpu_B_W_H)
string name = 1; תקציר ציבורי כפול getThroughput ()
Throughput (in MB/s)
double throughput = 5; תקציר ציבורי כפול getWallTime ()
Total wall time used for all iterations (in seconds)
double wall_time = 4;