TestResults

Lớp cuối cùng công khai TestResults

 The output of one benchmark / test run.  Each run contains a list of
 tests or benchmarks, stored as BenchmarkEntry messages.
 This message should be emitted by the reporter (which runs the
 test / BM in a subprocess and then reads the emitted BenchmarkEntry messages;
 usually from a serialized json file, finally collecting them along
 with additional information about the test run.
 
Protobuf loại tensorflow.TestResults

Các lớp lồng nhau

liệt kê TestResults.BenchmarkType
 The type of benchmark. 
lớp học TestResults.Builder
 The output of one benchmark / test run. 

Hằng số

int BENCHMARK_TYPE_FIELD_NUMBER
int BUILD_CONFIGUration_FIELD_NUMBER
int COMMIT_ID_FIELD_NUMBER
int ENTRIES_FIELD_NUMBER
int MÁY_CONFIGUATION_FIELD_NUMBER
int NAME_FIELD_NUMBER
int RUN_CONFIGUration_FIELD_NUMBER
int RUN_MODE_FIELD_NUMBER
int RUN_TIME_FIELD_NUMBER
int START_TIME_FIELD_NUMBER
int TARGET_FIELD_NUMBER
int TF_VERSION_FIELD_NUMBER

Phương pháp công cộng

boolean
bằng (Đối tượng obj)
TestResults.BenchmarkType
getBenchmarkType ()
.tensorflow.TestResults.BenchmarkType benchmark_type = 10;
int
getBenchmarkTypeValue ()
.tensorflow.TestResults.BenchmarkType benchmark_type = 10;
Cấu hình xây dựng
getBuildConfiguration ()
 The configuration of the build (compiled opt? with cuda? any copts?)
 
.tensorflow.BuildConfiguration build_configuration = 3;
BuildConfigurationOrBuilder
getBuildConfigurationOrBuilder ()
 The configuration of the build (compiled opt? with cuda? any copts?)
 
.tensorflow.BuildConfiguration build_configuration = 3;
Id cam kết
getCommitId ()
 The commit id (git hash or changelist)
 
.tensorflow.CommitId commit_id = 4;
CommitIdOrBuilder
getCommitIdOrBuilder ()
 The commit id (git hash or changelist)
 
.tensorflow.CommitId commit_id = 4;
Kết quả kiểm tra tĩnh
Kết quả kiểm tra
com.google.protobuf.Descriptors.Descriptor tĩnh cuối cùng
Điểm chuẩnCác mục nhập
getEntries ()
 The list of tests or benchmarks in this run.
Điểm chuẩnEntriesOrBuilder
getEntriesOrBuilder ()
 The list of tests or benchmarks in this run.
Cấu hình máy
getMachineConfiguration ()
 Machine-specific parameters (Platform and CPU info)
 
.tensorflow.MachineConfiguration machine_configuration = 7;
MachineConfigurationOrBuilder
getMachineConfigurationOrBuilder ()
 Machine-specific parameters (Platform and CPU info)
 
.tensorflow.MachineConfiguration machine_configuration = 7;
Sợi dây
lấy Tên ()
 Benchmark target identifier.
com.google.protobuf.ByteString
getNameBytes ()
 Benchmark target identifier.
ChạyCấu hình
getRunConfiguration ()
 Run-specific parameters (arguments, etc)
 
.tensorflow.RunConfiguration run_configuration = 8;
RunConfigurationOrBuilder
getRunConfigurationOrBuilder ()
 Run-specific parameters (arguments, etc)
 
.tensorflow.RunConfiguration run_configuration = 8;
Sợi dây
getRunMode ()
 Used for differentiating between continuous and debug builds.
com.google.protobuf.ByteString
getRunModeBytes ()
 Used for differentiating between continuous and debug builds.
gấp đôi
getRunTime ()
 The amount of time the total run took (wall time in seconds)
 
double run_time = 6;
int
dài
getStartTime ()
 The time the run started (in seconds of UTC time since Unix epoch)
 
int64 start_time = 5;
Sợi dây
lấy mục tiêu ()
 The target of the run, e.g.:
  //tensorflow/core:kernels_adjust_contrast_op_benchmark_test
 
string target = 1;
com.google.protobuf.ByteString
getTargetBytes ()
 The target of the run, e.g.:
  //tensorflow/core:kernels_adjust_contrast_op_benchmark_test
 
string target = 1;
Sợi dây
getTfVersion ()
 TensorFlow version this benchmark runs against.
com.google.protobuf.ByteString
getTfVersionBytes ()
 TensorFlow version this benchmark runs against.
cuối cùng com.google.protobuf.UnknownFieldSet
boolean
hasBuildConfiguration ()
 The configuration of the build (compiled opt? with cuda? any copts?)
 
.tensorflow.BuildConfiguration build_configuration = 3;
boolean
hasCommitId ()
 The commit id (git hash or changelist)
 
.tensorflow.CommitId commit_id = 4;
boolean
hasEntries ()
 The list of tests or benchmarks in this run.
boolean
hasMachineConfiguration ()
 Machine-specific parameters (Platform and CPU info)
 
.tensorflow.MachineConfiguration machine_configuration = 7;
boolean
hasRunConfiguration ()
 Run-specific parameters (arguments, etc)
 
.tensorflow.RunConfiguration run_configuration = 8;
int
boolean cuối cùng
TestResults.Builder tĩnh
newBuilder ( nguyên mẫu TestResults )
TestResults.Builder tĩnh
TestResults.Builder
Kết quả kiểm tra tĩnh
phân tích cú phápDelimitedFrom (Đầu vào luồng đầu vào)
Kết quả kiểm tra tĩnh
phân tích cú phápDelimitedFrom (Đầu vào luồng đầu vào, com.google.protobuf.ExtensionRegistryLite tiện ích mở rộngRegistry)
Kết quả kiểm tra tĩnh
ParseFrom (Dữ liệu ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Kết quả kiểm tra tĩnh
ParseFrom (đầu vào com.google.protobuf.CodedInputStream)
Kết quả kiểm tra tĩnh
ParseFrom (dữ liệu byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Kết quả kiểm tra tĩnh
ParseFrom (dữ liệu ByteBuffer)
Kết quả kiểm tra tĩnh
ParseFrom (đầu vào com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Kết quả kiểm tra tĩnh
ParseFrom (dữ liệu com.google.protobuf.ByteString)
Kết quả kiểm tra tĩnh
ParseFrom (Đầu vào inputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Kết quả kiểm tra tĩnh
ParsFrom (dữ liệu com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
tĩnh
TestResults.Builder
trống rỗng
writeTo (đầu ra com.google.protobuf.CodedOutputStream)

Phương pháp kế thừa

Hằng số

int cuối cùng tĩnh công khai BENCHMARK_TYPE_FIELD_NUMBER

Giá trị không đổi: 10

int tĩnh công khai BUILD_CONFIGUration_FIELD_NUMBER

Giá trị không đổi: 3

int tĩnh công khai COMMIT_ID_FIELD_NUMBER

Giá trị không đổi: 4

int cuối cùng tĩnh công khai ENTRIES_FIELD_NUMBER

Giá trị không đổi: 2

int cuối cùng tĩnh công khai MACHINE_CONFIGUration_FIELD_NUMBER

Giá trị không đổi: 7

int cuối cùng tĩnh công khai NAME_FIELD_NUMBER

Giá trị không đổi: 9

int tĩnh cuối cùng RUN_CONFIGUration_FIELD_NUMBER

Giá trị không đổi: 8

int tĩnh cuối cùng RUN_MODE_FIELD_NUMBER

Giá trị không đổi: 11

int tĩnh cuối cùng RUN_TIME_FIELD_NUMBER

Giá trị không đổi: 6

int cuối cùng tĩnh công khai START_TIME_FIELD_NUMBER

Giá trị không đổi: 5

int cuối cùng tĩnh công khai TARGET_FIELD_NUMBER

Giá trị không đổi: 1

int cuối cùng tĩnh công khai TF_VERSION_FIELD_NUMBER

Giá trị không đổi: 12

Phương pháp công cộng

boolean công khai bằng (Object obj)

công khai TestResults.BenchmarkType getBenchmarkType ()

.tensorflow.TestResults.BenchmarkType benchmark_type = 10;

int công khai getBenchmarkTypeValue ()

.tensorflow.TestResults.BenchmarkType benchmark_type = 10;

BuildConfiguration công khai getBuildConfiguration ()

 The configuration of the build (compiled opt? with cuda? any copts?)
 
.tensorflow.BuildConfiguration build_configuration = 3;

BuildConfigurationOrBuilder công khai getBuildConfigurationOrBuilder ()

 The configuration of the build (compiled opt? with cuda? any copts?)
 
.tensorflow.BuildConfiguration build_configuration = 3;

CommitId công khai getCommitId ()

 The commit id (git hash or changelist)
 
.tensorflow.CommitId commit_id = 4;

công khai CommitIdOrBuilder getCommitIdOrBuilder ()

 The commit id (git hash or changelist)
 
.tensorflow.CommitId commit_id = 4;

TestResults tĩnh công khai getDefaultInstance ()

TestResults công khai getDefaultInstanceForType ()

công khai tĩnh cuối cùng com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public BenchmarkEntries getEntries ()

 The list of tests or benchmarks in this run.
 
.tensorflow.BenchmarkEntries entries = 2;

điểm chuẩn công khaiEntriesOrBuilder getEntriesOrBuilder ()

 The list of tests or benchmarks in this run.
 
.tensorflow.BenchmarkEntries entries = 2;

công khai MachineConfiguration getMachineConfiguration ()

 Machine-specific parameters (Platform and CPU info)
 
.tensorflow.MachineConfiguration machine_configuration = 7;

công khai MachineConfigurationOrBuilder getMachineConfigurationOrBuilder ()

 Machine-specific parameters (Platform and CPU info)
 
.tensorflow.MachineConfiguration machine_configuration = 7;

Chuỗi công khai getName ()

 Benchmark target identifier.
 
string name = 9;

com.google.protobuf.ByteString getNameBytes () công khai

 Benchmark target identifier.
 
string name = 9;

công cộng getParserForType ()

công khai RunConfiguration getRunConfiguration ()

 Run-specific parameters (arguments, etc)
 
.tensorflow.RunConfiguration run_configuration = 8;

công khai RunConfigurationOrBuilder getRunConfigurationOrBuilder ()

 Run-specific parameters (arguments, etc)
 
.tensorflow.RunConfiguration run_configuration = 8;

Chuỗi công khai getRunMode ()

 Used for differentiating between continuous and debug builds.
 Must be one of:
 * cbuild: results from continuous build.
 * presubmit: results from oneshot requests.
 * culprit: results from culprit finder rerun.
 
string run_mode = 11;

com.google.protobuf.ByteString getRunModeBytes công khai ()

 Used for differentiating between continuous and debug builds.
 Must be one of:
 * cbuild: results from continuous build.
 * presubmit: results from oneshot requests.
 * culprit: results from culprit finder rerun.
 
string run_mode = 11;

công khai gấp đôi getRunTime ()

 The amount of time the total run took (wall time in seconds)
 
double run_time = 6;

int công khai getSerializedSize ()

getStartTime công khai dài ()

 The time the run started (in seconds of UTC time since Unix epoch)
 
int64 start_time = 5;

Chuỗi công khai getTarget ()

 The target of the run, e.g.:
  //tensorflow/core:kernels_adjust_contrast_op_benchmark_test
 
string target = 1;

com.google.protobuf.ByteString getTargetBytes công khai ()

 The target of the run, e.g.:
  //tensorflow/core:kernels_adjust_contrast_op_benchmark_test
 
string target = 1;

Chuỗi công khai getTfVersion ()

 TensorFlow version this benchmark runs against.
 This can be either set to full version or just the major version.
 
string tf_version = 12;

com.google.protobuf.ByteString getTfVersionBytes công khai ()

 TensorFlow version this benchmark runs against.
 This can be either set to full version or just the major version.
 
string tf_version = 12;

trận chung kết công khai com.google.protobuf.UnknownFieldSet getUnknownFields ()

boolean công khai hasBuildConfiguration ()

 The configuration of the build (compiled opt? with cuda? any copts?)
 
.tensorflow.BuildConfiguration build_configuration = 3;

boolean công khai hasCommitId ()

 The commit id (git hash or changelist)
 
.tensorflow.CommitId commit_id = 4;

boolean công khai hasEntries ()

 The list of tests or benchmarks in this run.
 
.tensorflow.BenchmarkEntries entries = 2;

boolean công khai hasMachineConfiguration ()

 Machine-specific parameters (Platform and CPU info)
 
.tensorflow.MachineConfiguration machine_configuration = 7;

boolean công khai hasRunConfiguration ()

 Run-specific parameters (arguments, etc)
 
.tensorflow.RunConfiguration run_configuration = 8;

mã băm int công khai ()

boolean cuối cùng công khai được khởi tạo ()

public static TestResults.Builder newBuilder ( nguyên mẫu TestResults )

công khai TestResults.Builder newBuilder ()

công khai TestResults.Builder newBuilderForType ()

phân tích cú pháp TestResults tĩnh công khaiDelimitedFrom (Đầu vào luồng đầu vào)

Ném
IOException

phân tích cú pháp tĩnh công khai TestResultsDelimitedFrom (đầu vào InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Ném
IOException

Phân tích cú pháp TestResults tĩnh công khaiTừ (Dữ liệu ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Ném
Giao thức đệm ngoại lệ không hợp lệ

Phân tích cú pháp TestResults tĩnh công khaiTừ (đầu vào com.google.protobuf.CodedInputStream)

Ném
IOException

Phân tích cú pháp tĩnh công khai TestResultsFrom (dữ liệu byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Ném
Giao thức đệm ngoại lệ không hợp lệ

Phân tích cú pháp TestResults tĩnh công khaiTừ (dữ liệu ByteBuffer)

Ném
Giao thức đệm ngoại lệ không hợp lệ

Phân tích cú pháp TestResults tĩnh công khaiTừ (đầu vào com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Ném
IOException

Phân tích cú pháp TestResults tĩnh công khaiTừ (dữ liệu com.google.protobuf.ByteString)

Ném
Giao thức đệm ngoại lệ không hợp lệ

Phân tích cú pháp TestResults tĩnh công khaiTừ (Đầu vàoInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Ném
IOException

Phân tích pháp TestResults tĩnh công khaiTừ (dữ liệu com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Ném
Giao thức đệm ngoại lệ không hợp lệ

công cộng tĩnh trình phân tích cú pháp ()

công khai TestResults.Builder toBuilder ()

public void writeTo (đầu ra com.google.protobuf.CodedOutputStream)

Ném
IOException