Interface MetaGraphDefOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    MetaGraphDef, MetaGraphDef.Builder

    public interface MetaGraphDefOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasMetaInfoDef

        boolean hasMetaInfoDef()
        .org.platanios.tensorflow.proto.MetaGraphDef.MetaInfoDef meta_info_def = 1;
        Returns:
        Whether the metaInfoDef field is set.
      • getMetaInfoDef

        MetaGraphDef.MetaInfoDef getMetaInfoDef()
        .org.platanios.tensorflow.proto.MetaGraphDef.MetaInfoDef meta_info_def = 1;
        Returns:
        The metaInfoDef.
      • hasGraphDef

        boolean hasGraphDef()
         GraphDef.
         
        .org.platanios.tensorflow.proto.GraphDef graph_def = 2;
        Returns:
        Whether the graphDef field is set.
      • getGraphDef

        GraphDef getGraphDef()
         GraphDef.
         
        .org.platanios.tensorflow.proto.GraphDef graph_def = 2;
        Returns:
        The graphDef.
      • getGraphDefOrBuilder

        GraphDefOrBuilder getGraphDefOrBuilder()
         GraphDef.
         
        .org.platanios.tensorflow.proto.GraphDef graph_def = 2;
      • hasSaverDef

        boolean hasSaverDef()
         SaverDef.
         
        .org.platanios.tensorflow.proto.SaverDef saver_def = 3;
        Returns:
        Whether the saverDef field is set.
      • getSaverDef

        SaverDef getSaverDef()
         SaverDef.
         
        .org.platanios.tensorflow.proto.SaverDef saver_def = 3;
        Returns:
        The saverDef.
      • getSaverDefOrBuilder

        SaverDefOrBuilder getSaverDefOrBuilder()
         SaverDef.
         
        .org.platanios.tensorflow.proto.SaverDef saver_def = 3;
      • getCollectionDefCount

        int getCollectionDefCount()
         collection_def: Map from collection name to collections.
         See CollectionDef section for details.
         
        map<string, .org.platanios.tensorflow.proto.CollectionDef> collection_def = 4;
      • containsCollectionDef

        boolean containsCollectionDef​(java.lang.String key)
         collection_def: Map from collection name to collections.
         See CollectionDef section for details.
         
        map<string, .org.platanios.tensorflow.proto.CollectionDef> collection_def = 4;
      • getCollectionDefMap

        java.util.Map<java.lang.String,​CollectionDef> getCollectionDefMap()
         collection_def: Map from collection name to collections.
         See CollectionDef section for details.
         
        map<string, .org.platanios.tensorflow.proto.CollectionDef> collection_def = 4;
      • getCollectionDefOrDefault

        CollectionDef getCollectionDefOrDefault​(java.lang.String key,
                                                CollectionDef defaultValue)
         collection_def: Map from collection name to collections.
         See CollectionDef section for details.
         
        map<string, .org.platanios.tensorflow.proto.CollectionDef> collection_def = 4;
      • getCollectionDefOrThrow

        CollectionDef getCollectionDefOrThrow​(java.lang.String key)
         collection_def: Map from collection name to collections.
         See CollectionDef section for details.
         
        map<string, .org.platanios.tensorflow.proto.CollectionDef> collection_def = 4;
      • getSignatureDefCount

        int getSignatureDefCount()
         signature_def: Map from user supplied key for a signature to a single
         SignatureDef.
         
        map<string, .org.platanios.tensorflow.proto.SignatureDef> signature_def = 5;
      • containsSignatureDef

        boolean containsSignatureDef​(java.lang.String key)
         signature_def: Map from user supplied key for a signature to a single
         SignatureDef.
         
        map<string, .org.platanios.tensorflow.proto.SignatureDef> signature_def = 5;
      • getSignatureDefMap

        java.util.Map<java.lang.String,​SignatureDef> getSignatureDefMap()
         signature_def: Map from user supplied key for a signature to a single
         SignatureDef.
         
        map<string, .org.platanios.tensorflow.proto.SignatureDef> signature_def = 5;
      • getSignatureDefOrDefault

        SignatureDef getSignatureDefOrDefault​(java.lang.String key,
                                              SignatureDef defaultValue)
         signature_def: Map from user supplied key for a signature to a single
         SignatureDef.
         
        map<string, .org.platanios.tensorflow.proto.SignatureDef> signature_def = 5;
      • getSignatureDefOrThrow

        SignatureDef getSignatureDefOrThrow​(java.lang.String key)
         signature_def: Map from user supplied key for a signature to a single
         SignatureDef.
         
        map<string, .org.platanios.tensorflow.proto.SignatureDef> signature_def = 5;
      • getAssetFileDefList

        java.util.List<AssetFileDef> getAssetFileDefList()
         Asset file def to be used with the defined graph.
         
        repeated .org.platanios.tensorflow.proto.AssetFileDef asset_file_def = 6;
      • getAssetFileDef

        AssetFileDef getAssetFileDef​(int index)
         Asset file def to be used with the defined graph.
         
        repeated .org.platanios.tensorflow.proto.AssetFileDef asset_file_def = 6;
      • getAssetFileDefCount

        int getAssetFileDefCount()
         Asset file def to be used with the defined graph.
         
        repeated .org.platanios.tensorflow.proto.AssetFileDef asset_file_def = 6;
      • getAssetFileDefOrBuilderList

        java.util.List<? extends AssetFileDefOrBuilder> getAssetFileDefOrBuilderList()
         Asset file def to be used with the defined graph.
         
        repeated .org.platanios.tensorflow.proto.AssetFileDef asset_file_def = 6;
      • getAssetFileDefOrBuilder

        AssetFileDefOrBuilder getAssetFileDefOrBuilder​(int index)
         Asset file def to be used with the defined graph.
         
        repeated .org.platanios.tensorflow.proto.AssetFileDef asset_file_def = 6;
      • hasObjectGraphDef

        boolean hasObjectGraphDef()
         Extra information about the structure of functions and stateful objects.
         
        .org.platanios.tensorflow.proto.SavedObjectGraph object_graph_def = 7;
        Returns:
        Whether the objectGraphDef field is set.
      • getObjectGraphDef

        SavedObjectGraphOuterClass.SavedObjectGraph getObjectGraphDef()
         Extra information about the structure of functions and stateful objects.
         
        .org.platanios.tensorflow.proto.SavedObjectGraph object_graph_def = 7;
        Returns:
        The objectGraphDef.