MetaGraphDef

パブリック最終クラスMetaGraphDef

 NOTE: This protocol buffer is evolving, and will go through revisions in the
 coming months.
 Protocol buffer containing the following which are necessary to restart
 training, run inference. It can be used to serialize/de-serialize memory
 objects necessary for running computation in a graph when crossing the
 process boundary. It can be used for long term storage of graphs,
 cross-language execution of graphs, etc.
   MetaInfoDef
   GraphDef
   SaverDef
   CollectionDef
   TensorInfo
   SignatureDef
 
Protobuf 型tensorflow.MetaGraphDef

ネストされたクラス

クラスMetaGraphDef.Builder
 NOTE: This protocol buffer is evolving, and will go through revisions in the
 coming months. 
クラスMetaGraphDef.MetaInfoDef
 Meta information regarding the graph to be exported. 
インターフェースMetaGraphDef.MetaInfoDefOrBuilder

定数

整数ASSET_FILE_DEF_FIELD_NUMBER
整数COLLECTION_DEF_FIELD_NUMBER
整数GRAPH_DEF_FIELD_NUMBER
整数META_INFO_DEF_FIELD_NUMBER
整数OBJECT_GRAPH_DEF_FIELD_NUMBER
整数SAVER_DEF_FIELD_NUMBER
整数SIGNATURE_DEF_FIELD_NUMBER

パブリックメソッド

ブール値
containsCollectionDef (文字列キー)
 collection_def: Map from collection name to collections.
ブール値
containsSignatureDef (文字列キー)
 signature_def: Map from user supplied key for a signature to a single
 SignatureDef.
ブール値
等しい(オブジェクトオブジェクト)
アセットファイル定義
getAssetFileDef (int インデックス)
 Asset file def to be used with the defined graph.
整数
getAssetFileDefCount ()
 Asset file def to be used with the defined graph.
List< AssetFileDef >
getAssetFileDefList ()
 Asset file def to be used with the defined graph.
AssetFileDefOrBuilder
getAssetFileDefOrBuilder (int インデックス)
 Asset file def to be used with the defined graph.
リスト<? AssetFileDefOrBuilderを拡張 >
getAssetFileDefOrBuilderList ()
 Asset file def to be used with the defined graph.
Map<String, CollectionDef >
getCollectionDef ()
代わりにgetCollectionDefMap()を使用してください。
整数
getCollectionDefCount ()
 collection_def: Map from collection name to collections.
Map<String, CollectionDef >
getCollectionDefMap ()
 collection_def: Map from collection name to collections.
コレクション定義
getCollectionDefOrDefault (文字列キー、 CollectionDef のデフォルト値)
 collection_def: Map from collection name to collections.
コレクション定義
getCollectionDefOrThrow (文字列キー)
 collection_def: Map from collection name to collections.
静的MetaGraphDef
メタグラフ定義
最終的な静的 com.google.protobuf.Descriptors.Descriptor
グラフ定義
getGraphDef ()
 GraphDef.
グラフ定義またはビルダー
MetaGraphDef.MetaInfoDef
getMetaInfoDef ()
.tensorflow.MetaGraphDef.MetaInfoDef meta_info_def = 1;
MetaGraphDef.MetaInfoDefOrBuilder
getMetaInfoDefOrBuilder ()
.tensorflow.MetaGraphDef.MetaInfoDef meta_info_def = 1;
保存されたオブジェクトグラフ
getObjectGraphDef ()
 Extra information about the structure of functions and stateful objects.
保存されたオブジェクトグラフまたはビルダー
getObjectGraphDefOrBuilder ()
 Extra information about the structure of functions and stateful objects.
セーバーデフ
getSaverDef ()
 SaverDef.
SaverDefOrBuilder
getSaverDefOrBuilder ()
 SaverDef.
整数
Map<String, SignatureDef >
getSignatureDef ()
代わりにgetSignatureDefMap()を使用してください。
整数
getSignatureDefCount ()
 signature_def: Map from user supplied key for a signature to a single
 SignatureDef.
Map<String, SignatureDef >
getSignatureDefMap ()
 signature_def: Map from user supplied key for a signature to a single
 SignatureDef.
署名定義
getSignatureDefOrDefault (文字列キー、 SignatureDef のデフォルト値)
 signature_def: Map from user supplied key for a signature to a single
 SignatureDef.
署名定義
getSignatureDefOrThrow (文字列キー)
 signature_def: Map from user supplied key for a signature to a single
 SignatureDef.
最終的な com.google.protobuf.UnknownFieldSet
ブール値
hasGraphDef ()
 GraphDef.
ブール値
hasMetaInfoDef ()
.tensorflow.MetaGraphDef.MetaInfoDef meta_info_def = 1;
ブール値
hasObjectGraphDef ()
 Extra information about the structure of functions and stateful objects.
ブール値
hasSaverDef ()
 SaverDef.
整数
最終ブール値
静的MetaGraphDef.Builder
静的MetaGraphDef.Builder
newBuilder ( MetaGraphDefプロトタイプ)
MetaGraphDef.Builder
静的MetaGraphDef
parseDelimitedFrom (InputStream 入力)
静的MetaGraphDef
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的MetaGraphDef
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的MetaGraphDef
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的MetaGraphDef
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的MetaGraphDef
parseFrom (ByteBuffer データ)
静的MetaGraphDef
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的MetaGraphDef
parseFrom (com.google.protobuf.ByteString データ)
静的MetaGraphDef
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的MetaGraphDef
parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的
MetaGraphDef.Builder
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

public static Final int ASSET_FILE_DEF_FIELD_NUMBER

定数値: 6

パブリック静的最終整数COLLECTION_DEF_FIELD_NUMBER

定数値: 4

パブリック静的最終整数GRAPH_DEF_FIELD_NUMBER

定数値: 2

パブリック静的最終整数META_INFO_DEF_FIELD_NUMBER

定数値: 1

パブリック静的最終整数OBJECT_GRAPH_DEF_FIELD_NUMBER

定数値: 7

パブリック静的最終整数SAVER_DEF_FIELD_NUMBER

定数値: 3

パブリック静的最終整数SIGNATURE_DEF_FIELD_NUMBER

定数値: 5

パブリックメソッド

public boolean containsCollectionDef (文字列キー)

 collection_def: Map from collection name to collections.
 See CollectionDef section for details.
 
map<string, .tensorflow.CollectionDef> collection_def = 4;

public boolean containsSignatureDef (文字列キー)

 signature_def: Map from user supplied key for a signature to a single
 SignatureDef.
 
map<string, .tensorflow.SignatureDef> signature_def = 5;

public booleanに等しい(オブジェクト obj)

public AssetFileDef getAssetFileDef (int インデックス)

 Asset file def to be used with the defined graph.
 
repeated .tensorflow.AssetFileDef asset_file_def = 6;

public int getAssetFileDefCount ()

 Asset file def to be used with the defined graph.
 
repeated .tensorflow.AssetFileDef asset_file_def = 6;

public List< AssetFileDef > getAssetFileDefList ()

 Asset file def to be used with the defined graph.
 
repeated .tensorflow.AssetFileDef asset_file_def = 6;

public AssetFileDefOrBuilder getAssetFileDefOrBuilder (int インデックス)

 Asset file def to be used with the defined graph.
 
repeated .tensorflow.AssetFileDef asset_file_def = 6;

公開リスト<? extends AssetFileDefOrBuilder > getAssetFileDefOrBuilderList ()

 Asset file def to be used with the defined graph.
 
repeated .tensorflow.AssetFileDef asset_file_def = 6;

public Map<String, CollectionDef > getCollectionDef ()

代わりにgetCollectionDefMap()を使用してください。

public int getCollectionDefCount ()

 collection_def: Map from collection name to collections.
 See CollectionDef section for details.
 
map<string, .tensorflow.CollectionDef> collection_def = 4;

public Map<String, CollectionDef > getCollectionDefMap ()

 collection_def: Map from collection name to collections.
 See CollectionDef section for details.
 
map<string, .tensorflow.CollectionDef> collection_def = 4;

public CollectionDef getCollectionDefOrDefault (文字列キー、 CollectionDefデフォルト値)

 collection_def: Map from collection name to collections.
 See CollectionDef section for details.
 
map<string, .tensorflow.CollectionDef> collection_def = 4;

public CollectionDef getCollectionDefOrThrow (文字列キー)

 collection_def: Map from collection name to collections.
 See CollectionDef section for details.
 
map<string, .tensorflow.CollectionDef> collection_def = 4;

public static MetaGraphDef getDefaultInstance ()

public MetaGraphDef getDefaultInstanceForType ()

public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public GraphDef getGraphDef ()

 GraphDef.
 
.tensorflow.GraphDef graph_def = 2;

public GraphDefOrBuilder getGraphDefOrBuilder ()

 GraphDef.
 
.tensorflow.GraphDef graph_def = 2;

public MetaGraphDef.MetaInfoDef getMetaInfoDef ()

.tensorflow.MetaGraphDef.MetaInfoDef meta_info_def = 1;

public MetaGraphDef.MetaInfoDefOrBuilder getMetaInfoDefOrBuilder ()

.tensorflow.MetaGraphDef.MetaInfoDef meta_info_def = 1;

public SavedObjectGraph getObjectGraphDef ()

 Extra information about the structure of functions and stateful objects.
 
.tensorflow.SavedObjectGraph object_graph_def = 7;

public SavedObjectGraphOrBuilder getObjectGraphDefOrBuilder ()

 Extra information about the structure of functions and stateful objects.
 
.tensorflow.SavedObjectGraph object_graph_def = 7;

公共getParserForType ()

public SaverDef getSaverDef ()

 SaverDef.
 
.tensorflow.SaverDef saver_def = 3;

public SaverDefOrBuilder getSaverDefOrBuilder ()

 SaverDef.
 
.tensorflow.SaverDef saver_def = 3;

public int getSerializedSize ()

public Map<String, SignatureDef > getSignatureDef ()

代わりにgetSignatureDefMap()を使用してください。

public int getSignatureDefCount ()

 signature_def: Map from user supplied key for a signature to a single
 SignatureDef.
 
map<string, .tensorflow.SignatureDef> signature_def = 5;

public Map<String, SignatureDef > getSignatureDefMap ()

 signature_def: Map from user supplied key for a signature to a single
 SignatureDef.
 
map<string, .tensorflow.SignatureDef> signature_def = 5;

public SignatureDef getSignatureDefOrDefault (文字列キー、 SignatureDefデフォルト値)

 signature_def: Map from user supplied key for a signature to a single
 SignatureDef.
 
map<string, .tensorflow.SignatureDef> signature_def = 5;

public SignatureDef getSignatureDefOrThrow (文字列キー)

 signature_def: Map from user supplied key for a signature to a single
 SignatureDef.
 
map<string, .tensorflow.SignatureDef> signature_def = 5;

public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public boolean hasGraphDef ()

 GraphDef.
 
.tensorflow.GraphDef graph_def = 2;

public boolean hasMetaInfoDef ()

.tensorflow.MetaGraphDef.MetaInfoDef meta_info_def = 1;

public boolean hasObjectGraphDef ()

 Extra information about the structure of functions and stateful objects.
 
.tensorflow.SavedObjectGraph object_graph_def = 7;

public boolean hasSaverDef ()

 SaverDef.
 
.tensorflow.SaverDef saver_def = 3;

public int hashCode ()

パブリック最終ブール値isInitialized ()

public static MetaGraphDef.Builder newBuilder ()

public static MetaGraphDef.Builder newBuilder ( MetaGraphDefプロトタイプ)

public MetaGraphDef.Builder newBuilderForType ()

public static MetaGraphDef parseDelimitedFrom (InputStream 入力)

投げる
IO例外

public static MetaGraphDef parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static MetaGraphDef parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static MetaGraphDef parseFrom (com.google.protobuf.CodedInputStream 入力)

投げる
IO例外

public static MetaGraphDef parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static MetaGraphDef parseFrom (ByteBuffer データ)

投げる
無効なプロトコルバッファ例外

public static MetaGraphDef parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static MetaGraphDef parseFrom (com.google.protobuf.ByteString データ)

投げる
無効なプロトコルバッファ例外

public static MetaGraphDef parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static MetaGraphDef parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

パブリック静的パーサー()

public MetaGraphDef.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream 出力)

投げる
IO例外