Interface SavedObjectGraphOuterClass.SavedObjectGraphOrBuilder

    • Method Detail

      • getNodesList

        java.util.List<SavedObjectGraphOuterClass.SavedObject> getNodesList()
         Flattened list of objects in the object graph.
         The position of the object in this list indicates its id.
         Nodes[0] is considered the root node.
         
        repeated .org.platanios.tensorflow.proto.SavedObject nodes = 1;
      • getNodes

        SavedObjectGraphOuterClass.SavedObject getNodes​(int index)
         Flattened list of objects in the object graph.
         The position of the object in this list indicates its id.
         Nodes[0] is considered the root node.
         
        repeated .org.platanios.tensorflow.proto.SavedObject nodes = 1;
      • getNodesCount

        int getNodesCount()
         Flattened list of objects in the object graph.
         The position of the object in this list indicates its id.
         Nodes[0] is considered the root node.
         
        repeated .org.platanios.tensorflow.proto.SavedObject nodes = 1;
      • getNodesOrBuilderList

        java.util.List<? extends SavedObjectGraphOuterClass.SavedObjectOrBuilder> getNodesOrBuilderList()
         Flattened list of objects in the object graph.
         The position of the object in this list indicates its id.
         Nodes[0] is considered the root node.
         
        repeated .org.platanios.tensorflow.proto.SavedObject nodes = 1;
      • getNodesOrBuilder

        SavedObjectGraphOuterClass.SavedObjectOrBuilder getNodesOrBuilder​(int index)
         Flattened list of objects in the object graph.
         The position of the object in this list indicates its id.
         Nodes[0] is considered the root node.
         
        repeated .org.platanios.tensorflow.proto.SavedObject nodes = 1;
      • getConcreteFunctionsCount

        int getConcreteFunctionsCount()
         Information about captures and output structures in concrete functions.
         Referenced from SavedBareConcreteFunction and SavedFunction.
         
        map<string, .org.platanios.tensorflow.proto.SavedConcreteFunction> concrete_functions = 2;
      • containsConcreteFunctions

        boolean containsConcreteFunctions​(java.lang.String key)
         Information about captures and output structures in concrete functions.
         Referenced from SavedBareConcreteFunction and SavedFunction.
         
        map<string, .org.platanios.tensorflow.proto.SavedConcreteFunction> concrete_functions = 2;
      • getConcreteFunctionsMap

        java.util.Map<java.lang.String,​SavedObjectGraphOuterClass.SavedConcreteFunction> getConcreteFunctionsMap()
         Information about captures and output structures in concrete functions.
         Referenced from SavedBareConcreteFunction and SavedFunction.
         
        map<string, .org.platanios.tensorflow.proto.SavedConcreteFunction> concrete_functions = 2;
      • getConcreteFunctionsOrThrow

        SavedObjectGraphOuterClass.SavedConcreteFunction getConcreteFunctionsOrThrow​(java.lang.String key)
         Information about captures and output structures in concrete functions.
         Referenced from SavedBareConcreteFunction and SavedFunction.
         
        map<string, .org.platanios.tensorflow.proto.SavedConcreteFunction> concrete_functions = 2;