MetaGraphDef.Builder

パブリック静的最終クラスMetaGraphDef.Builder

 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
addAllAssetFileDef (Iterable<? extends AssetFileDef > 値)
 Asset file def to be used with the defined graph.
MetaGraphDef.Builder
addAssetFileDef ( AssetFileDef.Builder builderForValue)
 Asset file def to be used with the defined graph.
MetaGraphDef.Builder
addAssetFileDef (int インデックス、 AssetFileDef値)
 Asset file def to be used with the defined graph.
MetaGraphDef.Builder
addAssetFileDef (int インデックス、 AssetFileDef.Builder builderForValue)
 Asset file def to be used with the defined graph.
MetaGraphDef.Builder
addAssetFileDef ( AssetFileDef値)
 Asset file def to be used with the defined graph.
AssetFileDef.Builder
addAssetFileDefBuilder (int インデックス)
 Asset file def to be used with the defined graph.
AssetFileDef.Builder
addAssetFileDefBuilder ()
 Asset file def to be used with the defined graph.
MetaGraphDef.Builder
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
メタグラフ定義
建てる()
メタグラフ定義
MetaGraphDef.Builder
クリア()
MetaGraphDef.Builder
ClearAssetFileDef ()
 Asset file def to be used with the defined graph.
MetaGraphDef.Builder
MetaGraphDef.Builder
clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド)
MetaGraphDef.Builder
MetaGraphDef.Builder
ClearMetaInfoDef ()
.tensorflow.MetaGraphDef.MetaInfoDef meta_info_def = 1;
MetaGraphDef.Builder
ClearObjectGraphDef ()
 Extra information about the structure of functions and stateful objects.
MetaGraphDef.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
MetaGraphDef.Builder
ClearSaverDef ()
 SaverDef.
MetaGraphDef.Builder
MetaGraphDef.Builder
ブール値
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.
AssetFileDef.Builder
getAssetFileDefBuilder (int インデックス)
 Asset file def to be used with the defined graph.
リスト< AssetFileDef.Builder >
getAssetFileDefBuilderList ()
 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.
メタグラフ定義
最終的な静的 com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
グラフ定義
getGraphDef ()
 GraphDef.
グラフ定義ビルダー
getGraphDefBuilder ()
 GraphDef.
グラフ定義またはビルダー
MetaGraphDef.MetaInfoDef
getMetaInfoDef ()
.tensorflow.MetaGraphDef.MetaInfoDef meta_info_def = 1;
MetaGraphDef.MetaInfoDef.Builder
getMetaInfoDefBuilder ()
.tensorflow.MetaGraphDef.MetaInfoDef meta_info_def = 1;
MetaGraphDef.MetaInfoDefOrBuilder
getMetaInfoDefOrBuilder ()
.tensorflow.MetaGraphDef.MetaInfoDef meta_info_def = 1;
Map<String, CollectionDef >
getMutableCollectionDef ()
代わりに代替の突然変異アクセサーを使用してください。
Map<String, SignatureDef >
getMutableSignatureDef ()
代わりに代替の突然変異アクセサーを使用してください。
保存されたオブジェクトグラフ
getObjectGraphDef ()
 Extra information about the structure of functions and stateful objects.
SavedObjectGraph.Builder
getObjectGraphDefBuilder ()
 Extra information about the structure of functions and stateful objects.
保存されたオブジェクトグラフまたはビルダー
getObjectGraphDefOrBuilder ()
 Extra information about the structure of functions and stateful objects.
セーバーデフ
getSaverDef ()
 SaverDef.
SaverDef.Builder
getSaverDefBuilder ()
 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.
ブール値
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
mergeFrom (com.google.protobuf.Message other)
MetaGraphDef.Builder
mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
MetaGraphDef.Builder
mergeGraphDef ( GraphDef値)
 GraphDef.
MetaGraphDef.Builder
mergeMetaInfoDef ( MetaGraphDef.MetaInfoDef値)
.tensorflow.MetaGraphDef.MetaInfoDef meta_info_def = 1;
MetaGraphDef.Builder
mergeObjectGraphDef ( SavedObjectGraph値)
 Extra information about the structure of functions and stateful objects.
MetaGraphDef.Builder
mergeSaverDef ( SaverDef値)
 SaverDef.
最終的なMetaGraphDef.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet 不明フィールド)
MetaGraphDef.Builder
putAllCollectionDef (Map<String, CollectionDef > 値)
 collection_def: Map from collection name to collections.
MetaGraphDef.Builder
putAllSignatureDef (Map<String, SignatureDef > 値)
 signature_def: Map from user supplied key for a signature to a single
 SignatureDef.
MetaGraphDef.Builder
putCollectionDef (文字列キー、 CollectionDef値)
 collection_def: Map from collection name to collections.
MetaGraphDef.Builder
putSignatureDef (文字列キー、 SignatureDef値)
 signature_def: Map from user supplied key for a signature to a single
 SignatureDef.
MetaGraphDef.Builder
RemoveAssetFileDef (int インデックス)
 Asset file def to be used with the defined graph.
MetaGraphDef.Builder
RemoveCollectionDef (文字列キー)
 collection_def: Map from collection name to collections.
MetaGraphDef.Builder
RemoveSignatureDef (文字列キー)
 signature_def: Map from user supplied key for a signature to a single
 SignatureDef.
MetaGraphDef.Builder
setAssetFileDef (int インデックス、 AssetFileDef値)
 Asset file def to be used with the defined graph.
MetaGraphDef.Builder
setAssetFileDef (int インデックス、 AssetFileDef.Builder builderForValue)
 Asset file def to be used with the defined graph.
MetaGraphDef.Builder
setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
MetaGraphDef.Builder
setGraphDef ( GraphDef.Builder builderForValue)
 GraphDef.
MetaGraphDef.Builder
setGraphDef ( GraphDef値)
 GraphDef.
MetaGraphDef.Builder
setMetaInfoDef ( MetaGraphDef.MetaInfoDef値)
.tensorflow.MetaGraphDef.MetaInfoDef meta_info_def = 1;
MetaGraphDef.Builder
setMetaInfoDef ( MetaGraphDef.MetaInfoDef.Builder builderForValue)
.tensorflow.MetaGraphDef.MetaInfoDef meta_info_def = 1;
MetaGraphDef.Builder
setObjectGraphDef ( SavedObjectGraph値)
 Extra information about the structure of functions and stateful objects.
MetaGraphDef.Builder
setObjectGraphDef ( SavedObjectGraph.Builder builderForValue)
 Extra information about the structure of functions and stateful objects.
MetaGraphDef.Builder
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値)
MetaGraphDef.Builder
setSaverDef ( SaverDef値)
 SaverDef.
MetaGraphDef.Builder
setSaverDef ( SaverDef.Builder builderForValue)
 SaverDef.
最終的なMetaGraphDef.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

継承されたメソッド

パブリックメソッド

public MetaGraphDef.Builder addAllAssetFileDef (Iterable<? extends AssetFileDef > 値)

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

public MetaGraphDef.Builder addAssetFileDef ( AssetFileDef.Builder builderForValue)

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

public MetaGraphDef.Builder addAssetFileDef (int インデックス、 AssetFileDef値)

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

public MetaGraphDef.Builder addAssetFileDef (int インデックス、 AssetFileDef.Builder builderForValue)

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

public MetaGraphDef.Builder addAssetFileDef ( AssetFileDef値)

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

public AssetFileDef.Builder addAssetFileDefBuilder (int インデックス)

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

public AssetFileDef.Builder addAssetFileDefBuilder ()

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

public MetaGraphDef.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)

public MetaGraphDefビルド()

public MetaGraphDef buildPartial ()

public MetaGraphDef.Builder Clear ()

public MetaGraphDef.Builder clearAssetFileDef ()

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

public MetaGraphDef.Builder clearCollectionDef ()

public MetaGraphDef.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド)

public MetaGraphDef.Builder clearGraphDef ()

 GraphDef.
 
.tensorflow.GraphDef graph_def = 2;

public MetaGraphDef.Builder clearMetaInfoDef ()

.tensorflow.MetaGraphDef.MetaInfoDef meta_info_def = 1;

public MetaGraphDef.Builder clearObjectGraphDef ()

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

public MetaGraphDef.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public MetaGraphDef.Builder clearSaverDef ()

 SaverDef.
 
.tensorflow.SaverDef saver_def = 3;

public MetaGraphDef.Builder clearSignatureDef ()

パブリックMetaGraphDef.Builderクローン()

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 AssetFileDef getAssetFileDef (int インデックス)

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

public AssetFileDef.Builder getAssetFileDefBuilder (int インデックス)

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

public List< AssetFileDef.Builder > getAssetFileDefBuilderList ()

 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 MetaGraphDef getDefaultInstanceForType ()

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

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

public GraphDef getGraphDef ()

 GraphDef.
 
.tensorflow.GraphDef graph_def = 2;

public GraphDef.Builder getGraphDefBuilder ()

 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.MetaInfoDef.Builder getMetaInfoDefBuilder ()

.tensorflow.MetaGraphDef.MetaInfoDef meta_info_def = 1;

public MetaGraphDef.MetaInfoDefOrBuilder getMetaInfoDefOrBuilder ()

.tensorflow.MetaGraphDef.MetaInfoDef meta_info_def = 1;

public Map<String, CollectionDef > getMutableCollectionDef ()

代わりに代替の突然変異アクセサーを使用してください。

public Map<String, SignatureDef > getMutableSignatureDef ()

代わりに代替の突然変異アクセサーを使用してください。

public SavedObjectGraph getObjectGraphDef ()

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

public SavedObjectGraph.Builder getObjectGraphDefBuilder ()

 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;

public SaverDef getSaverDef ()

 SaverDef.
 
.tensorflow.SaverDef saver_def = 3;

public SaverDef.Builder getSaverDefBuilder ()

 SaverDef.
 
.tensorflow.SaverDef saver_def = 3;

public SaverDefOrBuilder getSaverDefOrBuilder ()

 SaverDef.
 
.tensorflow.SaverDef saver_def = 3;

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 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;

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

public MetaGraphDef.Builder mergeFrom (com.google.protobuf.Message other)

public MetaGraphDef.Builder mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public MetaGraphDef.Builder mergeGraphDef ( GraphDef値)

 GraphDef.
 
.tensorflow.GraphDef graph_def = 2;

public MetaGraphDef.Builder mergeMetaInfoDef ( MetaGraphDef.MetaInfoDef値)

.tensorflow.MetaGraphDef.MetaInfoDef meta_info_def = 1;

public MetaGraphDef.Builder mergeObjectGraphDef ( SavedObjectGraph値)

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

public MetaGraphDef.Builder mergeSaverDef ( SaverDef値)

 SaverDef.
 
.tensorflow.SaverDef saver_def = 3;

public Final MetaGraphDef.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)

public MetaGraphDef.Builder putAllCollectionDef (Map<String, CollectionDef > 値)

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

public MetaGraphDef.Builder putAllSignatureDef (Map<String, SignatureDef > 値)

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

public MetaGraphDef.Builder putCollectionDef (文字列キー、 CollectionDef値)

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

public MetaGraphDef.Builder putSignatureDef (文字列キー、 SignatureDef値)

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

public MetaGraphDef.Builder RemoveAssetFileDef (int インデックス)

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

public MetaGraphDef.Builder RemoveCollectionDef (文字列キー)

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

public MetaGraphDef.Builder RemoveSignatureDef (文字列キー)

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

public MetaGraphDef.Builder setAssetFileDef (int インデックス、 AssetFileDef値)

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

public MetaGraphDef.Builder setAssetFileDef (int インデックス、 AssetFileDef.Builder builderForValue)

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

public MetaGraphDef.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)

public MetaGraphDef.Builder setGraphDef ( GraphDef.Builder builderForValue)

 GraphDef.
 
.tensorflow.GraphDef graph_def = 2;

public MetaGraphDef.Builder setGraphDef ( GraphDef値)

 GraphDef.
 
.tensorflow.GraphDef graph_def = 2;

public MetaGraphDef.Builder setMetaInfoDef ( MetaGraphDef.MetaInfoDef値)

.tensorflow.MetaGraphDef.MetaInfoDef meta_info_def = 1;

public MetaGraphDef.Builder setMetaInfoDef ( MetaGraphDef.MetaInfoDef.Builder builderForValue)

.tensorflow.MetaGraphDef.MetaInfoDef meta_info_def = 1;

public MetaGraphDef.Builder setObjectGraphDef ( SavedObjectGraph値)

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

public MetaGraphDef.Builder setObjectGraphDef ( SavedObjectGraph.Builder builderForValue)

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

public MetaGraphDef.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値)

public MetaGraphDef.Builder setSaverDef ( SaverDef値)

 SaverDef.
 
.tensorflow.SaverDef saver_def = 3;

public MetaGraphDef.Builder setSaverDef ( SaverDef.Builder builderForValue)

 SaverDef.
 
.tensorflow.SaverDef saver_def = 3;

public Final MetaGraphDef.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)