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 VariableDefVariableDef.Builder. build()VariableDefVariableDef.Builder. buildPartial()static VariableDefVariableDef. getDefaultInstance()VariableDefVariableDef.Builder. getDefaultInstanceForType()VariableDefVariableDef. getDefaultInstanceForType()static VariableDefVariableDef. parseDelimitedFrom(InputStream input)static VariableDefVariableDef. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static VariableDefVariableDef. parseFrom(byte[] data)static VariableDefVariableDef. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static VariableDefVariableDef. parseFrom(InputStream input)static VariableDefVariableDef. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static VariableDefVariableDef. parseFrom(ByteBuffer data)static VariableDefVariableDef. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static VariableDefVariableDef. parseFrom(org.nd4j.shade.protobuf.ByteString data)static VariableDefVariableDef. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static VariableDefVariableDef. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)static VariableDefVariableDef. 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.BuilderVariableDef.Builder. mergeFrom(VariableDef other)static VariableDef.BuilderVariableDef. newBuilder(VariableDef prototype)
-