Uses of Class
org.tensorflow.framework.VariableDef
-
Packages that use VariableDef Package Description org.tensorflow.framework -
-
Uses of VariableDef in org.tensorflow.framework
Methods in org.tensorflow.framework that return VariableDef Modifier and Type Method Description VariableDef
VariableDef.Builder. build()
VariableDef
VariableDef.Builder. buildPartial()
static VariableDef
VariableDef. getDefaultInstance()
VariableDef
VariableDef.Builder. getDefaultInstanceForType()
VariableDef
VariableDef. getDefaultInstanceForType()
static VariableDef
VariableDef. parseDelimitedFrom(InputStream input)
static VariableDef
VariableDef. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static VariableDef
VariableDef. parseFrom(byte[] data)
static VariableDef
VariableDef. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static VariableDef
VariableDef. parseFrom(InputStream input)
static VariableDef
VariableDef. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static VariableDef
VariableDef. parseFrom(ByteBuffer data)
static VariableDef
VariableDef. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static VariableDef
VariableDef. parseFrom(org.nd4j.shade.protobuf.ByteString data)
static VariableDef
VariableDef. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static VariableDef
VariableDef. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)
static VariableDef
VariableDef. 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 VariableDef Modifier and Type Method Description org.nd4j.shade.protobuf.Parser<VariableDef>
VariableDef. getParserForType()
static org.nd4j.shade.protobuf.Parser<VariableDef>
VariableDef. parser()
Methods in org.tensorflow.framework with parameters of type VariableDef Modifier and Type Method Description VariableDef.Builder
VariableDef.Builder. mergeFrom(VariableDef other)
static VariableDef.Builder
VariableDef. newBuilder(VariableDef prototype)
-