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 classVersionDefVersion 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 classVersionDef.BuilderVersion 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 VersionDefOrBuilderGraphDef.Builder. getVersionsOrBuilder()Compatibility versions of the graph.VersionDefOrBuilderGraphDef. getVersionsOrBuilder()Compatibility versions of the graph.VersionDefOrBuilderGraphDefOrBuilder. 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 VersionDefOrBuilderBundleHeaderProto.Builder. getVersionOrBuilder()Versioning of the tensor bundle format.VersionDefOrBuilderBundleHeaderProto. getVersionOrBuilder()Versioning of the tensor bundle format.VersionDefOrBuilderBundleHeaderProtoOrBuilder. 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 VersionDefOrBuilderEagerServiceOuterClass.CreateContextRequest.Builder. getVersionDefOrBuilder()This is the version for all the ops that will be enqueued by the client.VersionDefOrBuilderEagerServiceOuterClass.CreateContextRequest. getVersionDefOrBuilder()This is the version for all the ops that will be enqueued by the client.VersionDefOrBuilderEagerServiceOuterClass.CreateContextRequestOrBuilder. getVersionDefOrBuilder()This is the version for all the ops that will be enqueued by the client.
-