Package tensorflow

Interface SavedObjectGraphOuterClass.SavedObjectGraphOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SavedObjectGraphOuterClass.SavedObjectGraph, SavedObjectGraphOuterClass.SavedObjectGraph.Builder
Enclosing class:
SavedObjectGraphOuterClass

public static interface SavedObjectGraphOuterClass.SavedObjectGraphOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • 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 .tensorflow.SavedObject nodes = 1;
    • getNodes

       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 .tensorflow.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 .tensorflow.SavedObject nodes = 1;
    • getNodesOrBuilderList

      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 .tensorflow.SavedObject nodes = 1;
    • getNodesOrBuilder

       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 .tensorflow.SavedObject nodes = 1;
    • getConcreteFunctionsCount

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

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

      Deprecated.
    • getConcreteFunctionsMap

       Information about captures and output structures in concrete functions.
       Referenced from SavedBareConcreteFunction and SavedFunction.
       
      map<string, .tensorflow.SavedConcreteFunction> concrete_functions = 2;
    • getConcreteFunctionsOrDefault

       Information about captures and output structures in concrete functions.
       Referenced from SavedBareConcreteFunction and SavedFunction.
       
      map<string, .tensorflow.SavedConcreteFunction> concrete_functions = 2;
    • getConcreteFunctionsOrThrow

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