Package tensorflow
Class SavedObjectGraphOuterClass
- java.lang.Object
-
- tensorflow.SavedObjectGraphOuterClass
-
public final class SavedObjectGraphOuterClass extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSavedObjectGraphOuterClass.FunctionSpecRepresents `FunctionSpec` used in `Function`.static interfaceSavedObjectGraphOuterClass.FunctionSpecOrBuilderstatic classSavedObjectGraphOuterClass.SavedAssetA SavedAsset points to an asset in the MetaGraph.static interfaceSavedObjectGraphOuterClass.SavedAssetOrBuilderstatic classSavedObjectGraphOuterClass.SavedBareConcreteFunctionProtobuf typetensorflow.SavedBareConcreteFunctionstatic interfaceSavedObjectGraphOuterClass.SavedBareConcreteFunctionOrBuilderstatic classSavedObjectGraphOuterClass.SavedConcreteFunctionStores low-level information about a concrete function.static interfaceSavedObjectGraphOuterClass.SavedConcreteFunctionOrBuilderstatic classSavedObjectGraphOuterClass.SavedConstantProtobuf typetensorflow.SavedConstantstatic interfaceSavedObjectGraphOuterClass.SavedConstantOrBuilderstatic classSavedObjectGraphOuterClass.SavedFunctionA function with multiple signatures, possibly with non-Tensor arguments.static interfaceSavedObjectGraphOuterClass.SavedFunctionOrBuilderstatic classSavedObjectGraphOuterClass.SavedObjectProtobuf typetensorflow.SavedObjectstatic classSavedObjectGraphOuterClass.SavedObjectGraphProtobuf typetensorflow.SavedObjectGraphstatic interfaceSavedObjectGraphOuterClass.SavedObjectGraphOrBuilderstatic interfaceSavedObjectGraphOuterClass.SavedObjectOrBuilderstatic classSavedObjectGraphOuterClass.SavedResourceA SavedResource represents a TF object that holds state during its lifetime.static interfaceSavedObjectGraphOuterClass.SavedResourceOrBuilderstatic classSavedObjectGraphOuterClass.SavedUserObjectA SavedUserObject is an object (in the object-oriented language of the TensorFlow program) of some user- or framework-defined class other than those handled specifically by the other kinds of SavedObjects.static interfaceSavedObjectGraphOuterClass.SavedUserObjectOrBuilderstatic classSavedObjectGraphOuterClass.SavedVariableRepresents a Variable that is initialized by loading the contents from the checkpoint.static interfaceSavedObjectGraphOuterClass.SavedVariableOrBuilder
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.google.protobuf.Descriptors.FileDescriptorgetDescriptor()static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistry registry)static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
-
-
Method Detail
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
-
getDescriptor
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
-
-