BenchmarkEntryOrBuilder

পাবলিক ইন্টারফেস BenchmarkEntryOrBuilder
পরিচিত পরোক্ষ উপশ্রেণী

পাবলিক পদ্ধতি

বিমূর্ত বুলিয়ান
অতিরিক্ত (স্ট্রিং কী) ধারণ করে
 Generic map from result key to value.
বিমূর্ত ডবল
getCpuTime ()
 Total cpu time used for all iterations (in seconds)
 
double cpu_time = 3;
বিমূর্ত মানচিত্র <স্ট্রিং, এন্ট্রি ভ্যালু >
গেট এক্সট্রা ()
পরিবর্তে getExtrasMap() ব্যবহার করুন।
বিমূর্ত int
GetExtrasCount ()
 Generic map from result key to value.
বিমূর্ত মানচিত্র <স্ট্রিং, এন্ট্রি ভ্যালু >
getExtrasMap ()
 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.
বিমূর্ত int
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.
বিমূর্ত ডবল
GetTroughput ()
 Throughput (in MB/s)
 
double throughput = 5;
বিমূর্ত ডবল
getWallTime ()
 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;

সর্বজনীন বিমূর্ত মানচিত্র<স্ট্রিং, এন্ট্রি ভ্যালু > getExtras ()

পরিবর্তে getExtrasMap() ব্যবহার করুন।

পাবলিক বিমূর্ত int getExtrasCount ()

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

সর্বজনীন বিমূর্ত মানচিত্র<স্ট্রিং, এন্ট্রি ভ্যালু > 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;