SavedBareConcreteFunction

الطبقة النهائية العامة SavedBareConcreteFunction

نوع Protobuf tensorflow.SavedBareConcreteFunction

فئات متداخلة

فصل SavedBareConcreteFunction.Builder نوع Protobuf tensorflow.SavedBareConcreteFunction

الثوابت

كثافة العمليات ALLOWED_POSITIONAL_ARGUMENTS_FIELD_NUMBER
كثافة العمليات ARGUMENT_KEYWORDS_FIELD_NUMBER
كثافة العمليات CONCRETE_FUNCTION_NAME_FIELD_NUMBER
كثافة العمليات FUNCTION_SPEC_FIELD_NUMBER

الأساليب العامة

منطقية
يساوي (كائن كائن)
طويل
الحصول علىAllowedPositionalArguments ()
 The prefix of `argument_keywords` which may be identified by position.
خيط
getArgumentKeywords (فهرس كثافة العمليات)
 A sequence of unique strings, one per Tensor argument.
com.google.protobuf.ByteString
getArgumentKeywordsBytes (فهرس كثافة العمليات)
 A sequence of unique strings, one per Tensor argument.
كثافة العمليات
الحصول على عدد الكلمات الرئيسية ()
 A sequence of unique strings, one per Tensor argument.
com.google.protobuf.ProtocolStringList
قائمة الكلمات الرئيسية للوسيطة ()
 A sequence of unique strings, one per Tensor argument.
خيط
getConcreteFunctionName ()
 Identifies a SavedConcreteFunction.
com.google.protobuf.ByteString
getConcreteFunctionNameBytes ()
 Identifies a SavedConcreteFunction.
وظيفة SavedBareConcreteFunction ثابتة
وظيفة الخرسانة المحفوظة
النهائي الثابت com.google.protobuf.Descriptors.Descriptor
مواصفات الوظيفة
الحصول على مواصفات الوظيفة ()
 The spec of the function that this ConcreteFunction is traced from.
FunctionSpecOrBuilder
getFunctionSpecOrBuilder ()
 The spec of the function that this ConcreteFunction is traced from.
كثافة العمليات
النهائي com.google.protobuf.UnknownFieldSet
منطقية
لديهFunctionSpec ()
 The spec of the function that this ConcreteFunction is traced from.
كثافة العمليات
منطقية نهائية
static SavedBareConcreteFunction.Builder
newBuilder (النموذج الأولي لوظيفة SavedBareConcreteFunction )
static SavedBareConcreteFunction.Builder
SavedBareConcreteFunction.Builder
وظيفة SavedBareConcreteFunction ثابتة
parseDelimitedFrom (إدخال InputStream)
وظيفة SavedBareConcreteFunction ثابتة
parseDelimitedFrom (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
وظيفة SavedBareConcreteFunction ثابتة
parseFrom (بيانات ByteBuffer)
وظيفة SavedBareConcreteFunction ثابتة
parseFrom (com.google.protobuf.CodedInputStream input، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
وظيفة SavedBareConcreteFunction ثابتة
parseFrom (بيانات ByteBuffer، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
وظيفة SavedBareConcreteFunction ثابتة
parseFrom (com.google.protobuf.CodedInputStream الإدخال)
وظيفة SavedBareConcreteFunction ثابتة
parseFrom (بيانات البايت[]، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
وظيفة SavedBareConcreteFunction ثابتة
parseFrom (بيانات com.google.protobuf.ByteString)
وظيفة SavedBareConcreteFunction ثابتة
parseFrom (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
وظيفة SavedBareConcreteFunction ثابتة
parseFrom (com.google.protobuf.ByteString data، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
ثابتة
SavedBareConcreteFunction.Builder
فارغ
writeTo (com.google.protobuf.CodedOutputStream الإخراج)

الطرق الموروثة

الثوابت

العدد النهائي الثابت العام ALLOWED_POSITIONAL_ARGUMENTS_FIELD_NUMBER

القيمة الثابتة: 3

العدد النهائي الثابت العام ARGUMENT_KEYWORDS_FIELD_NUMBER

القيمة الثابتة: 2

النهائي الثابت العام CONCRETE_FUNCTION_NAME_FIELD_NUMBER

القيمة الثابتة: 1

int النهائي الثابت العام FUNCTION_SPEC_FIELD_NUMBER

القيمة الثابتة: 4

الأساليب العامة

القيمة المنطقية العامة تساوي (Object obj)

الحصول العام الطويل المسموح به على الوسائط الموضعية ()

 The prefix of `argument_keywords` which may be identified by position.
 
int64 allowed_positional_arguments = 3;

سلسلة getArgumentKeywords العامة (فهرس كثافة العمليات)

 A sequence of unique strings, one per Tensor argument.
 
repeated string argument_keywords = 2;

com.google.protobuf.ByteString public getArgumentKeywordsBytes (مؤشر int)

 A sequence of unique strings, one per Tensor argument.
 
repeated string argument_keywords = 2;

int public getArgumentKeywordsCount ()

 A sequence of unique strings, one per Tensor argument.
 
repeated string argument_keywords = 2;

com.google.protobuf.ProtocolStringList العامة getArgumentKeywordsList ()

 A sequence of unique strings, one per Tensor argument.
 
repeated string argument_keywords = 2;

سلسلة عامة getConcreteFunctionName ()

 Identifies a SavedConcreteFunction.
 
string concrete_function_name = 1;

com.google.protobuf.ByteString العامة getConcreteFunctionNameBytes ()

 Identifies a SavedConcreteFunction.
 
string concrete_function_name = 1;

ثابت عام SavedBareConcreteFunction getDefaultInstance ()

public SavedBareConcreteFunction getDefaultInstanceForType ()

النهائي العام الثابت com.google.protobuf.Descriptors.Descriptor getDescriptor ()

مواصفات الوظيفة العامة getFunctionSpec ()

 The spec of the function that this ConcreteFunction is traced from. This
 allows the ConcreteFunction to be called with nest structure inputs. This
 field may not be populated. If this field is absent, the concrete function
 can only be called with flat inputs.
 TODO(b/169361281): support calling saved ConcreteFunction with structured
 inputs in C++ SavedModel API.
 
.tensorflow.FunctionSpec function_spec = 4;

public FunctionSpecOrBuilder getFunctionSpecOrBuilder ()

 The spec of the function that this ConcreteFunction is traced from. This
 allows the ConcreteFunction to be called with nest structure inputs. This
 field may not be populated. If this field is absent, the concrete function
 can only be called with flat inputs.
 TODO(b/169361281): support calling saved ConcreteFunction with structured
 inputs in C++ SavedModel API.
 
.tensorflow.FunctionSpec function_spec = 4;

عام الحصول على بارسيرفورتيب ()

int public getSerializedSize ()

النهائي العام com.google.protobuf.UnknownFieldSet getUnknownFields ()

المنطق المنطقي العام hasFunctionSpec ()

 The spec of the function that this ConcreteFunction is traced from. This
 allows the ConcreteFunction to be called with nest structure inputs. This
 field may not be populated. If this field is absent, the concrete function
 can only be called with flat inputs.
 TODO(b/169361281): support calling saved ConcreteFunction with structured
 inputs in C++ SavedModel API.
 
.tensorflow.FunctionSpec function_spec = 4;

كود التجزئة الدولي العام ()

تمت تهيئة القيمة المنطقية النهائية العامة ()

ثابت عام SavedBareConcreteFunction.Builder newBuilder (النموذج الأولي SaveBareConcreteFunction )

ثابت عام SavedBareConcreteFunction.Builder newBuilder ()

SavedBareConcreteFunction العامة.Builder newBuilderForType ()

التحليل العام الثابت SavedBareConcreteFunctionDelimitedFrom ( إدخال InputStream)

رميات
IOEException

ثابت عام SavedBareConcreteFunction parseDelimitedFrom (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
IOEException

ثابت عام SavedBareConcreteFunction parseFrom (بيانات ByteBuffer)

رميات
InvalidProtocolBufferException

التحليل العام الثابت SavedBareConcreteFunction (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
IOEException

ParseFrom الثابت العام SavedBareConcreteFunction (بيانات ByteBuffer، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
InvalidProtocolBufferException

ثابت عام SavedBareConcreteFunction parseFrom (com.google.protobuf.CodedInputStream input)

رميات
IOEException

التحليل العام الثابت SavedBareConcreteFunction (بيانات البايت []، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
InvalidProtocolBufferException

ParseFrom الثابت العام SavedBareConcreteFunction (بيانات com.google.protobuf.ByteString)

رميات
InvalidProtocolBufferException

ParseFrom الثابت العام SavedBareConcreteFunction (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
IOEException

ثابت عام SavedBareConcreteFunction parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
InvalidProtocolBufferException

ساكنة عامة محلل ()

SavedBareConcreteFunction العامة.Builder toBuilder ()

الكتابة إلى الفراغ العام (إخراج com.google.protobuf.CodedOutputStream)

رميات
IOEException