Package tensorflow
Interface CheckpointableObjectGraphOuterClass.CheckpointableObjectGraphOrBuilder
-
- All Superinterfaces:
org.nd4j.shade.protobuf.MessageLiteOrBuilder,org.nd4j.shade.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CheckpointableObjectGraphOuterClass.CheckpointableObjectGraph,CheckpointableObjectGraphOuterClass.CheckpointableObjectGraph.Builder
- Enclosing class:
- CheckpointableObjectGraphOuterClass
public static interface CheckpointableObjectGraphOuterClass.CheckpointableObjectGraphOrBuilder extends org.nd4j.shade.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CheckpointableObjectGraphOuterClass.CheckpointableObjectGraph.CheckpointableObjectgetNodes(int index)repeated .tensorflow.CheckpointableObjectGraph.CheckpointableObject nodes = 1;intgetNodesCount()repeated .tensorflow.CheckpointableObjectGraph.CheckpointableObject nodes = 1;List<CheckpointableObjectGraphOuterClass.CheckpointableObjectGraph.CheckpointableObject>getNodesList()repeated .tensorflow.CheckpointableObjectGraph.CheckpointableObject nodes = 1;CheckpointableObjectGraphOuterClass.CheckpointableObjectGraph.CheckpointableObjectOrBuildergetNodesOrBuilder(int index)repeated .tensorflow.CheckpointableObjectGraph.CheckpointableObject nodes = 1;List<? extends CheckpointableObjectGraphOuterClass.CheckpointableObjectGraph.CheckpointableObjectOrBuilder>getNodesOrBuilderList()repeated .tensorflow.CheckpointableObjectGraph.CheckpointableObject nodes = 1;-
Methods inherited from interface org.nd4j.shade.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getNodesList
List<CheckpointableObjectGraphOuterClass.CheckpointableObjectGraph.CheckpointableObject> getNodesList()
repeated .tensorflow.CheckpointableObjectGraph.CheckpointableObject nodes = 1;
-
getNodes
CheckpointableObjectGraphOuterClass.CheckpointableObjectGraph.CheckpointableObject getNodes(int index)
repeated .tensorflow.CheckpointableObjectGraph.CheckpointableObject nodes = 1;
-
getNodesCount
int getNodesCount()
repeated .tensorflow.CheckpointableObjectGraph.CheckpointableObject nodes = 1;
-
getNodesOrBuilderList
List<? extends CheckpointableObjectGraphOuterClass.CheckpointableObjectGraph.CheckpointableObjectOrBuilder> getNodesOrBuilderList()
repeated .tensorflow.CheckpointableObjectGraph.CheckpointableObject nodes = 1;
-
getNodesOrBuilder
CheckpointableObjectGraphOuterClass.CheckpointableObjectGraph.CheckpointableObjectOrBuilder getNodesOrBuilder(int index)
repeated .tensorflow.CheckpointableObjectGraph.CheckpointableObject nodes = 1;
-
-