BenchmarkEntryOrBuilder

공개 인터페이스 BenchmarkEntryOrBuilder
알려진 간접 하위 클래스

공개 방법

추상 부울
containExtras (문자열 키)
 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.
추상 항목 값
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 (정수 인덱스)
 Metric name, value and expected range.
추상 정수
getMetricsCount ()
 Metric name, value and expected range.
추상 목록< MetricEntry >
getMetricsList ()
 Metric name, value and expected range.
추상 MetricEntryOrBuilder
getMetricsOrBuilder (정수 인덱스)
 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.
추상 더블
처리량 획득 ()
 Throughput (in MB/s)
 
double throughput = 5;
추상 더블
getWallTime ()
 Total wall time used for all iterations (in seconds)
 
double wall_time = 4;

공개 방법

공개 추상 부울 containExtras (문자열 키)

 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;