คลาสสุดท้ายคงสาธารณะ SavedConcreteFunction.Builder
Stores low-level information about a concrete function. Referenced in either a SavedFunction or a SavedBareConcreteFunction.Protobuf ประเภท
tensorflow.SavedConcreteFunction
วิธีการสาธารณะ
SavedConcreteFunction.Builder | addAllBoundInputs (ค่า Iterable<? ขยายจำนวนเต็ม>) Bound inputs to the function. |
SavedConcreteFunction.Builder | addBoundInputs (ค่า int) Bound inputs to the function. |
SavedConcreteFunction.Builder | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor ช่อง ค่าอ็อบเจ็กต์) |
ฟังก์ชั่นคอนกรีตที่บันทึกไว้ | สร้าง () |
ฟังก์ชั่นคอนกรีตที่บันทึกไว้ | สร้างบางส่วน () |
SavedConcreteFunction.Builder | ชัดเจน () |
SavedConcreteFunction.Builder | ชัดเจนBoundInputs () Bound inputs to the function. |
SavedConcreteFunction.Builder | clearCanonicalizedInputSignature () Input in canonicalized form that was received to create this concrete function. |
SavedConcreteFunction.Builder | clearField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor) |
SavedConcreteFunction.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
SavedConcreteFunction.Builder | ชัดเจนเอาท์พุทลายเซ็น () Output that was the return value of this function after replacing all Tensors with TensorSpecs. |
SavedConcreteFunction.Builder | โคลน () |
ภายใน | 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. |
โครงสร้างค่าตัวสร้าง | getCanonicalizedInputSignatureBuilder () 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. |
ฟังก์ชันคอนกรีตที่บันทึกไว้ | |
com.google.protobuf.Descriptors.Descriptor แบบคงที่ขั้นสุดท้าย | รับคำอธิบาย () |
com.google.protobuf.Descriptors.Descriptor | |
ค่าโครงสร้าง | getOutputSignature () Output that was the return value of this function after replacing all Tensors with TensorSpecs. |
โครงสร้างค่าตัวสร้าง | getOutputSignatureBuilder () 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. |
บูลีน | มี 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 | ผสานCanonicalizedInputSignature (ค่า StructuredValue ) Input in canonicalized form that was received to create this concrete function. |
SavedConcreteFunction.Builder | mergeFrom (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SavedConcreteFunction.Builder | mergeFrom (com.google.protobuf.ข้อความ อื่น ๆ ) |
SavedConcreteFunction.Builder | mergeOutputSignature (ค่า StructuredValue ) Output that was the return value of this function after replacing all Tensors with TensorSpecs. |
SavedConcreteFunction.Builder สุดท้าย | mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
SavedConcreteFunction.Builder | setBoundInputs (ดัชนี int, ค่า int) Bound inputs to the function. |
SavedConcreteFunction.Builder | setCanonicalizedInputSignature ( StructuredValue.Builder builderForValue) Input in canonicalized form that was received to create this concrete function. |
SavedConcreteFunction.Builder | setCanonicalizedInputSignature (ค่า StructuredValue ) Input in canonicalized form that was received to create this concrete function. |
SavedConcreteFunction.Builder | setField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor ค่าอ็อบเจ็กต์) |
SavedConcreteFunction.Builder | setOutputSignature (ค่า StructuredValue ) Output that was the return value of this function after replacing all Tensors with TensorSpecs. |
SavedConcreteFunction.Builder | setOutputSignature ( StructuredValue.Builder builderForValue) Output that was the return value of this function after replacing all Tensors with TensorSpecs. |
SavedConcreteFunction.Builder | setRepeatedField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor, ดัชนี int, ค่าอ็อบเจ็กต์) |
SavedConcreteFunction.Builder สุดท้าย | setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
วิธีการสืบทอด
วิธีการสาธารณะ
สาธารณะ SavedConcreteFunction.Builder addAllBoundInputs (Iterable <? ขยายค่าจำนวนเต็ม>)
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;
สาธารณะ SavedConcreteFunction.Builder addBoundInputs (ค่า 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;
สาธารณะ SavedConcreteFunction.Builder addRepeatedField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor ค่าอ็อบเจ็กต์)
สาธารณะ SavedConcreteFunction.Builder clearBoundInputs ()
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;
สาธารณะ SavedConcreteFunction.Builder clearCanonicalizedInputSignature ()
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
สาธารณะ SavedConcreteFunction.Builder clearField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor)
สาธารณะ SavedConcreteFunction.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
สาธารณะ SavedConcreteFunction.Builder clearOutputSignature ()
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 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;
โครงสร้างสาธารณะ StructuredValue.Builder getCanonicalizedInputSignatureBuilder ()
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 ()
สาธารณะ com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
โครงสร้าง สาธารณะค่า 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;
โครงสร้างสาธารณะ StructuredValue.Builder getOutputSignatureBuilder ()
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;
บูลีนสาธารณะ 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;
บูลีนสุดท้ายสาธารณะ isInitialized ()
สาธารณะ SavedConcreteFunction.Builder ผสานCanonicalizedInputSignature (ค่า StructuredValue )
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
สาธารณะ SavedConcreteFunction.Builder ผสานจาก (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
IOข้อยกเว้น |
---|
สาธารณะ SavedConcreteFunction.Builder mergeOutputSignature (ค่า StructuredValue )
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 ผสาน UnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
สาธารณะ SavedConcreteFunction.Builder setBoundInputs (ดัชนี int, ค่า 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;
สาธารณะ SavedConcreteFunction.Builder setCanonicalizedInputSignature ( StructuredValue.Builder builderForValue)
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
สาธารณะ SavedConcreteFunction.Builder setCanonicalizedInputSignature (ค่า StructuredValue )
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
สาธารณะ SavedConcreteFunction.Builder setField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor ค่าอ็อบเจ็กต์)
สาธารณะ SavedConcreteFunction.Builder setOutputSignature (ค่า StructuredValue )
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 setOutputSignature ( StructuredValue.Builder builderForValue)
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;