SavedConcreteFunction

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

 Stores low-level information about a concrete function. Referenced in either
 a SavedFunction or a SavedBareConcreteFunction.
 
نوع Protobuf tensorflow.SavedConcreteFunction

فئات متداخلة

فصل SavedConcreteFunction.Builder
 Stores low-level information about a concrete function. 

الثوابت

كثافة العمليات BOUND_INPUTS_FIELD_NUMBER
كثافة العمليات CANONICALIZED_INPUT_SIGNATURE_FIELD_NUMBER
كثافة العمليات OUTPUT_SIGNATURE_FIELD_NUMBER

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

منطقية
يساوي (كائن كائن)
كثافة العمليات
getBoundInputs (فهرس كثافة العمليات)
 Bound inputs to the function.
كثافة العمليات
getBoundInputsCount ()
 Bound inputs to the function.
القائمة<عدد صحيح>
قائمة getBoundInputsList ()
 Bound inputs to the function.
القيمة المنظمة
getCanonicalizedInputSignature ()
 Input in canonicalized form that was received to create this concrete
 function.
القيمة الهيكلية أو البناء
الحصول على CanonicalizedInputSignatureOrBuilder ()
 Input in canonicalized form that was received to create this concrete
 function.
وظيفة الخرسانة المحفوظة الثابتة
وظيفة الخرسانة المحفوظة
النهائي الثابت com.google.protobuf.Descriptors.Descriptor
القيمة المنظمة
توقيع الإخراج ()
 Output that was the return value of this function after replacing all
 Tensors with TensorSpecs.
القيمة الهيكلية أو البناء
getOutputSignatureOrBuilder ()
 Output that was the return value of this function after replacing all
 Tensors with TensorSpecs.
كثافة العمليات
النهائي com.google.protobuf.UnknownFieldSet
منطقية
hasCanonicalizedInputSignature ()
 Input in canonicalized form that was received to create this concrete
 function.
منطقية
توقيع الإخراج ()
 Output that was the return value of this function after replacing all
 Tensors with TensorSpecs.
كثافة العمليات
منطقية نهائية
ثابت SavedConcreteFunction.Builder
newBuilder (النموذج الأولي لوظيفة SavedConcreteFunction )
ثابت SavedConcreteFunction.Builder
SavedConcreteFunction.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)
ثابتة
SavedConcreteFunction.Builder
فارغ
writeTo (com.google.protobuf.CodedOutputStream الإخراج)

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

الثوابت

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

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

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

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

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

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

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

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

int public getBoundInputs (مؤشر int)

 Bound inputs to the function. The SavedObjects identified by the node ids
 given here are appended as extra inputs to the caller-supplied inputs.
 The only types of SavedObjects valid here are SavedVariable, SavedResource
 and SavedAsset.
 
repeated int32 bound_inputs = 2;

int العام getBoundInputsCount ()

 Bound inputs to the function. The SavedObjects identified by the node ids
 given here are appended as extra inputs to the caller-supplied inputs.
 The only types of SavedObjects valid here are SavedVariable, SavedResource
 and SavedAsset.
 
repeated int32 bound_inputs = 2;

القائمة العامة<Integer> getBoundInputsList ()

 Bound inputs to the function. The SavedObjects identified by the node ids
 given here are appended as extra inputs to the caller-supplied inputs.
 The only types of SavedObjects valid here are SavedVariable, SavedResource
 and SavedAsset.
 
repeated int32 bound_inputs = 2;

getCanonicalizedInputSignature () القيمة الهيكلية العامة

 Input in canonicalized form that was received to create this concrete
 function.
 
.tensorflow.StructuredValue canonicalized_input_signature = 3;

public StructuredValueOrBuilder getCanonicalizedInputSignatureOrBuilder ()

 Input in canonicalized form that was received to create this concrete
 function.
 
.tensorflow.StructuredValue canonicalized_input_signature = 3;

ثابت عام SavedConcreteFunction getDefaultInstance ()

getDefaultInstanceForType العامة SavedConcreteFunction ()

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

getOutputSignature () العامة الهيكلية

 Output that was the return value of this function after replacing all
 Tensors with TensorSpecs. This can be an arbitrary nested function and will
 be used to reconstruct the full structure from pure tensors.
 
.tensorflow.StructuredValue output_signature = 4;

public StructuredValueOrBuilder getOutputSignatureOrBuilder ()

 Output that was the return value of this function after replacing all
 Tensors with TensorSpecs. This can be an arbitrary nested function and will
 be used to reconstruct the full structure from pure tensors.
 
.tensorflow.StructuredValue output_signature = 4;

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

int public getSerializedSize ()

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

يحتوي المنطق المنطقي العام على CanonicalizedInputSignature ()

 Input in canonicalized form that was received to create this concrete
 function.
 
.tensorflow.StructuredValue canonicalized_input_signature = 3;

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

 Output that was the return value of this function after replacing all
 Tensors with TensorSpecs. This can be an arbitrary nested function and will
 be used to reconstruct the full structure from pure tensors.
 
.tensorflow.StructuredValue output_signature = 4;

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

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

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

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

SavedConcreteFunction.Builder العام newBuilderForType ()

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

رميات
IOEException

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

رميات
IOEException

تحليل SavedConcreteFunction العام الثابت (بيانات ByteBuffer)

رميات
InvalidProtocolBufferException

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

رميات
IOEException

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

رميات
InvalidProtocolBufferException

تحليل SavedConcreteFunction العام الثابت (com.google.protobuf.CodedInputStream input)

رميات
IOEException

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

رميات
InvalidProtocolBufferException

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

رميات
InvalidProtocolBufferException

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

رميات
IOEException

تحليل SavedConcreteFunction العام الثابت (com.google.protobuf.ByteString data، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
InvalidProtocolBufferException

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

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

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

رميات
IOEException