Package | Description |
---|---|
org.tensorflow.util.testlog |
Modifier and Type | Method and Description |
---|---|
EntryValue |
EntryValue.Builder.build() |
EntryValue |
EntryValue.Builder.buildPartial() |
static EntryValue |
EntryValue.getDefaultInstance() |
EntryValue |
EntryValue.getDefaultInstanceForType() |
EntryValue |
EntryValue.Builder.getDefaultInstanceForType() |
EntryValue |
BenchmarkEntry.getExtrasOrDefault(String key,
EntryValue defaultValue)
Generic map from result key to value.
|
EntryValue |
BenchmarkEntry.Builder.getExtrasOrDefault(String key,
EntryValue defaultValue)
Generic map from result key to value.
|
EntryValue |
BenchmarkEntryOrBuilder.getExtrasOrDefault(String key,
EntryValue defaultValue)
Generic map from result key to value.
|
EntryValue |
BenchmarkEntry.getExtrasOrThrow(String key)
Generic map from result key to value.
|
EntryValue |
BenchmarkEntry.Builder.getExtrasOrThrow(String key)
Generic map from result key to value.
|
EntryValue |
BenchmarkEntryOrBuilder.getExtrasOrThrow(String key)
Generic map from result key to value.
|
static EntryValue |
EntryValue.parseDelimitedFrom(InputStream input) |
static EntryValue |
EntryValue.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EntryValue |
EntryValue.parseFrom(byte[] data) |
static EntryValue |
EntryValue.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EntryValue |
EntryValue.parseFrom(ByteBuffer data) |
static EntryValue |
EntryValue.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EntryValue |
EntryValue.parseFrom(com.google.protobuf.ByteString data) |
static EntryValue |
EntryValue.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EntryValue |
EntryValue.parseFrom(com.google.protobuf.CodedInputStream input) |
static EntryValue |
EntryValue.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EntryValue |
EntryValue.parseFrom(InputStream input) |
static EntryValue |
EntryValue.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Map<String,EntryValue> |
BenchmarkEntry.getExtras()
Deprecated.
|
Map<String,EntryValue> |
BenchmarkEntry.Builder.getExtras()
Deprecated.
|
Map<String,EntryValue> |
BenchmarkEntryOrBuilder.getExtras()
Deprecated.
|
Map<String,EntryValue> |
BenchmarkEntry.getExtrasMap()
Generic map from result key to value.
|
Map<String,EntryValue> |
BenchmarkEntry.Builder.getExtrasMap()
Generic map from result key to value.
|
Map<String,EntryValue> |
BenchmarkEntryOrBuilder.getExtrasMap()
Generic map from result key to value.
|
Map<String,EntryValue> |
BenchmarkEntry.Builder.getMutableExtras()
Deprecated.
|
com.google.protobuf.Parser<EntryValue> |
EntryValue.getParserForType() |
static com.google.protobuf.Parser<EntryValue> |
EntryValue.parser() |
Modifier and Type | Method and Description |
---|---|
EntryValue |
BenchmarkEntry.getExtrasOrDefault(String key,
EntryValue defaultValue)
Generic map from result key to value.
|
EntryValue |
BenchmarkEntry.Builder.getExtrasOrDefault(String key,
EntryValue defaultValue)
Generic map from result key to value.
|
EntryValue |
BenchmarkEntryOrBuilder.getExtrasOrDefault(String key,
EntryValue defaultValue)
Generic map from result key to value.
|
EntryValue.Builder |
EntryValue.Builder.mergeFrom(EntryValue other) |
static EntryValue.Builder |
EntryValue.newBuilder(EntryValue prototype) |
BenchmarkEntry.Builder |
BenchmarkEntry.Builder.putExtras(String key,
EntryValue value)
Generic map from result key to value.
|
Modifier and Type | Method and Description |
---|---|
BenchmarkEntry.Builder |
BenchmarkEntry.Builder.putAllExtras(Map<String,EntryValue> values)
Generic map from result key to value.
|
Copyright © 2015–2018. All rights reserved.