SavedModelOrBuilder

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

공개 방법

추상 MetaGraphDef
getMetaGraphs (정수 인덱스)
 One or more MetaGraphs.
추상 정수
getMetaGraphsCount ()
 One or more MetaGraphs.
추상 목록< MetaGraphDef >
getMetaGraphsList ()
 One or more MetaGraphs.
추상 MetaGraphDefOrBuilder
getMetaGraphsOrBuilder (정수 인덱스)
 One or more MetaGraphs.
추상 목록<? MetaGraphDefOrBuilder 확장 >
getMetaGraphsOrBuilderList ()
 One or more MetaGraphs.
추상적인 긴
getSavedModelSchemaVersion ()
 The schema version of the SavedModel instance.

공개 방법

공개 추상 MetaGraphDef getMetaGraphs (int 인덱스)

 One or more MetaGraphs.
 
repeated .tensorflow.MetaGraphDef meta_graphs = 2;

공개 추상 int getMetaGraphsCount ()

 One or more MetaGraphs.
 
repeated .tensorflow.MetaGraphDef meta_graphs = 2;

공개 추상 목록< MetaGraphDef > getMetaGraphsList ()

 One or more MetaGraphs.
 
repeated .tensorflow.MetaGraphDef meta_graphs = 2;

공개 추상 MetaGraphDefOrBuilder getMetaGraphsOrBuilder (int 인덱스)

 One or more MetaGraphs.
 
repeated .tensorflow.MetaGraphDef meta_graphs = 2;

공개 요약 목록<? MetaGraphDefOrBuilder > getMetaGraphsOrBuilderList () 를 확장합니다.

 One or more MetaGraphs.
 
repeated .tensorflow.MetaGraphDef meta_graphs = 2;

공개 추상 긴 getSavedModelSchemaVersion ()

 The schema version of the SavedModel instance. Used for versioning when
 making future changes to the specification/implementation. Initial value
 at release will be 1.
 
int64 saved_model_schema_version = 1;