| Package | Description |
|---|---|
| org.tensorflow.util.testlog |
| Modifier and Type | Method and Description |
|---|---|
CommitId |
CommitId.Builder.build() |
CommitId |
CommitId.Builder.buildPartial() |
CommitId |
TestResultsOrBuilder.getCommitId()
The commit id (git hash or changelist)
|
CommitId |
TestResults.getCommitId()
The commit id (git hash or changelist)
|
CommitId |
TestResults.Builder.getCommitId()
The commit id (git hash or changelist)
|
static CommitId |
CommitId.getDefaultInstance() |
CommitId |
CommitId.getDefaultInstanceForType() |
CommitId |
CommitId.Builder.getDefaultInstanceForType() |
static CommitId |
CommitId.parseDelimitedFrom(InputStream input) |
static CommitId |
CommitId.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CommitId |
CommitId.parseFrom(byte[] data) |
static CommitId |
CommitId.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CommitId |
CommitId.parseFrom(ByteBuffer data) |
static CommitId |
CommitId.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CommitId |
CommitId.parseFrom(com.google.protobuf.ByteString data) |
static CommitId |
CommitId.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CommitId |
CommitId.parseFrom(com.google.protobuf.CodedInputStream input) |
static CommitId |
CommitId.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CommitId |
CommitId.parseFrom(InputStream input) |
static CommitId |
CommitId.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<CommitId> |
CommitId.getParserForType() |
static com.google.protobuf.Parser<CommitId> |
CommitId.parser() |
| Modifier and Type | Method and Description |
|---|---|
TestResults.Builder |
TestResults.Builder.mergeCommitId(CommitId value)
The commit id (git hash or changelist)
|
CommitId.Builder |
CommitId.Builder.mergeFrom(CommitId other) |
static CommitId.Builder |
CommitId.newBuilder(CommitId prototype) |
TestResults.Builder |
TestResults.Builder.setCommitId(CommitId value)
The commit id (git hash or changelist)
|
Copyright © 2015–2019. All rights reserved.