MetaGraphDefOrBuilder

공용 인터페이스 MetaGraphDefOrBuilder
알려진 간접 하위 클래스

공개 방법

추상 부울
containCollectionDef (문자열 키)
 collection_def: Map from collection name to collections.
추상 부울
containSignatureDef (문자열 키)
 signature_def: Map from user supplied key for a signature to a single
 SignatureDef.
추상 AssetFileDef
getAssetFileDef (정수 인덱스)
 Asset file def to be used with the defined graph.
추상 정수
getAssetFileDefCount ()
 Asset file def to be used with the defined graph.
추상 목록< AssetFileDef >
getAssetFileDefList ()
 Asset file def to be used with the defined graph.
추상 AssetFileDefOrBuilder
getAssetFileDefOrBuilder (정수 인덱스)
 Asset file def to be used with the defined graph.
추상 목록<? AssetFileDefOrBuilder 확장 >
getAssetFileDefOrBuilderList ()
 Asset file def to be used with the defined graph.
추상 맵<String, CollectionDef >
getCollectionDef ()
대신 getCollectionDefMap() 사용하세요.
추상 정수
getCollectionDefCount ()
 collection_def: Map from collection name to collections.
추상 맵<String, CollectionDef >
getCollectionDefMap ()
 collection_def: Map from collection name to collections.
추상 컬렉션Def
getCollectionDefOrDefault (문자열 키, CollectionDef defaultValue)
 collection_def: Map from collection name to collections.
추상 컬렉션Def
getCollectionDefOrThrow (문자열 키)
 collection_def: Map from collection name to collections.
추상 GraphDef
getGraphDef ()
 GraphDef.
추상 GraphDefOrBuilder
getGraphDefOrBuilder ()
 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.
추상 SavedObjectGraphOrBuilder
getObjectGraphDefOrBuilder ()
 Extra information about the structure of functions and stateful objects.
추상 SaverDef
getSaverDef ()
 SaverDef.
추상 SaverDefOrBuilder
getSaverDefOrBuilder ()
 SaverDef.
추상 맵<String, SignatureDef >
getSignatureDef ()
대신 getSignatureDefMap() 사용하세요.
추상 정수
getSignatureDefCount ()
 signature_def: Map from user supplied key for a signature to a single
 SignatureDef.
추상 맵<String, SignatureDef >
getSignatureDefMap ()
 signature_def: Map from user supplied key for a signature to a single
 SignatureDef.
추상 SignatureDef
getSignatureDefOrDefault (문자열 키, SignatureDef defaultValue)
 signature_def: Map from user supplied key for a signature to a single
 SignatureDef.
추상 SignatureDef
getSignatureDefOrThrow (문자열 키)
 signature_def: Map from user supplied key for a signature to a single
 SignatureDef.
추상 부울
해그래프 정의 ()
 GraphDef.
추상 부울
hasMetaInfoDef ()
.tensorflow.MetaGraphDef.MetaInfoDef meta_info_def = 1;
추상 부울
hasObjectGraphDef ()
 Extra information about the structure of functions and stateful objects.
추상 부울
hasSaverDef ()
 SaverDef.

공개 방법

공개 추상 부울 containCollectionDef (문자열 키)

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

공개 추상 부울 포함SignatureDef (문자열 키)

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

공개 추상 AssetFileDef getAssetFileDef (int 인덱스)

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

공개 추상 int getAssetFileDefCount ()

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

공개 추상 목록< AssetFileDef > getAssetFileDefList ()

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

공개 추상 AssetFileDefOrBuilder getAssetFileDefOrBuilder (int 인덱스)

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

공개 요약 목록<? AssetFileDefOrBuilder > getAssetFileDefOrBuilderList () 확장

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

공개 추상 Map<String, CollectionDef > getCollectionDef ()

대신 getCollectionDefMap() 사용하세요.

공개 추상 int getCollectionDefCount ()

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

공개 추상 Map<String, CollectionDef > getCollectionDefMap ()

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

공개 추상 CollectionDef getCollectionDefOrDefault (문자열 키, CollectionDef defaultValue)

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

공개 추상 CollectionDef getCollectionDefOrThrow (문자열 키)

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

공개 추상 GraphDef getGraphDef ()

 GraphDef.
 
.tensorflow.GraphDef graph_def = 2;

공개 추상 GraphDefOrBuilder getGraphDefOrBuilder ()

 GraphDef.
 
.tensorflow.GraphDef graph_def = 2;

공개 추상 MetaGraphDef.MetaInfoDef getMetaInfoDef ()

.tensorflow.MetaGraphDef.MetaInfoDef meta_info_def = 1;

공개 추상 MetaGraphDef.MetaInfoDefOrBuilder getMetaInfoDefOrBuilder ()

.tensorflow.MetaGraphDef.MetaInfoDef meta_info_def = 1;

공개 추상 SavedObjectGraph getObjectGraphDef ()

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

공개 추상 SavedObjectGraphOrBuilder getObjectGraphDefOrBuilder ()

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

공개 추상 SaverDef getSaverDef ()

 SaverDef.
 
.tensorflow.SaverDef saver_def = 3;

공개 추상 SaverDefOrBuilder getSaverDefOrBuilder ()

 SaverDef.
 
.tensorflow.SaverDef saver_def = 3;

공개 추상 Map<String, SignatureDef > getSignatureDef ()

대신 getSignatureDefMap() 사용하세요.

공개 추상 int getSignatureDefCount ()

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

공개 추상 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;

공개 추상 SignatureDef getSignatureDefOrDefault (문자열 키, SignatureDef defaultValue)

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

공개 추상 SignatureDef getSignatureDefOrThrow (문자열 키)

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

공개 추상 부울 hasGraphDef ()

 GraphDef.
 
.tensorflow.GraphDef graph_def = 2;

공개 추상 부울 hasMetaInfoDef ()

.tensorflow.MetaGraphDef.MetaInfoDef meta_info_def = 1;

공개 추상 부울 hasObjectGraphDef ()

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

공개 추상 부울 hasSaverDef ()

 SaverDef.
 
.tensorflow.SaverDef saver_def = 3;