Package | Description |
---|---|
org.tensorflow.framework | |
org.tensorflow.util |
Modifier and Type | Class and Description |
---|---|
class |
VersionDef
Version information for a piece of serialized data
There are different types of versions for each type of data
(GraphDef, etc.), but they all have the same common shape
described here.
|
static class |
VersionDef.Builder
Version information for a piece of serialized data
There are different types of versions for each type of data
(GraphDef, etc.), but they all have the same common shape
described here.
|
Modifier and Type | Method and Description |
---|---|
VersionDefOrBuilder |
GraphDef.getVersionsOrBuilder()
Compatibility versions of the graph.
|
VersionDefOrBuilder |
GraphDef.Builder.getVersionsOrBuilder()
Compatibility versions of the graph.
|
VersionDefOrBuilder |
GraphDefOrBuilder.getVersionsOrBuilder()
Compatibility versions of the graph.
|
Modifier and Type | Method and Description |
---|---|
VersionDefOrBuilder |
BundleHeaderProtoOrBuilder.getVersionOrBuilder()
Versioning of the tensor bundle format.
|
VersionDefOrBuilder |
BundleHeaderProto.getVersionOrBuilder()
Versioning of the tensor bundle format.
|
VersionDefOrBuilder |
BundleHeaderProto.Builder.getVersionOrBuilder()
Versioning of the tensor bundle format.
|
VersionDefOrBuilder |
SavedTensorSliceMeta.getVersionsOrBuilder()
Compatibility version of this checkpoint.
|
VersionDefOrBuilder |
SavedTensorSliceMeta.Builder.getVersionsOrBuilder()
Compatibility version of this checkpoint.
|
VersionDefOrBuilder |
SavedTensorSliceMetaOrBuilder.getVersionsOrBuilder()
Compatibility version of this checkpoint.
|
Copyright © 2015–2019. All rights reserved.