อินเทอร์เฟซสาธารณะ SavedModelOrBuilder
คลาสย่อยทางอ้อมที่รู้จัก |
วิธีการสาธารณะ
MetaGraphDef แบบนามธรรม | getMetaGraphs (ดัชนี int) One or more MetaGraphs. |
บทคัดย่อ | getMetaGraphsCount () One or more MetaGraphs. |
รายการนามธรรม < MetaGraphDef > | getMetaGraphsList () One or more MetaGraphs. |
MetaGraphDefOrBuilder แบบนามธรรม | getMetaGraphsOrBuilder (ดัชนี int) 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;