Uses of Class
org.tensorflow.framework.VersionDef
Packages that use VersionDef
-
Uses of VersionDef in org.tensorflow.framework
Methods in org.tensorflow.framework that return VersionDefModifier and TypeMethodDescriptionVersionDef.Builder.build()VersionDef.Builder.buildPartial()static VersionDefVersionDef.getDefaultInstance()VersionDef.Builder.getDefaultInstanceForType()VersionDef.getDefaultInstanceForType()GraphDef.Builder.getVersions()Compatibility versions of the graph.GraphDef.getVersions()Compatibility versions of the graph.GraphDefOrBuilder.getVersions()Compatibility versions of the graph.static VersionDefVersionDef.parseDelimitedFrom(InputStream input) static VersionDefVersionDef.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static VersionDefVersionDef.parseFrom(byte[] data) static VersionDefVersionDef.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static VersionDefVersionDef.parseFrom(com.google.protobuf.ByteString data) static VersionDefVersionDef.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static VersionDefVersionDef.parseFrom(com.google.protobuf.CodedInputStream input) static VersionDefVersionDef.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static VersionDefVersionDef.parseFrom(InputStream input) static VersionDefVersionDef.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static VersionDefVersionDef.parseFrom(ByteBuffer data) static VersionDefVersionDef.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.framework that return types with arguments of type VersionDefModifier and TypeMethodDescriptioncom.google.protobuf.Parser<VersionDef> VersionDef.getParserForType()static com.google.protobuf.Parser<VersionDef> VersionDef.parser()Methods in org.tensorflow.framework with parameters of type VersionDefModifier and TypeMethodDescriptionVersionDef.Builder.mergeFrom(VersionDef other) GraphDef.Builder.mergeVersions(VersionDef value) Compatibility versions of the graph.static VersionDef.BuilderVersionDef.newBuilder(VersionDef prototype) GraphDef.Builder.setVersions(VersionDef value) Compatibility versions of the graph. -
Uses of VersionDef in tensorflow
Methods in tensorflow that return VersionDefModifier and TypeMethodDescriptionSavedObjectGraphOuterClass.SavedUserObject.Builder.getVersion()Version information from the producer of this SavedUserObject.SavedObjectGraphOuterClass.SavedUserObject.getVersion()Version information from the producer of this SavedUserObject.SavedObjectGraphOuterClass.SavedUserObjectOrBuilder.getVersion()Version information from the producer of this SavedUserObject.Methods in tensorflow with parameters of type VersionDefModifier and TypeMethodDescriptionSavedObjectGraphOuterClass.SavedUserObject.Builder.mergeVersion(VersionDef value) Version information from the producer of this SavedUserObject.SavedObjectGraphOuterClass.SavedUserObject.Builder.setVersion(VersionDef value) Version information from the producer of this SavedUserObject.