کلاس نهایی استاتیک عمومی 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<? مقادیر Integer را گسترش می دهد) Bound inputs to the function. |
SavedConcreteFunction.Builder | addBoundInputs (مقدار int) Bound inputs to the function. |
SavedConcreteFunction.Builder | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor فیلد، مقدار Object) |
Saved ConcreteFunction | ساختن () |
Saved ConcreteFunction | ساخت جزئی () |
SavedConcreteFunction.Builder | روشن () |
SavedConcreteFunction.Builder | clearBoundInputs () 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 | clearOutputSignature () 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. |
StructuredValue | getCanonicalizedInputSignature () Input in canonicalized form that was received to create this concrete function. |
StructuredValue.Builder | 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. |
Saved ConcreteFunction | |
نهایی static com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
StructuredValue | getOutputSignature () Output that was the return value of this function after replacing all Tensors with TensorSpecs. |
StructuredValue.Builder | 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. |
بولی | دارای امضای ورودی canonicalized () 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 | mergeCanonicalizedInputSignature (مقدار 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.Message other) |
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 فیلد، مقدار Object) |
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، مقدار Object) |
نهایی SavedConcreteFunction.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
روش های ارثی
روش های عمومی
عمومی SavedConcreteFunction.Builder addAllBoundInputs (Iterable<? مقادیر Integer> را گسترش می دهد)
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، مقدار Object)
عمومی 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;
فهرست عمومی <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;
عمومی StructuredValue 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 getCanonicalizedInputSignatureOrBuilder ()
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
عمومی com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
عمومی StructuredValue 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;
بولین عمومی دارای 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;
بولین نهایی عمومی isInitialized ()
عمومی SavedConcreteFunction.Builder mergeCanonicalizedInputSignature (مقدار StructuredValue )
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
عمومی SavedConcreteFunction.Builder mergeFrom (ورودی com.google.protobuf.CodedInputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
IOException |
---|
عمومی 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 mergeUnknownFields (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;
public SavedConcreteFunction.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor فیلد، مقدار Object)
عمومی 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;
عمومی SavedConcreteFunction.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor، نمایه int، مقدار Object)
نهایی عمومی SavedConcreteFunction.Builder setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
کلاس نهایی استاتیک عمومی 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<? مقادیر Integer را گسترش می دهد) Bound inputs to the function. |
SavedConcreteFunction.Builder | addBoundInputs (مقدار int) Bound inputs to the function. |
SavedConcreteFunction.Builder | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor فیلد، مقدار Object) |
Saved ConcreteFunction | ساختن () |
Saved ConcreteFunction | ساخت جزئی () |
SavedConcreteFunction.Builder | روشن () |
SavedConcreteFunction.Builder | clearBoundInputs () 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 | clearOutputSignature () 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. |
StructuredValue | getCanonicalizedInputSignature () Input in canonicalized form that was received to create this concrete function. |
StructuredValue.Builder | 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. |
Saved ConcreteFunction | |
نهایی static com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
StructuredValue | getOutputSignature () Output that was the return value of this function after replacing all Tensors with TensorSpecs. |
StructuredValue.Builder | 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. |
بولی | دارای امضای ورودی canonicalized () 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 | mergeCanonicalizedInputSignature (مقدار 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.Message other) |
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 فیلد، مقدار Object) |
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، مقدار Object) |
نهایی SavedConcreteFunction.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
روش های ارثی
روش های عمومی
عمومی SavedConcreteFunction.Builder addAllBoundInputs (Iterable<? مقادیر Integer> را گسترش می دهد)
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، مقدار Object)
عمومی 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;
فهرست عمومی <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;
عمومی StructuredValue 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 getCanonicalizedInputSignatureOrBuilder ()
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
عمومی com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
عمومی StructuredValue 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;
بولین عمومی دارای 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;
بولین نهایی عمومی isInitialized ()
عمومی SavedConcreteFunction.Builder mergeCanonicalizedInputSignature (مقدار StructuredValue )
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
عمومی SavedConcreteFunction.Builder mergeFrom (ورودی com.google.protobuf.CodedInputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
IOException |
---|
عمومی 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 mergeUnknownFields (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;
public SavedConcreteFunction.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor فیلد، مقدار Object)
عمومی 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;