الواجهة العامة TestResultsOrBuilder
| الفئات الفرعية غير المباشرة المعروفة |
الأساليب العامة
| مجردة TestResults.BenchmarkType | الحصول على BenchmarkType () .tensorflow.TestResults.BenchmarkType benchmark_type = 10; |
| كثافة العمليات مجردة | الحصول على BenchmarkTypeValue () .tensorflow.TestResults.BenchmarkType benchmark_type = 10; |
| تكوين مجردة | تكوين التكوين () 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; |
| معرف الالتزام الملخص | معرف الحصول على () 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; |
| مجردة BenchmarkEntries | الحصول على الإدخالات () The list of tests or benchmarks in this run. |
| مجردة BenchmarkEntriesOrBuilder | getEntriesOrBuilder () The list of tests or benchmarks in this run. |
| تكوين الآلة المجردة | تكوين الجهاز () 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; |
| سلسلة مجردة | الحصول على الاسم () Benchmark target identifier. |
| مجردة com.google.protobuf.ByteString | الحصول على اسم بايت () Benchmark target identifier. |
| مجردة RunConfiguration | تكوين getRun () Run-specific parameters (arguments, etc) .tensorflow.RunConfiguration run_configuration = 8; |
| مجردة RunConfigurationOrBuilder | الحصول على RunConfigurationOrBuilder () Run-specific parameters (arguments, etc) .tensorflow.RunConfiguration run_configuration = 8; |
| سلسلة مجردة | وضع التشغيل () Used for differentiating between continuous and debug builds. |
| مجردة com.google.protobuf.ByteString | الحصول على RunModeBytes () Used for differentiating between continuous and debug builds. |
| مجردة مزدوجة | احصل على وقت التشغيل () The amount of time the total run took (wall time in seconds) double run_time = 6; |
| مجردة طويلة | احصل على StartTime () The time the run started (in seconds of UTC time since Unix epoch) int64 start_time = 5; |
| سلسلة مجردة | احصل على الهدف () The target of the run, e.g.: //tensorflow/core:kernels_adjust_contrast_op_benchmark_test string target = 1; |
| مجردة com.google.protobuf.ByteString | الحصول على الهدف بايت () The target of the run, e.g.: //tensorflow/core:kernels_adjust_contrast_op_benchmark_test string target = 1; |
| سلسلة مجردة | الحصول علىTfVersion () TensorFlow version this benchmark runs against. |
| مجردة com.google.protobuf.ByteString | getTfVersionBytes () TensorFlow version this benchmark runs against. |
| منطقية مجردة | hasBuildConfiguration () The configuration of the build (compiled opt? with cuda? any copts?) .tensorflow.BuildConfiguration build_configuration = 3; |
| منطقية مجردة | معرف الالتزام () The commit id (git hash or changelist) .tensorflow.CommitId commit_id = 4; |
| منطقية مجردة | hasEntries () The list of tests or benchmarks in this run. |
| منطقية مجردة | تكوين الجهاز () Machine-specific parameters (Platform and CPU info) .tensorflow.MachineConfiguration machine_configuration = 7; |
| منطقية مجردة | hasRunConfiguration () Run-specific parameters (arguments, etc) .tensorflow.RunConfiguration run_configuration = 8; |
الأساليب العامة
الملخص العام TestResults.BenchmarkType getBenchmarkType ()
.tensorflow.TestResults.BenchmarkType benchmark_type = 10;
الملخص العام int getBenchmarkTypeValue ()
.tensorflow.TestResults.BenchmarkType benchmark_type = 10;
الملخص العام BuildConfiguration 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; الملخص العام CommitId 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; الملخص العام BenchmarkEntries getEntries ()
The list of tests or benchmarks in this run.
.tensorflow.BenchmarkEntries entries = 2; الملخص العام BenchmarkEntriesOrBuilder getEntriesOrBuilder ()
The list of tests or benchmarks in this run.
.tensorflow.BenchmarkEntries entries = 2; الملخص العام لتكوين الآلة 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; سلسلة getName () مجردة عامة
Benchmark target identifier.
string name = 9; الملخص العام com.google.protobuf.ByteString getNameBytes ()
Benchmark target identifier.
string name = 9; الملخص العام RunConfiguration getRunConfiguration ()
Run-specific parameters (arguments, etc)
.tensorflow.RunConfiguration run_configuration = 8; الملخص العام RunConfigurationOrBuilder getRunConfigurationOrBuilder ()
Run-specific parameters (arguments, etc)
.tensorflow.RunConfiguration run_configuration = 8; سلسلة مجردة عامة 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 ()
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; الملخص العام المزدوج getRunTime ()
The amount of time the total run took (wall time in seconds)
double run_time = 6; ملخص عام طويل getStartTime ()
The time the run started (in seconds of UTC time since Unix epoch)
int64 start_time = 5; سلسلة مجردة عامة getTarget ()
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; سلسلة مجردة عامة 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 ()
TensorFlow version this benchmark runs against. This can be either set to full version or just the major version.
string tf_version = 12; الملخص المنطقي العام hasBuildConfiguration ()
The configuration of the build (compiled opt? with cuda? any copts?)
.tensorflow.BuildConfiguration build_configuration = 3; الملخص المنطقي العام hasCommitId ()
The commit id (git hash or changelist)
.tensorflow.CommitId commit_id = 4; الملخص المنطقي العام hasEntries ()
The list of tests or benchmarks in this run.
.tensorflow.BenchmarkEntries entries = 2; الملخص المنطقي العام hasMachineConfiguration ()
Machine-specific parameters (Platform and CPU info)
.tensorflow.MachineConfiguration machine_configuration = 7; الملخص المنطقي العام hasRunConfiguration ()
Run-specific parameters (arguments, etc)
.tensorflow.RunConfiguration run_configuration = 8;