BenchmarkEntryOrBuilder

الواجهة العامة BenchmarkEntryOrBuilder
الفئات الفرعية غير المباشرة المعروفة

الأساليب العامة

منطقية مجردة
يحتوي على إضافات (مفتاح السلسلة)
 Generic map from result key to value.
مجردة مزدوجة
احصل على وقت المعالجة ()
 Total cpu time used for all iterations (in seconds)
 
double cpu_time = 3;
خريطة مجردة <سلسلة، قيمة الإدخال >
احصل على إضافات ()
استخدم getExtrasMap() بدلاً من ذلك.
كثافة العمليات مجردة
الحصول علىExtrasCount ()
 Generic map from result key to value.
خريطة مجردة <سلسلة، قيمة الإدخال >
احصل على خريطة اكسترا ()
 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.
مجردة طويلة
جيتيترز ()
 If a benchmark, how many iterations it was run for
 
int64 iters = 2;
مجردة MetricEntry
الحصول على القياسات (مؤشر كثافة العمليات)
 Metric name, value and expected range.
كثافة العمليات مجردة
الحصول على متريكسكونت ()
 Metric name, value and expected range.
قائمة مجردة< MetricEntry >
قائمة المقاييس ()
 Metric name, value and expected range.
مجردة MetricEntryOrBuilder
getMetricsOrBuilder (فهرس كثافة العمليات)
 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
الحصول على اسم بايت ()
 The name of the specific benchmark or test
 (e.g.
مجردة مزدوجة
الحصول على الإنتاجية ()
 Throughput (in MB/s)
 
double throughput = 5;
مجردة مزدوجة
احصل على WallTime ()
 Total wall time used for all iterations (in seconds)
 
double wall_time = 4;

الأساليب العامة

يحتوي الملخص المنطقي العام على إضافات (مفتاح السلسلة)

 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;

Map<String, EntryValue> getExtras () مجردة عامة

استخدم getExtrasMap() بدلاً من ذلك.

الملخص العام int getExtrasCount ()

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

Map مجردة عامة <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 () مجردة عامة

 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;