パブリック インターフェイスBenchmarkEntryOrBuilder
| 既知の間接サブクラス |
パブリックメソッド
| 抽象ブール値 | containsExtras (文字列キー) Generic map from result key to value. |
| 抽象的なダブル | getCpuTime () Total cpu time used for all iterations (in seconds) double cpu_time = 3; |
| 抽象 Map<String, EntryValue > | getExtras () 代わりに getExtrasMap()を使用してください。 |
| 抽象整数 | getExtrasCount () Generic map from result key to value. |
| 抽象 Map<String, EntryValue > | getExtrasMap () Generic map from result key to value. |
| 抽象エントリ値 | |
| 抽象エントリ値 | 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 インデックス) Metric name, value and expected range. |
| 抽象整数 | getMetricsCount () Metric name, value and expected range. |
| 抽象リスト< MetricEntry > | getMetricsList () Metric name, value and expected range. |
| 抽象的なMetricEntryOrBuilder | getMetricsOrBuilder (int インデックス) 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. |
| 抽象的なダブル | getスループット() Throughput (in MB/s) double throughput = 5; |
| 抽象的なダブル | getWallTime () Total wall time used for all iterations (in seconds) double wall_time = 4; |
パブリックメソッド
public abstract boolean containsExtras (文字列キー)
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; 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 (文字列キー、 EntryValue defaultValue)
Generic map from result key to value.
map<string, .tensorflow.EntryValue> extras = 6; public abstract EntryValue getExtrasOrThrow (文字列キー)
Generic map from result key to value.
map<string, .tensorflow.EntryValue> extras = 6; パブリック抽象long getIters ()
If a benchmark, how many iterations it was run for
int64 iters = 2; public abstract MetricEntry getMetrics (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; 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; パブリック抽象MetricEntryOrBuilder getMetricsOrBuilder (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; 公開抄録リスト<? extends 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; パブリック抽象 String 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; public abstract double getWallTime ()
Total wall time used for all iterations (in seconds)
double wall_time = 4;