TestResults.Builder คลาสสุดท้ายแบบคงที่สาธารณะ
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.
tensorflow.TestResults
ประเภท Protobuf ผลการทดสอบ วิธีการสาธารณะ
ผลการทดสอบตัวสร้าง | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor ช่อง ค่าอ็อบเจ็กต์) |
ผลการทดสอบ | สร้าง () |
ผลการทดสอบ | สร้างบางส่วน () |
ผลการทดสอบตัวสร้าง | ชัดเจน () |
ผลการทดสอบตัวสร้าง | clearBenchmarkType () .tensorflow.TestResults.BenchmarkType benchmark_type = 10; |
ผลการทดสอบตัวสร้าง | เคลียร์บิลด์คอนฟิกูเรชัน () The configuration of the build (compiled opt? with cuda? any copts?) .tensorflow.BuildConfiguration build_configuration = 3; |
ผลการทดสอบตัวสร้าง | clearCommitId () The commit id (git hash or changelist) .tensorflow.CommitId commit_id = 4; |
ผลการทดสอบตัวสร้าง | รายการที่ชัดเจน () The list of tests or benchmarks in this run. |
ผลการทดสอบตัวสร้าง | clearField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor) |
ผลการทดสอบตัวสร้าง | การกำหนดค่าเครื่องที่ชัดเจน () Machine-specific parameters (Platform and CPU info) .tensorflow.MachineConfiguration machine_configuration = 7; |
ผลการทดสอบตัวสร้าง | ชื่อที่ชัดเจน () Benchmark target identifier. |
ผลการทดสอบตัวสร้าง | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ผลการทดสอบตัวสร้าง | เคลียร์รันคอนฟิกูเรชัน () Run-specific parameters (arguments, etc) .tensorflow.RunConfiguration run_configuration = 8; |
ผลการทดสอบตัวสร้าง | โหมดเคลียร์รัน () Used for differentiating between continuous and debug builds. |
ผลการทดสอบตัวสร้าง | เคลียร์รันไทม์ () The amount of time the total run took (wall time in seconds) double run_time = 6; |
ผลการทดสอบตัวสร้าง | ล้างเวลาเริ่มต้น () 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; |
ผลการทดสอบตัวสร้าง | clearTfVersion () TensorFlow version this benchmark runs against. |
ผลการทดสอบตัวสร้าง | โคลน () |
TestResults.BenchmarkType | รับBenchmarkType () .tensorflow.TestResults.BenchmarkType benchmark_type = 10; |
ภายใน | รับBenchmarkTypeValue () .tensorflow.TestResults.BenchmarkType benchmark_type = 10; |
สร้างการกำหนดค่า | getBuildConfiguration () The configuration of the build (compiled opt? with cuda? any copts?) .tensorflow.BuildConfiguration build_configuration = 3; |
BuildConfiguration.ตัวสร้าง | getBuildConfigurationBuilder () 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; |
CommitId.Builder | getCommitIdBuilder () 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; |
ผลการทดสอบ | |
com.google.protobuf.Descriptors.Descriptor แบบคงที่ขั้นสุดท้าย | รับคำอธิบาย () |
com.google.protobuf.Descriptors.Descriptor | |
รายการเกณฑ์มาตรฐาน | รับรายการ () The list of tests or benchmarks in this run. |
BenchmarkEntries.ตัวสร้าง | getEntriesBuilder () The list of tests or benchmarks in this run. |
เกณฑ์มาตรฐานรายการหรือตัวสร้าง | getEntriesOrBuilder () The list of tests or benchmarks in this run. |
การกำหนดค่าเครื่อง | รับการกำหนดค่าเครื่อง () Machine-specific parameters (Platform and CPU info) .tensorflow.MachineConfiguration machine_configuration = 7; |
MachineConfiguration.ตัวสร้าง | getMachineConfigurationBuilder () 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 | getNameBytes () Benchmark target identifier. |
เรียกใช้การกำหนดค่า | getRunConfiguration () Run-specific parameters (arguments, etc) .tensorflow.RunConfiguration run_configuration = 8; |
RunConfiguration.ตัวสร้าง | getRunConfigurationBuilder () Run-specific parameters (arguments, etc) .tensorflow.RunConfiguration run_configuration = 8; |
เรียกใช้ConfigurationOrBuilder | getRunConfigurationOrBuilder () Run-specific parameters (arguments, etc) .tensorflow.RunConfiguration run_configuration = 8; |
สตริง | getRunMode () Used for differentiating between continuous and debug builds. |
com.google.protobuf.ByteString | getRunModeBytes () Used for differentiating between continuous and debug builds. |
สองเท่า | 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; |
สตริง | รับเป้าหมาย () The target of the run, e.g.: //tensorflow/core:kernels_adjust_contrast_op_benchmark_test string target = 1; |
com.google.protobuf.ByteString | รับ TargetBytes () 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. |
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; |
บูลีน | hasCommitId () The commit id (git hash or changelist) .tensorflow.CommitId commit_id = 4; |
บูลีน | มีรายการ () 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; |
บูลีนสุดท้าย | |
ผลการทดสอบตัวสร้าง | mergeBuildConfiguration (ค่า BuildConfiguration ) The configuration of the build (compiled opt? with cuda? any copts?) .tensorflow.BuildConfiguration build_configuration = 3; |
ผลการทดสอบตัวสร้าง | mergeCommitId (ค่า CommitId ) The commit id (git hash or changelist) .tensorflow.CommitId commit_id = 4; |
ผลการทดสอบตัวสร้าง | |
ผลการทดสอบตัวสร้าง | mergeFrom (com.google.protobuf.ข้อความ อื่น ๆ ) |
ผลการทดสอบตัวสร้าง | mergeFrom (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ผลการทดสอบตัวสร้าง | mergeMachineConfiguration (ค่า MachineConfiguration ) Machine-specific parameters (Platform and CPU info) .tensorflow.MachineConfiguration machine_configuration = 7; |
ผลการทดสอบตัวสร้าง | mergeRunConfiguration (ค่า RunConfiguration ) Run-specific parameters (arguments, etc) .tensorflow.RunConfiguration run_configuration = 8; |
ผลการทดสอบขั้น สุดท้าย Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
ผลการทดสอบตัวสร้าง | setBenchmarkType ( ค่า TestResults.BenchmarkType ) .tensorflow.TestResults.BenchmarkType benchmark_type = 10; |
ผลการทดสอบตัวสร้าง | setBenchmarkTypeValue (ค่า int) .tensorflow.TestResults.BenchmarkType benchmark_type = 10; |
ผลการทดสอบตัวสร้าง | setBuildConfiguration ( BuildConfiguration.Builder builderForValue) The configuration of the build (compiled opt? with cuda? any copts?) .tensorflow.BuildConfiguration build_configuration = 3; |
ผลการทดสอบตัวสร้าง | setBuildConfiguration (ค่า BuildConfiguration ) The configuration of the build (compiled opt? with cuda? any copts?) .tensorflow.BuildConfiguration build_configuration = 3; |
ผลการทดสอบตัวสร้าง | setCommitId ( CommitId.Builder builderForValue) The commit id (git hash or changelist) .tensorflow.CommitId commit_id = 4; |
ผลการทดสอบตัวสร้าง | setCommitId (ค่า CommitId ) The commit id (git hash or changelist) .tensorflow.CommitId commit_id = 4; |
ผลการทดสอบตัวสร้าง | |
ผลการทดสอบตัวสร้าง | |
ผลการทดสอบตัวสร้าง | setField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor ค่าอ็อบเจ็กต์) |
ผลการทดสอบตัวสร้าง | setMachineConfiguration ( MachineConfiguration.Builder builderForValue) Machine-specific parameters (Platform and CPU info) .tensorflow.MachineConfiguration machine_configuration = 7; |
ผลการทดสอบตัวสร้าง | setMachineConfiguration (ค่า MachineConfiguration ) Machine-specific parameters (Platform and CPU info) .tensorflow.MachineConfiguration machine_configuration = 7; |
ผลการทดสอบตัวสร้าง | setName (ค่าสตริง) Benchmark target identifier. |
ผลการทดสอบตัวสร้าง | setNameBytes (ค่า com.google.protobuf.ByteString) Benchmark target identifier. |
ผลการทดสอบตัวสร้าง | setRepeatedField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor, ดัชนี int, ค่าอ็อบเจ็กต์) |
ผลการทดสอบตัวสร้าง | setRunConfiguration (ค่า RunConfiguration ) Run-specific parameters (arguments, etc) .tensorflow.RunConfiguration run_configuration = 8; |
ผลการทดสอบตัวสร้าง | setRunConfiguration ( RunConfiguration.Builder builderForValue) Run-specific parameters (arguments, etc) .tensorflow.RunConfiguration run_configuration = 8; |
ผลการทดสอบตัวสร้าง | setRunMode (ค่าสตริง) Used for differentiating between continuous and debug builds. |
ผลการทดสอบตัวสร้าง | setRunModeBytes (ค่า com.google.protobuf.ByteString) Used for differentiating between continuous and debug builds. |
ผลการทดสอบตัวสร้าง | setRunTime (ค่าสองเท่า) The amount of time the total run took (wall time in seconds) double run_time = 6; |
ผลการทดสอบตัวสร้าง | setStartTime (ค่ายาว) The time the run started (in seconds of UTC time since Unix epoch) int64 start_time = 5; |
ผลการทดสอบตัวสร้าง | setTarget (ค่าสตริง) The target of the run, e.g.: //tensorflow/core:kernels_adjust_contrast_op_benchmark_test string target = 1; |
ผลการทดสอบตัวสร้าง | setTargetBytes (ค่า com.google.protobuf.ByteString) The target of the run, e.g.: //tensorflow/core:kernels_adjust_contrast_op_benchmark_test string target = 1; |
ผลการทดสอบตัวสร้าง | setTfVersion (ค่าสตริง) TensorFlow version this benchmark runs against. |
ผลการทดสอบตัวสร้าง | setTfVersionBytes (ค่า com.google.protobuf.ByteString) TensorFlow version this benchmark runs against. |
ผลการทดสอบขั้น สุดท้าย Builder | setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
วิธีการสืบทอด
วิธีการสาธารณะ
TestResults.Builder addRepeatedField สาธารณะ (com.google.protobuf.Descriptors.FieldDescriptor ฟิลด์ ค่าอ็อบเจ็กต์)
TestResults.Builder สาธารณะ clearBenchmarkType ()
.tensorflow.TestResults.BenchmarkType benchmark_type = 10;
TestResults.Builder สาธารณะ clearBuildConfiguration ()
The configuration of the build (compiled opt? with cuda? any copts?)
.tensorflow.BuildConfiguration build_configuration = 3;
TestResults.Builder สาธารณะ clearCommitId ()
The commit id (git hash or changelist)
.tensorflow.CommitId commit_id = 4;
TestResults.Builder สาธารณะ clearEntries ()
The list of tests or benchmarks in this run.
.tensorflow.BenchmarkEntries entries = 2;
TestResults.Builder สาธารณะ clearMachineConfiguration ()
Machine-specific parameters (Platform and CPU info)
.tensorflow.MachineConfiguration machine_configuration = 7;
TestResults.Builder สาธารณะ clearRunConfiguration ()
Run-specific parameters (arguments, etc)
.tensorflow.RunConfiguration run_configuration = 8;
TestResults.Builder สาธารณะ clearRunMode ()
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;
TestResults.Builder สาธารณะ clearRunTime ()
The amount of time the total run took (wall time in seconds)
double run_time = 6;
TestResults.Builder สาธารณะ clearStartTime ()
The time the run started (in seconds of UTC time since Unix epoch)
int64 start_time = 5;
TestResults.Builder สาธารณะ clearTarget ()
The target of the run, e.g.: //tensorflow/core:kernels_adjust_contrast_op_benchmark_test
string target = 1;
TestResults.Builder สาธารณะ clearTfVersion ()
TensorFlow version this benchmark runs against. This can be either set to full version or just the major version.
string tf_version = 12;
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;
BuildConfiguration.Builder สาธารณะ getBuildConfigurationBuilder ()
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;
CommitId.Builder สาธารณะ getCommitIdBuilder ()
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;
สาธารณะคงที่สุดท้าย com.google.protobuf.Descriptors.Descriptor getDescriptor ()
สาธารณะ com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
เกณฑ์มาตรฐาน สาธารณะ getEntries ()
The list of tests or benchmarks in this run.
.tensorflow.BenchmarkEntries entries = 2;
BenchmarkEntries.Builder สาธารณะ getEntriesBuilder ()
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;
สาธารณะ MachineConfiguration getMachineConfiguration ()
Machine-specific parameters (Platform and CPU info)
.tensorflow.MachineConfiguration machine_configuration = 7;
MachineConfiguration.Builder สาธารณะ getMachineConfigurationBuilder ()
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;
RunConfiguration.Builder สาธารณะ getRunConfigurationBuilder ()
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;
บูลีนสุดท้ายสาธารณะ isInitialized ()
TestResults.Builder สาธารณะ รวม BuildConfiguration (ค่า BuildConfiguration )
The configuration of the build (compiled opt? with cuda? any copts?)
.tensorflow.BuildConfiguration build_configuration = 3;
TestResults สาธารณะ Builder mergeCommitId (ค่า CommitId )
The commit id (git hash or changelist)
.tensorflow.CommitId commit_id = 4;
TestResults.Builder ผสานรายการ สาธารณะ (ค่า BenchmarkEntries )
The list of tests or benchmarks in this run.
.tensorflow.BenchmarkEntries entries = 2;
TestResults.Builder สาธารณะ ผสานจาก (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
IOข้อยกเว้น |
---|
TestResults.Builder สาธารณะ รวมMachineConfiguration (ค่า MachineConfiguration )
Machine-specific parameters (Platform and CPU info)
.tensorflow.MachineConfiguration machine_configuration = 7;
TestResults.Builder สาธารณะ mergeRunConfiguration (ค่า RunConfiguration )
Run-specific parameters (arguments, etc)
.tensorflow.RunConfiguration run_configuration = 8;
TestResults สุดท้ายสาธารณะ Builder ผสาน UnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
สาธารณะ TestResults.Builder setBenchmarkType ( ค่า TestResults.BenchmarkType )
.tensorflow.TestResults.BenchmarkType benchmark_type = 10;
TestResults.Builder สาธารณะ setBenchmarkTypeValue (ค่า int)
.tensorflow.TestResults.BenchmarkType benchmark_type = 10;
TestResults.Builder สาธารณะ setBuildConfiguration ( BuildConfiguration.Builder builderForValue)
The configuration of the build (compiled opt? with cuda? any copts?)
.tensorflow.BuildConfiguration build_configuration = 3;
TestResults.Builder setBuildConfiguration สาธารณะ (ค่า BuildConfiguration )
The configuration of the build (compiled opt? with cuda? any copts?)
.tensorflow.BuildConfiguration build_configuration = 3;
TestResults.Builder setCommitId สาธารณะ ( CommitId.Builder builderForValue)
The commit id (git hash or changelist)
.tensorflow.CommitId commit_id = 4;
TestResults.Builder setCommitId สาธารณะ (ค่า CommitId )
The commit id (git hash or changelist)
.tensorflow.CommitId commit_id = 4;
TestResults.Builder setEntries สาธารณะ ( BenchmarkEntries.Builder builderForValue)
The list of tests or benchmarks in this run.
.tensorflow.BenchmarkEntries entries = 2;
TestResults.Builder setEntries สาธารณะ (ค่า BenchmarkEntries )
The list of tests or benchmarks in this run.
.tensorflow.BenchmarkEntries entries = 2;
TestResults.Builder setField สาธารณะ (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor ค่าอ็อบเจ็กต์)
TestResults.Builder สาธารณะ setMachineConfiguration ( MachineConfiguration.Builder builderForValue)
Machine-specific parameters (Platform and CPU info)
.tensorflow.MachineConfiguration machine_configuration = 7;
TestResults.Builder สาธารณะ setMachineConfiguration (ค่า MachineConfiguration )
Machine-specific parameters (Platform and CPU info)
.tensorflow.MachineConfiguration machine_configuration = 7;
TestResults.Builder setNameBytes สาธารณะ (ค่า com.google.protobuf.ByteString)
Benchmark target identifier.
string name = 9;
TestResults.Builder setRepeatedField สาธารณะ (com.google.protobuf.Descriptors.FieldDescriptor ฟิลด์ ดัชนี int ค่าอ็อบเจ็กต์)
TestResults.Builder สาธารณะ setRunConfiguration (ค่า RunConfiguration )
Run-specific parameters (arguments, etc)
.tensorflow.RunConfiguration run_configuration = 8;
TestResults.Builder สาธารณะ setRunConfiguration ( RunConfiguration.Builder builderForValue)
Run-specific parameters (arguments, etc)
.tensorflow.RunConfiguration run_configuration = 8;
TestResults.Builder สาธารณะ setRunMode (ค่าสตริง)
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;
TestResults.Builder สาธารณะ setRunModeBytes (ค่า com.google.protobuf.ByteString)
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;
TestResults.Builder สาธารณะ setRunTime (ค่าสองเท่า)
The amount of time the total run took (wall time in seconds)
double run_time = 6;
TestResults.Builder setStartTime สาธารณะ (ค่ายาว)
The time the run started (in seconds of UTC time since Unix epoch)
int64 start_time = 5;
TestResults.Builder setTarget สาธารณะ (ค่าสตริง)
The target of the run, e.g.: //tensorflow/core:kernels_adjust_contrast_op_benchmark_test
string target = 1;
TestResults.Builder สาธารณะ setTargetBytes (ค่า com.google.protobuf.ByteString)
The target of the run, e.g.: //tensorflow/core:kernels_adjust_contrast_op_benchmark_test
string target = 1;
TestResults.Builder setTfVersion สาธารณะ (ค่าสตริง)
TensorFlow version this benchmark runs against. This can be either set to full version or just the major version.
string tf_version = 12;
TestResults.Builder สาธารณะ setTfVersionBytes (ค่า com.google.protobuf.ByteString)
TensorFlow version this benchmark runs against. This can be either set to full version or just the major version.
string tf_version = 12;