TestResults

공개 최종 클래스 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 유형 tensorflow.TestResults

중첩 클래스

열거형 TestResults.BenchmarkType
 The type of benchmark. 
수업 테스트결과.빌더
 The output of one benchmark / test run. 

상수

정수 BENCHMARK_TYPE_FIELD_NUMBER
정수 BUILD_CONFIGURATION_FIELD_NUMBER
정수 COMMIT_ID_FIELD_NUMBER
정수 ENTRIES_FIELD_NUMBER
정수 MACHINE_CONFIGURATION_FIELD_NUMBER
정수 NAME_FIELD_NUMBER
정수 RUN_CONFIGURATION_FIELD_NUMBER
정수 RUN_MODE_FIELD_NUMBER
정수 RUN_TIME_FIELD_NUMBER
정수 START_TIME_FIELD_NUMBER
정수 TARGET_FIELD_NUMBER
정수 TF_VERSION_FIELD_NUMBER

공개 방법

부울
같음 (객체 객체)
TestResults.BenchmarkType
getBenchmarkType ()
.tensorflow.TestResults.BenchmarkType benchmark_type = 10;
정수
getBenchmarkTypeValue ()
.tensorflow.TestResults.BenchmarkType benchmark_type = 10;
빌드 구성
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
getCommitId ()
 The commit id (git hash or changelist)
 
.tensorflow.CommitId commit_id = 4;
커밋IdOrBuilder
getCommitIdOrBuilder ()
 The commit id (git hash or changelist)
 
.tensorflow.CommitId commit_id = 4;
정적 테스트 결과
시험 결과
최종 정적 com.google.protobuf.Descriptors.Descriptor
벤치마크 항목
getEntry ()
 The list of tests or benchmarks in this run.
벤치마크항목 또는 빌더
getEntriesOrBuilder ()
 The list of tests or benchmarks in this run.
기계 구성
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.
com.google.protobuf.ByteString
getNameBytes ()
 Benchmark target identifier.
실행구성
getRun구성 ()
 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.
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;
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;
getTf버전 ()
 TensorFlow version this benchmark runs against.
com.google.protobuf.ByteString
getTfVersionBytes ()
 TensorFlow version this benchmark runs against.
최종 com.google.protobuf.UnknownFieldSet
부울
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.
부울
hasMachineConfiguration ()
 Machine-specific parameters (Platform and CPU info)
 
.tensorflow.MachineConfiguration machine_configuration = 7;
부울
hasRun구성 ()
 Run-specific parameters (arguments, etc)
 
.tensorflow.RunConfiguration run_configuration = 8;
정수
최종 부울
정적 TestResults.Builder
newBuilder ( TestResults 프로토타입)
정적 TestResults.Builder
테스트결과.빌더
정적 테스트 결과
parsDelimitedFrom (InputStream 입력)
정적 테스트 결과
parseDelimitedFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 테스트 결과
ParseFrom (ByteBuffer 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 테스트 결과
ParseFrom (com.google.protobuf.CodedInputStream 입력)
정적 테스트 결과
parseFrom (byte[] 데이터, com.google.protobuf.ExtensionRegistryLite 확장Registry)
정적 테스트 결과
parsFrom (ByteBuffer 데이터)
정적 테스트 결과
ParseFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 테스트 결과
ParseFrom (com.google.protobuf.ByteString 데이터)
정적 테스트 결과
ParseFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 테스트 결과
ParseFrom (com.google.protobuf.ByteString 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
공전
파서 ()
테스트결과.빌더
무효의
writeTo (com.google.protobuf.CodedOutputStream 출력)

상속된 메서드

상수

공개 정적 최종 int BENCHMARK_TYPE_FIELD_NUMBER

상수값: 10

공개 정적 최종 int BUILD_CONFIGURATION_FIELD_NUMBER

상수값: 3

공개 정적 최종 int COMMIT_ID_FIELD_NUMBER

상수값: 4

공개 정적 최종 int ENTRIES_FIELD_NUMBER

상수값: 2

공개 정적 최종 int MACHINE_CONFIGURATION_FIELD_NUMBER

상수값: 7

공개 정적 최종 정수 NAME_FIELD_NUMBER

상수값: 9

공개 정적 최종 int RUN_CONFIGURATION_FIELD_NUMBER

상수값: 8

공개 정적 최종 int RUN_MODE_FIELD_NUMBER

상수값: 11

공개 정적 최종 int RUN_TIME_FIELD_NUMBER

상수값: 6

공개 정적 최종 정수 START_TIME_FIELD_NUMBER

상수값: 5

공개 정적 최종 int TARGET_FIELD_NUMBER

상수값: 1

공개 정적 최종 정수 TF_VERSION_FIELD_NUMBER

상수값: 12

공개 방법

공개 부울은 (객체 obj)와 같습니다 .

공개 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;

공개 정적 TestResults getDefaultInstance ()

공개 테스트 결과 getDefaultInstanceForType ()

공개 정적 최종 com.google.protobuf.Descriptors.Descriptor getDescriptor ()

공개 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;

공개 MachineConfiguration 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;

공공의 getParserForType ()

공개 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;

공개 int getSerializedSize ()

공개 긴 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;

공개 최종 com.google.protobuf.UnknownFieldSet getUnknownFields ()

공개 부울 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;

공개 int hashCode ()

공개 최종 부울 isInitialized ()

공개 정적 TestResults.Builder newBuilder ( TestResults 프로토타입)

공개 정적 TestResults.Builder newBuilder ()

공개 TestResults.Builder newBuilderForType ()

공개 정적 TestResults parseDelimitedFrom (InputStream 입력)

던지기
IO예외

공개 정적 TestResults parseDelimitedFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
IO예외

공개 정적 TestResults 구문 분석 (ByteBuffer 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
잘못된프로토콜버퍼예외

공개 정적 TestResults 구문 분석 (com.google.protobuf.CodedInputStream 입력)

던지기
IO예외

공개 정적 TestResults parseFrom (byte[] 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
잘못된프로토콜버퍼예외

공개 정적 TestResults 구문 분석 (ByteBuffer 데이터)

던지기
잘못된프로토콜버퍼예외

공개 정적 TestResultsparseFrom ( com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
IO예외

공개 정적 TestResults 구문 분석 (com.google.protobuf.ByteString 데이터)

던지기
잘못된프로토콜버퍼예외

공개 정적 TestResultsparseFrom ( InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
IO예외

공개 정적 TestResults 구문 분석 (com.google.protobuf.ByteString 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
잘못된프로토콜버퍼예외

공개 정적 파서 ()

공개 TestResults.Builder toBuilder ()

공개 무효 writeTo (com.google.protobuf.CodedOutputStream 출력)

던지기
IO예외