giao diện công cộng TestResultsOrBuilder
| Các lớp con gián tiếp đã biết |
Phương pháp công khai
| trừu tượng TestResults.BenchmarkType | getBenchmarkType () .tensorflow.TestResults.BenchmarkType benchmark_type = 10; |
| int trừu tượng | getBenchmarkTypeValue () .tensorflow.TestResults.BenchmarkType benchmark_type = 10; |
| Cấu hình xây dựng trừu tượng | getBuildConfiguration () The configuration of the build (compiled opt? with cuda? any copts?) .tensorflow.BuildConfiguration build_configuration = 3; |
| trừu tượng BuildConfigurationOrBuilder | getBuildConfigurationOrBuilder () The configuration of the build (compiled opt? with cuda? any copts?) .tensorflow.BuildConfiguration build_configuration = 3; |
| Id cam kết trừu tượng | getCommitId () The commit id (git hash or changelist) .tensorflow.CommitId commit_id = 4; |
| trừu tượng CommitIdOrBuilder | getCommitIdOrBuilder () The commit id (git hash or changelist) .tensorflow.CommitId commit_id = 4; |
| Mục điểm chuẩn trừu tượng | getEntries () The list of tests or benchmarks in this run. |
| trừu tượng Điểm chuẩnEntriesOrBuilder | getEntriesOrBuilder () The list of tests or benchmarks in this run. |
| Cấu hình máy trừu tượng | getMachineConfiguration () Machine-specific parameters (Platform and CPU info) .tensorflow.MachineConfiguration machine_configuration = 7; |
| trừu tượng MachineConfigurationOrBuilder | getMachineConfigurationOrBuilder () Machine-specific parameters (Platform and CPU info) .tensorflow.MachineConfiguration machine_configuration = 7; |
| chuỗi trừu tượng | lấy Tên () Benchmark target identifier. |
| tóm tắt com.google.protobuf.ByteString | getNameBytes () Benchmark target identifier. |
| Cấu hình Run trừu tượng | getRunConfiguration () Run-specific parameters (arguments, etc) .tensorflow.RunConfiguration run_configuration = 8; |
| trừu tượng RunConfigurationOrBuilder | getRunConfigurationOrBuilder () Run-specific parameters (arguments, etc) .tensorflow.RunConfiguration run_configuration = 8; |
| chuỗi trừu tượng | getRunMode () Used for differentiating between continuous and debug builds. |
| tóm tắt com.google.protobuf.ByteString | getRunModeBytes () Used for differentiating between continuous and debug builds. |
| trừu tượng đôi | getRunTime () The amount of time the total run took (wall time in seconds) double run_time = 6; |
| trừu tượng dài | getStartTime () The time the run started (in seconds of UTC time since Unix epoch) int64 start_time = 5; |
| chuỗi trừu tượng | lấy mục tiêu () The target of the run, e.g.: //tensorflow/core:kernels_adjust_contrast_op_benchmark_test string target = 1; |
| tóm tắt com.google.protobuf.ByteString | getTargetBytes () The target of the run, e.g.: //tensorflow/core:kernels_adjust_contrast_op_benchmark_test string target = 1; |
| chuỗi trừu tượng | getTfVersion () TensorFlow version this benchmark runs against. |
| tóm tắt com.google.protobuf.ByteString | getTfVersionBytes () TensorFlow version this benchmark runs against. |
| trừu tượng boolean | hasBuildConfiguration () The configuration of the build (compiled opt? with cuda? any copts?) .tensorflow.BuildConfiguration build_configuration = 3; |
| trừu tượng boolean | hasCommitId () The commit id (git hash or changelist) .tensorflow.CommitId commit_id = 4; |
| trừu tượng boolean | hasEntries () The list of tests or benchmarks in this run. |
| trừu tượng boolean | hasMachineConfiguration () Machine-specific parameters (Platform and CPU info) .tensorflow.MachineConfiguration machine_configuration = 7; |
| trừu tượng boolean | hasRunConfiguration () Run-specific parameters (arguments, etc) .tensorflow.RunConfiguration run_configuration = 8; |
Phương pháp công khai
tóm tắt công khai TestResults.BenchmarkType getBenchmarkType ()
.tensorflow.TestResults.BenchmarkType benchmark_type = 10;
tóm tắt công khai int getBenchmarkTypeValue ()
.tensorflow.TestResults.BenchmarkType benchmark_type = 10;
bản tóm tắt công khai BuildConfiguration getBuildConfiguration ()
The configuration of the build (compiled opt? with cuda? any copts?)
.tensorflow.BuildConfiguration build_configuration = 3; bản tóm tắt công khai BuildConfigurationOrBuilder getBuildConfigurationOrBuilder ()
The configuration of the build (compiled opt? with cuda? any copts?)
.tensorflow.BuildConfiguration build_configuration = 3; tóm tắt công khai CommitId getCommitId ()
The commit id (git hash or changelist)
.tensorflow.CommitId commit_id = 4; tóm tắt công khai CommitIdOrBuilder getCommitIdOrBuilder ()
The commit id (git hash or changelist)
.tensorflow.CommitId commit_id = 4; tóm tắt công khai BenchmarkEntries getEntries ()
The list of tests or benchmarks in this run.
.tensorflow.BenchmarkEntries entries = 2; tóm tắt công khai BenchmarkEntriesOrBuilder getEntriesOrBuilder ()
The list of tests or benchmarks in this run.
.tensorflow.BenchmarkEntries entries = 2; tóm tắt công khai MachineConfiguration getMachineConfiguration ()
Machine-specific parameters (Platform and CPU info)
.tensorflow.MachineConfiguration machine_configuration = 7; tóm tắt công khai MachineConfigurationOrBuilder getMachineConfigurationOrBuilder ()
Machine-specific parameters (Platform and CPU info)
.tensorflow.MachineConfiguration machine_configuration = 7; Chuỗi tóm tắt công khai getName ()
Benchmark target identifier.
string name = 9; tóm tắt công khai com.google.protobuf.ByteString getNameBytes ()
Benchmark target identifier.
string name = 9; tóm tắt công khai RunConfiguration getRunConfiguration ()
Run-specific parameters (arguments, etc)
.tensorflow.RunConfiguration run_configuration = 8; tóm tắt công khai RunConfigurationOrBuilder getRunConfigurationOrBuilder ()
Run-specific parameters (arguments, etc)
.tensorflow.RunConfiguration run_configuration = 8; Chuỗi tóm tắt 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; tóm tắt công khai com.google.protobuf.ByteString getRunModeBytes ()
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; tóm tắt công khai kép getRunTime ()
The amount of time the total run took (wall time in seconds)
double run_time = 6; tóm tắt công khai dài getStartTime ()
The time the run started (in seconds of UTC time since Unix epoch)
int64 start_time = 5; Chuỗi tóm tắt công khai getTarget ()
The target of the run, e.g.: //tensorflow/core:kernels_adjust_contrast_op_benchmark_test
string target = 1; tóm tắt công khai com.google.protobuf.ByteString getTargetBytes ()
The target of the run, e.g.: //tensorflow/core:kernels_adjust_contrast_op_benchmark_test
string target = 1; Chuỗi tóm tắt 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; tóm tắt công khai com.google.protobuf.ByteString getTfVersionBytes ()
TensorFlow version this benchmark runs against. This can be either set to full version or just the major version.
string tf_version = 12; boolean trừu tượng công khai hasBuildConfiguration ()
The configuration of the build (compiled opt? with cuda? any copts?)
.tensorflow.BuildConfiguration build_configuration = 3; boolean trừu tượng công khai hasCommitId ()
The commit id (git hash or changelist)
.tensorflow.CommitId commit_id = 4; boolean trừu tượng công khai hasEntries ()
The list of tests or benchmarks in this run.
.tensorflow.BenchmarkEntries entries = 2; boolean trừu tượng công khai hasMachineConfiguration ()
Machine-specific parameters (Platform and CPU info)
.tensorflow.MachineConfiguration machine_configuration = 7; boolean trừu tượng công khai hasRunConfiguration ()
Run-specific parameters (arguments, etc)
.tensorflow.RunConfiguration run_configuration = 8;