Uses of Class
org.tensorflow.framework.VersionDef
-
Packages that use VersionDef Package Description org.tensorflow.framework org.tensorflow.util tensorflow.eager -
-
Uses of VersionDef in org.tensorflow.framework
Methods in org.tensorflow.framework that return VersionDef Modifier and Type Method Description VersionDefVersionDef.Builder. build()VersionDefVersionDef.Builder. buildPartial()static VersionDefVersionDef. getDefaultInstance()VersionDefVersionDef.Builder. getDefaultInstanceForType()VersionDefVersionDef. getDefaultInstanceForType()VersionDefGraphDef.Builder. getVersions()Compatibility versions of the graph.VersionDefGraphDef. getVersions()Compatibility versions of the graph.VersionDefGraphDefOrBuilder. getVersions()Compatibility versions of the graph.static VersionDefVersionDef. parseDelimitedFrom(InputStream input)static VersionDefVersionDef. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static VersionDefVersionDef. parseFrom(byte[] data)static VersionDefVersionDef. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static VersionDefVersionDef. parseFrom(InputStream input)static VersionDefVersionDef. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static VersionDefVersionDef. parseFrom(ByteBuffer data)static VersionDefVersionDef. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static VersionDefVersionDef. parseFrom(org.nd4j.shade.protobuf.ByteString data)static VersionDefVersionDef. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static VersionDefVersionDef. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)static VersionDefVersionDef. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.tensorflow.framework that return types with arguments of type VersionDef Modifier and Type Method Description org.nd4j.shade.protobuf.Parser<VersionDef>VersionDef. getParserForType()static org.nd4j.shade.protobuf.Parser<VersionDef>VersionDef. parser()Methods in org.tensorflow.framework with parameters of type VersionDef Modifier and Type Method Description VersionDef.BuilderVersionDef.Builder. mergeFrom(VersionDef other)GraphDef.BuilderGraphDef.Builder. mergeVersions(VersionDef value)Compatibility versions of the graph.static VersionDef.BuilderVersionDef. newBuilder(VersionDef prototype)GraphDef.BuilderGraphDef.Builder. setVersions(VersionDef value)Compatibility versions of the graph. -
Uses of VersionDef in org.tensorflow.util
Methods in org.tensorflow.util that return VersionDef Modifier and Type Method Description VersionDefBundleHeaderProto.Builder. getVersion()Versioning of the tensor bundle format.VersionDefBundleHeaderProto. getVersion()Versioning of the tensor bundle format.VersionDefBundleHeaderProtoOrBuilder. getVersion()Versioning of the tensor bundle format.Methods in org.tensorflow.util with parameters of type VersionDef Modifier and Type Method Description BundleHeaderProto.BuilderBundleHeaderProto.Builder. mergeVersion(VersionDef value)Versioning of the tensor bundle format.BundleHeaderProto.BuilderBundleHeaderProto.Builder. setVersion(VersionDef value)Versioning of the tensor bundle format. -
Uses of VersionDef in tensorflow.eager
Methods in tensorflow.eager that return VersionDef Modifier and Type Method Description VersionDefEagerServiceOuterClass.CreateContextRequest.Builder. getVersionDef()This is the version for all the ops that will be enqueued by the client.VersionDefEagerServiceOuterClass.CreateContextRequest. getVersionDef()This is the version for all the ops that will be enqueued by the client.VersionDefEagerServiceOuterClass.CreateContextRequestOrBuilder. getVersionDef()This is the version for all the ops that will be enqueued by the client.Methods in tensorflow.eager with parameters of type VersionDef Modifier and Type Method Description EagerServiceOuterClass.CreateContextRequest.BuilderEagerServiceOuterClass.CreateContextRequest.Builder. mergeVersionDef(VersionDef value)This is the version for all the ops that will be enqueued by the client.EagerServiceOuterClass.CreateContextRequest.BuilderEagerServiceOuterClass.CreateContextRequest.Builder. setVersionDef(VersionDef value)This is the version for all the ops that will be enqueued by the client.
-