คลาสสุดท้ายสาธารณะ 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 |
วิธีการสาธารณะ
บูลีน | เท่ากับ (วัตถุ obj) |
ภายใน | getBoundInputs (ดัชนี int) Bound inputs to the function. |
ภายใน | getBoundInputsCount () Bound inputs to the function. |
รายการ<จำนวนเต็ม> | getBoundInputsList () Bound inputs to the function. |
ค่าโครงสร้าง | รับ CanonicalizedInputSignature () Input in canonicalized form that was received to create this concrete function. |
StructuredValueOrBuilder | getCanonicalizedInputSignatureOrBuilder () Input in canonicalized form that was received to create this concrete function. |
SavedConcreteFunction แบบคงที่ | |
ฟังก์ชันคอนกรีตที่บันทึกไว้ | |
com.google.protobuf.Descriptors.Descriptor แบบคงที่ขั้นสุดท้าย | รับคำอธิบาย () |
ค่าโครงสร้าง | getOutputSignature () Output that was the return value of this function after replacing all Tensors with TensorSpecs. |
StructuredValueOrBuilder | getOutputSignatureOrBuilder () Output that was the return value of this function after replacing all Tensors with TensorSpecs. |
ภายใน | |
สุดท้าย com.google.protobuf.UnknownFieldSet | |
บูลีน | มี CanonicalizedInputSignature () Input in canonicalized form that was received to create this concrete function. |
บูลีน | hasOutputSignature () Output that was the return value of this function after replacing all Tensors with TensorSpecs. |
ภายใน | แฮชโค้ด () |
บูลีนสุดท้าย | |
SavedConcreteFunction.Builder แบบคงที่ | newBuilder (ต้นแบบ SavedConcreteFunction ) |
SavedConcreteFunction.Builder แบบคงที่ | ตัวสร้างใหม่ () |
SavedConcreteFunction.Builder | |
SavedConcreteFunction แบบคงที่ | parseDelimitedFrom (อินพุต InputStream) |
SavedConcreteFunction แบบคงที่ | parseDelimitedFrom (อินพุตสตรีม com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SavedConcreteFunction แบบคงที่ | parseFrom (ข้อมูล ByteBuffer) |
SavedConcreteFunction แบบคงที่ | parseFrom (อินพุต com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SavedConcreteFunction แบบคงที่ | parseFrom (ข้อมูล ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SavedConcreteFunction แบบคงที่ | parseFrom (com.google.protobuf.CodedInputStream อินพุต) |
SavedConcreteFunction แบบคงที่ | parseFrom (ข้อมูลไบต์ [], com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SavedConcreteFunction แบบคงที่ | parseFrom (ข้อมูล com.google.protobuf.ByteString) |
SavedConcreteFunction แบบคงที่ | parseFrom (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SavedConcreteFunction แบบคงที่ | parseFrom (ข้อมูล com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
คงที่ | |
SavedConcreteFunction.Builder | toBuilder () |
เป็นโมฆะ | writeTo (เอาต์พุต com.google.protobuf.CodedOutputStream) |
วิธีการสืบทอด
ค่าคงที่
รอบชิงชนะเลิศแบบคงที่สาธารณะ int BOUND_INPUTS_FIELD_NUMBER
ค่าคงที่: 2
รอบชิงชนะเลิศแบบคงที่สาธารณะ int CANONICALIZED_INPUT_SIGNATURE_FIELD_NUMBER
ค่าคงที่: 3
รอบชิงชนะเลิศแบบคงที่สาธารณะ int OUTPUT_SIGNATURE_FIELD_NUMBER
ค่าคงที่: 4
วิธีการสาธารณะ
บูลีนสาธารณะ เท่ากับ (Object obj)
สาธารณะ int 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;
รายการสาธารณะ <จำนวนเต็ม> 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;
StructuredValueOrBuilder สาธารณะ รับ CanonicalizedInputSignatureOrBuilder ()
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
สาธารณะคงที่สุดท้าย 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;
โครงสร้างสาธารณะ 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;
สาธารณะ getParserForType ()
สาธารณะ int getSerializedSize ()
สาธารณะสุดท้าย com.google.protobuf.UnknownFieldSet getUnknownFields ()
บูลีนสาธารณะ hasCanonicalizedInputSignature ()
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;
สาธารณะ int hashCode ()
บูลีนสุดท้ายสาธารณะ isInitialized ()
สาธารณะคง SavedConcreteFunction parseDelimitedFrom (อินพุตสตรีม, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
IOข้อยกเว้น |
---|
สาธารณะ SavedConcreteFunction parseFrom สาธารณะ (ข้อมูล ByteBuffer)
ขว้าง
ProtocolBufferException ไม่ถูกต้อง |
---|
สาธารณะ StadedConcreteFunction parseFrom (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
IOข้อยกเว้น |
---|
สาธารณะ SavedConcreteFunction parseFrom (ข้อมูล ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
ProtocolBufferException ไม่ถูกต้อง |
---|
สาธารณะ SavedConcreteFunction parseFrom คงที่ (com.google.protobuf.CodedInputStream อินพุต)
ขว้าง
IOข้อยกเว้น |
---|
SavedConcreteFunction สาธารณะ แยกวิเคราะห์ (ข้อมูลไบต์ [], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
ProtocolBufferException ไม่ถูกต้อง |
---|
สาธารณะ SavedConcreteFunction parseFrom (ข้อมูล com.google.protobuf.ByteString) สาธารณะ
ขว้าง
ProtocolBufferException ไม่ถูกต้อง |
---|
สาธารณะ SavedConcreteFunction parseFrom (อินพุตสตรีมอินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
IOข้อยกเว้น |
---|
สาธารณะ SavedConcreteFunction parseFrom (ข้อมูล com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
ProtocolBufferException ไม่ถูกต้อง |
---|
สาธารณะคงที่ ตัวแยกวิเคราะห์ ()
โมฆะสาธารณะ writeTo (com.google.protobuf.CodedOutputStream เอาต์พุต)
ขว้าง
IOข้อยกเว้น |
---|