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 VersionDef
VersionDef.Builder. build()
VersionDef
VersionDef.Builder. buildPartial()
static VersionDef
VersionDef. getDefaultInstance()
VersionDef
VersionDef.Builder. getDefaultInstanceForType()
VersionDef
VersionDef. getDefaultInstanceForType()
VersionDef
GraphDef.Builder. getVersions()
Compatibility versions of the graph.VersionDef
GraphDef. getVersions()
Compatibility versions of the graph.VersionDef
GraphDefOrBuilder. getVersions()
Compatibility versions of the graph.static VersionDef
VersionDef. parseDelimitedFrom(InputStream input)
static VersionDef
VersionDef. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static VersionDef
VersionDef. parseFrom(byte[] data)
static VersionDef
VersionDef. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static VersionDef
VersionDef. parseFrom(InputStream input)
static VersionDef
VersionDef. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static VersionDef
VersionDef. parseFrom(ByteBuffer data)
static VersionDef
VersionDef. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static VersionDef
VersionDef. parseFrom(org.nd4j.shade.protobuf.ByteString data)
static VersionDef
VersionDef. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static VersionDef
VersionDef. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)
static VersionDef
VersionDef. 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.Builder
VersionDef.Builder. mergeFrom(VersionDef other)
GraphDef.Builder
GraphDef.Builder. mergeVersions(VersionDef value)
Compatibility versions of the graph.static VersionDef.Builder
VersionDef. newBuilder(VersionDef prototype)
GraphDef.Builder
GraphDef.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 VersionDef
BundleHeaderProto.Builder. getVersion()
Versioning of the tensor bundle format.VersionDef
BundleHeaderProto. getVersion()
Versioning of the tensor bundle format.VersionDef
BundleHeaderProtoOrBuilder. getVersion()
Versioning of the tensor bundle format.Methods in org.tensorflow.util with parameters of type VersionDef Modifier and Type Method Description BundleHeaderProto.Builder
BundleHeaderProto.Builder. mergeVersion(VersionDef value)
Versioning of the tensor bundle format.BundleHeaderProto.Builder
BundleHeaderProto.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 VersionDef
EagerServiceOuterClass.CreateContextRequest.Builder. getVersionDef()
This is the version for all the ops that will be enqueued by the client.VersionDef
EagerServiceOuterClass.CreateContextRequest. getVersionDef()
This is the version for all the ops that will be enqueued by the client.VersionDef
EagerServiceOuterClass.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.Builder
EagerServiceOuterClass.CreateContextRequest.Builder. mergeVersionDef(VersionDef value)
This is the version for all the ops that will be enqueued by the client.EagerServiceOuterClass.CreateContextRequest.Builder
EagerServiceOuterClass.CreateContextRequest.Builder. setVersionDef(VersionDef value)
This is the version for all the ops that will be enqueued by the client.
-