الفئة النهائية العامة SavedModel
SavedModel is the high level serialization format for TensorFlow Models. See [todo: doc links, similar to session_bundle] for more information.نوع Protobuf
tensorflow.SavedModel
فئات متداخلة
فصل | SavedModel.Builder | SavedModel is the high level serialization format for TensorFlow Models. |
الثوابت
كثافة العمليات | META_GRAPHS_FIELD_NUMBER | |
كثافة العمليات | SAVED_MODEL_SCHEMA_VERSION_FIELD_NUMBER |
الأساليب العامة
منطقية | يساوي (كائن كائن) |
نموذج محفوظ ثابت | |
SavedModel | |
النهائي الثابت com.google.protobuf.Descriptors.Descriptor | |
MetaGraphDef | getMetaGraphs (مؤشر int) One or more MetaGraphs. |
كثافة العمليات | الحصول على MetaGraphsCount () One or more MetaGraphs. |
القائمة< MetaGraphDef > | الحصول على MetaGraphsList () One or more MetaGraphs. |
MetaGraphDefOrBuilder | getMetaGraphsOrBuilder (فهرس كثافة العمليات) One or more MetaGraphs. |
القائمة<؟ يمتد MetaGraphDefOrBuilder > | getMetaGraphsOrBuilderList () One or more MetaGraphs. |
طويل | getSavedModelSchemaVersion () The schema version of the SavedModel instance. |
كثافة العمليات | |
النهائي com.google.protobuf.UnknownFieldSet | |
كثافة العمليات | رمز التجزئة () |
منطقية نهائية | تمت التهيئة () |
SavedModel.Builder ثابت | newBuilder (النموذج الأولي المحفوظ ) |
SavedModel.Builder ثابت | منشئ جديد () |
SavedModel.Builder | |
نموذج محفوظ ثابت | parseDelimitedFrom (إدخال InputStream) |
نموذج محفوظ ثابت | parseDelimitedFrom (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
نموذج محفوظ ثابت | parseFrom (بيانات ByteBuffer) |
نموذج محفوظ ثابت | parseFrom (com.google.protobuf.CodedInputStream input، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
نموذج محفوظ ثابت | parseFrom (بيانات ByteBuffer، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
نموذج محفوظ ثابت | parseFrom (com.google.protobuf.CodedInputStream الإدخال) |
نموذج محفوظ ثابت | parseFrom (بيانات البايت[]، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
نموذج محفوظ ثابت | parseFrom (بيانات com.google.protobuf.ByteString) |
نموذج محفوظ ثابت | parseFrom (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
نموذج محفوظ ثابت | parseFrom (com.google.protobuf.ByteString data، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
ثابت | محلل () |
SavedModel.Builder | إلى البناء () |
فارغ | writeTo (com.google.protobuf.CodedOutputStream الإخراج) |
الطرق الموروثة
الثوابت
العدد النهائي الثابت العام META_GRAPHS_FIELD_NUMBER
القيمة الثابتة: 2
العدد النهائي الثابت العام SAVED_MODEL_SCHEMA_VERSION_FIELD_NUMBER
القيمة الثابتة: 1
الأساليب العامة
القيمة المنطقية العامة تساوي (Object obj)
النهائي العام الثابت com.google.protobuf.Descriptors.Descriptor getDescriptor ()
MetaGraphDef getMetaGraphs العام (مؤشر int)
One or more MetaGraphs.
repeated .tensorflow.MetaGraphDef meta_graphs = 2;
int public 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 (فهرس كثافة العمليات)
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;
int public getSerializedSize ()
النهائي العام com.google.protobuf.UnknownFieldSet getUnknownFields ()
كود التجزئة الدولي العام ()
تمت تهيئة القيمة المنطقية النهائية العامة ()
ParseDelimitedFrom الثابت العام لـ SavedModel (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
IOEException |
---|
تحليل SavedModel الثابت العام (com.google.protobuf.CodedInputStream input، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
IOEException |
---|
تحليل SavedModel الثابت العام (بيانات ByteBuffer، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
InvalidProtocolBufferException |
---|
تحليل SavedModel الثابت العام (بيانات البايت []، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
InvalidProtocolBufferException |
---|
تحليل SavedModel الثابت العام (بيانات com.google.protobuf.ByteString)
رميات
InvalidProtocolBufferException |
---|
تحليل SavedModel الثابت العام (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
IOEException |
---|
تحليل SavedModel الثابت العام (com.google.protobuf.ByteString data، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
InvalidProtocolBufferException |
---|
ساكنة عامة محلل ()
الكتابة إلى الفراغ العام (إخراج com.google.protobuf.CodedOutputStream)
رميات
IOEException |
---|