| Package | Description |
|---|---|
| org.tensorflow.util.testlog |
| Modifier and Type | Method and Description |
|---|---|
BenchmarkEntries |
BenchmarkEntries.Builder.build() |
BenchmarkEntries |
BenchmarkEntries.Builder.buildPartial() |
static BenchmarkEntries |
BenchmarkEntries.getDefaultInstance() |
BenchmarkEntries |
BenchmarkEntries.getDefaultInstanceForType() |
BenchmarkEntries |
BenchmarkEntries.Builder.getDefaultInstanceForType() |
BenchmarkEntries |
TestResultsOrBuilder.getEntries()
The list of tests or benchmarks in this run.
|
BenchmarkEntries |
TestResults.getEntries()
The list of tests or benchmarks in this run.
|
BenchmarkEntries |
TestResults.Builder.getEntries()
The list of tests or benchmarks in this run.
|
static BenchmarkEntries |
BenchmarkEntries.parseDelimitedFrom(InputStream input) |
static BenchmarkEntries |
BenchmarkEntries.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BenchmarkEntries |
BenchmarkEntries.parseFrom(byte[] data) |
static BenchmarkEntries |
BenchmarkEntries.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BenchmarkEntries |
BenchmarkEntries.parseFrom(ByteBuffer data) |
static BenchmarkEntries |
BenchmarkEntries.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BenchmarkEntries |
BenchmarkEntries.parseFrom(com.google.protobuf.ByteString data) |
static BenchmarkEntries |
BenchmarkEntries.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BenchmarkEntries |
BenchmarkEntries.parseFrom(com.google.protobuf.CodedInputStream input) |
static BenchmarkEntries |
BenchmarkEntries.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BenchmarkEntries |
BenchmarkEntries.parseFrom(InputStream input) |
static BenchmarkEntries |
BenchmarkEntries.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<BenchmarkEntries> |
BenchmarkEntries.getParserForType() |
static com.google.protobuf.Parser<BenchmarkEntries> |
BenchmarkEntries.parser() |
| Modifier and Type | Method and Description |
|---|---|
TestResults.Builder |
TestResults.Builder.mergeEntries(BenchmarkEntries value)
The list of tests or benchmarks in this run.
|
BenchmarkEntries.Builder |
BenchmarkEntries.Builder.mergeFrom(BenchmarkEntries other) |
static BenchmarkEntries.Builder |
BenchmarkEntries.newBuilder(BenchmarkEntries prototype) |
TestResults.Builder |
TestResults.Builder.setEntries(BenchmarkEntries value)
The list of tests or benchmarks in this run.
|
Copyright © 2015–2019. All rights reserved.