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

공개 방법

부울
containCollectionDef (문자열 키)
 collection_def: Map from collection name to collections.
부울
containSignatureDef (문자열 키)
 signature_def: Map from user supplied key for a signature to a single
 SignatureDef.
부울
같음 (객체 객체)
자산 파일 정의
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.
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.
컬렉션Def
getCollectionDefOrDefault (문자열 키, CollectionDef defaultValue)
 collection_def: Map from collection name to collections.
컬렉션Def
getCollectionDefOrThrow (문자열 키)
 collection_def: Map from collection name to collections.
정적 MetaGraphDef
메타그래프Def
최종 정적 com.google.protobuf.Descriptors.Descriptor
그래프 정의
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.
저장된ObjectGraphOrBuilder
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.
시그니처데프
getSignatureDefOrDefault (문자열 키, SignatureDef defaultValue)
 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
부울
해그래프 정의 ()
 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
parsDelimitedFrom (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 확장Registry)
정적 MetaGraphDef
parsFrom (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 출력)

상속된 메서드

상수

공개 정적 최종 int ASSET_FILE_DEF_FIELD_NUMBER

상수값: 6

공개 정적 최종 int COLLECTION_DEF_FIELD_NUMBER

상수값: 4

공개 정적 최종 int GRAPH_DEF_FIELD_NUMBER

상수값: 2

공개 정적 최종 int META_INFO_DEF_FIELD_NUMBER

상수값: 1

공개 정적 최종 int OBJECT_GRAPH_DEF_FIELD_NUMBER

상수값: 7

공개 정적 최종 int SAVER_DEF_FIELD_NUMBER

상수값: 3

공개 정적 최종 int SIGNATURE_DEF_FIELD_NUMBER

상수값: 5

공개 방법

공개 부울 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;

공개 부울(객체 obj)와 같습니다 .

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

public CollectionDef getCollectionDefOrDefault (문자열 키, CollectionDef defaultValue)

 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;

공개 정적 MetaGraphDef getDefaultInstance ()

공개 MetaGraphDef getDefaultInstanceForType ()

공개 정적 최종 com.google.protobuf.Descriptors.Descriptor getDescriptor ()

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

공공의 getParserForType ()

공개 SaverDef getSaverDef ()

 SaverDef.
 
.tensorflow.SaverDef saver_def = 3;

공개 SaverDefOrBuilder getSaverDefOrBuilder ()

 SaverDef.
 
.tensorflow.SaverDef saver_def = 3;

공개 int getSerializedSize ()

공개 맵<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;

공개 맵<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 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;

공개 최종 com.google.protobuf.UnknownFieldSet getUnknownFields ()

공개 부울 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;

공개 int hashCode ()

공개 최종 부울 isInitialized ()

공개 정적 MetaGraphDef.Builder newBuilder ()

공개 정적 MetaGraphDef.Builder newBuilder ( MetaGraphDef 프로토타입)

공개 MetaGraphDef.Builder newBuilderForType ()

공개 정적 MetaGraphDef parseDelimitedFrom (InputStream 입력)

던지기
IO예외

공개 정적 MetaGraphDefparseDelimitedFrom ( InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
IO예외

공개 정적 MetaGraphDef parsFrom (ByteBuffer 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
잘못된프로토콜버퍼예외

공개 정적 MetaGraphDef 구문 분석 (com.google.protobuf.CodedInputStream 입력)

던지기
IO예외

공개 정적 MetaGraphDef 구문 분석 (byte[] 데이터, com.google.protobuf.ExtensionRegistryLite 확장 레지스트리)

던지기
잘못된프로토콜버퍼예외

공개 정적 MetaGraphDef 구문 분석 (ByteBuffer 데이터)

던지기
잘못된프로토콜버퍼예외

공개 정적 MetaGraphDef 구문 분석기 (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
IO예외

공개 정적 MetaGraphDef 구문 분석 (com.google.protobuf.ByteString 데이터)

던지기
잘못된프로토콜버퍼예외

공개 정적 MetaGraphDef 구문 분석기 (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
IO예외

공개 정적 MetaGraphDef ParseFrom (com.google.protobuf.ByteString 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
잘못된프로토콜버퍼예외

공개 정적 파서 ()

공개 MetaGraphDef.Builder toBuilder ()

공개 무효 writeTo (com.google.protobuf.CodedOutputStream 출력)

던지기
IO예외