Package | Description |
---|---|
org.tensorflow.framework | |
org.tensorflow.util |
Modifier and Type | Method and Description |
---|---|
VersionDef |
VersionDef.Builder.build() |
VersionDef |
VersionDef.Builder.buildPartial() |
static VersionDef |
VersionDef.getDefaultInstance() |
VersionDef |
VersionDef.getDefaultInstanceForType() |
VersionDef |
VersionDef.Builder.getDefaultInstanceForType() |
VersionDef |
GraphDefOrBuilder.getVersions()
Compatibility versions of the graph.
|
VersionDef |
GraphDef.getVersions()
Compatibility versions of the graph.
|
VersionDef |
GraphDef.Builder.getVersions()
Compatibility versions of the graph.
|
static VersionDef |
VersionDef.parseDelimitedFrom(InputStream input) |
static VersionDef |
VersionDef.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VersionDef |
VersionDef.parseFrom(byte[] data) |
static VersionDef |
VersionDef.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VersionDef |
VersionDef.parseFrom(com.google.protobuf.ByteString data) |
static VersionDef |
VersionDef.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VersionDef |
VersionDef.parseFrom(com.google.protobuf.CodedInputStream input) |
static VersionDef |
VersionDef.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VersionDef |
VersionDef.parseFrom(InputStream input) |
static VersionDef |
VersionDef.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<VersionDef> |
VersionDef.getParserForType() |
static com.google.protobuf.Parser<VersionDef> |
VersionDef.parser() |
Modifier and Type | Method and Description |
---|---|
VersionDef.Builder |
VersionDef.Builder.mergeFrom(VersionDef other) |
GraphDef.Builder |
GraphDef.Builder.mergeVersions(VersionDef value)
Compatibility versions of the graph.
|
static VersionDef.Builder |
VersionDef.newBuilder(VersionDef prototype) |
GraphDef.Builder |
GraphDef.Builder.setVersions(VersionDef value)
Compatibility versions of the graph.
|
Modifier and Type | Method and Description |
---|---|
VersionDef |
BundleHeaderProto.getVersion()
Versioning of the tensor bundle format.
|
VersionDef |
BundleHeaderProto.Builder.getVersion()
Versioning of the tensor bundle format.
|
VersionDef |
BundleHeaderProtoOrBuilder.getVersion()
Versioning of the tensor bundle format.
|
VersionDef |
SavedTensorSliceMeta.getVersions()
Compatibility version of this checkpoint.
|
VersionDef |
SavedTensorSliceMeta.Builder.getVersions()
Compatibility version of this checkpoint.
|
VersionDef |
SavedTensorSliceMetaOrBuilder.getVersions()
Compatibility version of this checkpoint.
|
Modifier and Type | Method and Description |
---|---|
BundleHeaderProto.Builder |
BundleHeaderProto.Builder.mergeVersion(VersionDef value)
Versioning of the tensor bundle format.
|
SavedTensorSliceMeta.Builder |
SavedTensorSliceMeta.Builder.mergeVersions(VersionDef value)
Compatibility version of this checkpoint.
|
BundleHeaderProto.Builder |
BundleHeaderProto.Builder.setVersion(VersionDef value)
Versioning of the tensor bundle format.
|
SavedTensorSliceMeta.Builder |
SavedTensorSliceMeta.Builder.setVersions(VersionDef value)
Compatibility version of this checkpoint.
|
Copyright © 2015–2017. All rights reserved.