Uses of Interface
org.tensorflow.framework.VersionDefOrBuilder
-
Packages that use VersionDefOrBuilder Package Description org.tensorflow.framework org.tensorflow.util tensorflow.eager -
-
Uses of VersionDefOrBuilder in org.tensorflow.framework
Classes in org.tensorflow.framework that implement VersionDefOrBuilder Modifier and Type Class 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.Methods in org.tensorflow.framework that return VersionDefOrBuilder Modifier and Type Method Description VersionDefOrBuilder
GraphDef.Builder. getVersionsOrBuilder()
Compatibility versions of the graph.VersionDefOrBuilder
GraphDef. getVersionsOrBuilder()
Compatibility versions of the graph.VersionDefOrBuilder
GraphDefOrBuilder. getVersionsOrBuilder()
Compatibility versions of the graph. -
Uses of VersionDefOrBuilder in org.tensorflow.util
Methods in org.tensorflow.util that return VersionDefOrBuilder Modifier and Type Method Description VersionDefOrBuilder
BundleHeaderProto.Builder. getVersionOrBuilder()
Versioning of the tensor bundle format.VersionDefOrBuilder
BundleHeaderProto. getVersionOrBuilder()
Versioning of the tensor bundle format.VersionDefOrBuilder
BundleHeaderProtoOrBuilder. getVersionOrBuilder()
Versioning of the tensor bundle format. -
Uses of VersionDefOrBuilder in tensorflow.eager
Methods in tensorflow.eager that return VersionDefOrBuilder Modifier and Type Method Description VersionDefOrBuilder
EagerServiceOuterClass.CreateContextRequest.Builder. getVersionDefOrBuilder()
This is the version for all the ops that will be enqueued by the client.VersionDefOrBuilder
EagerServiceOuterClass.CreateContextRequest. getVersionDefOrBuilder()
This is the version for all the ops that will be enqueued by the client.VersionDefOrBuilder
EagerServiceOuterClass.CreateContextRequestOrBuilder. getVersionDefOrBuilder()
This is the version for all the ops that will be enqueued by the client.
-