BenchmarkEntryOrBuilder

อินเทอร์เฟซสาธารณะ BenchmarkEntryOrBuilder
คลาสย่อยทางอ้อมที่รู้จัก

วิธีการสาธารณะ

บูลีนนามธรรม
containsExtras (คีย์สตริง)
 Generic map from result key to value.
นามธรรมสองเท่า
รับ CPUTime ()
 Total cpu time used for all iterations (in seconds)
 
double cpu_time = 3;
แผนที่นามธรรม <String, EntryValue >
บทคัดย่อ
getExtrasCount ()
 Generic map from result key to value.
แผนที่นามธรรม <String, EntryValue >
รับแผนที่พิเศษ ()
 Generic map from result key to value.
ค่ารายการ นามธรรม
getExtrasOrDefault (คีย์สตริง, EntryValue defaultValue)
 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;
รายการเมตริก ที่เป็นนามธรรม
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.
สตริงที่เป็นนามธรรม
รับชื่อ ()
 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.
นามธรรมสองเท่า
รับปริมาณงาน ()
 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;

แผนที่นามธรรมสาธารณะ <String, EntryValue > getExtras ()

ใช้ getExtrasMap() แทน

บทคัดย่อสาธารณะ 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)

 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)

 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 ()

string name = 1;

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

นามธรรมสาธารณะ com.google.protobuf.ByteString getNameBytes ()

string name = 1;

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

สาธารณะนามธรรมคู่ getThroughput ()

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

สาธารณะบทคัดย่อคู่ getWallTime ()

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