classe finale statica pubblica SavedConcreteFunction.Builder
Stores low-level information about a concrete function. Referenced in either a SavedFunction or a SavedBareConcreteFunction.Tipo di protobuf
tensorflow.SavedConcreteFunction
Metodi pubblici
SavedConcreteFunction.Builder | addAllBoundInputs (Iterable<? estende i valori Integer>) Bound inputs to the function. |
SavedConcreteFunction.Builder | addBoundInputs (valore int) Bound inputs to the function. |
SavedConcreteFunction.Builder | addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto) |
FunzioneConcrete salvata | costruire () |
FunzioneConcrete salvata | buildPartial () |
SavedConcreteFunction.Builder | chiaro () |
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 (campo 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 | clone () |
int | getBoundInputs (indice int) Bound inputs to the function. |
int | getBoundInputsCount () Bound inputs to the function. |
Elenco<intero> | getBoundInputsList () Bound inputs to the function. |
Valore strutturato | 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. |
ValorestrutturatoOrBuilder | getCanonicalizedInputSignatureOrBuilder () Input in canonicalized form that was received to create this concrete function. |
FunzioneConcrete salvata | |
com.google.protobuf.Descriptors.Descriptor statico finale | |
com.google.protobuf.Descriptors.Descriptor | |
Valore strutturato | 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. |
ValorestrutturatoOrBuilder | getOutputSignatureOrBuilder () Output that was the return value of this function after replacing all Tensors with TensorSpecs. |
booleano | hasCanonicalizedInputSignature () Input in canonicalized form that was received to create this concrete function. |
booleano | hasOutputSignature () Output that was the return value of this function after replacing all Tensors with TensorSpecs. |
booleano finale | |
SavedConcreteFunction.Builder | mergeCanonicalizedInputSignature (valore StructuredValue ) Input in canonicalized form that was received to create this concrete function. |
SavedConcreteFunction.Builder | mergeFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry) |
SavedConcreteFunction.Builder | mergeFrom (com.google.protobuf.Message altro) |
SavedConcreteFunction.Builder | mergeOutputSignature (valore StructuredValue ) Output that was the return value of this function after replacing all Tensors with TensorSpecs. |
finale SavedConcreteFunction.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
SavedConcreteFunction.Builder | setBoundInputs (indice int, valore 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 (valore StructuredValue ) Input in canonicalized form that was received to create this concrete function. |
SavedConcreteFunction.Builder | setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto) |
SavedConcreteFunction.Builder | setOutputSignature (valore 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 (campo com.google.protobuf.Descriptors.FieldDescriptor, indice int, valore oggetto) |
finale SavedConcreteFunction.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
Metodi ereditati
Metodi pubblici
public SavedConcreteFunction.Builder addAllBoundInputs (Iterable<? estende i valori 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;
pubblico SavedConcreteFunction.Builder addBoundInputs (valore 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;
public SavedConcreteFunction.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)
public 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;
public SavedConcreteFunction.Builder clearCanonicalizedInputSignature ()
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
public SavedConcreteFunction.Builder clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
public SavedConcreteFunction.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
pubblico 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;
public int getBoundInputs (indice 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;
public 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;
public List<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;
public StructuredValue getCanonicalizedInputSignature ()
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
public StructuredValue.Builder getCanonicalizedInputSignatureBuilder ()
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;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
pubblico com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
public 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;
public 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;
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;
booleano pubblico hasCanonicalizedInputSignature ()
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
pubblico booleano 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;
public final booleano isInitialized ()
public SavedConcreteFunction.Builder mergeCanonicalizedInputSignature (valore StructuredValue )
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
public SavedConcreteFunction.Builder mergeFrom (input com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
IOException |
---|
public SavedConcreteFunction.Builder mergeOutputSignature (valore 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;
public final SavedConcreteFunction.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)
public SavedConcreteFunction.Builder setBoundInputs (indice int, valore 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;
public SavedConcreteFunction.Builder setCanonicalizedInputSignature ( StructuredValue.Builder builderForValue)
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
public SavedConcreteFunction.Builder setCanonicalizedInputSignature (valore StructuredValue )
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
public SavedConcreteFunction.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)
public SavedConcreteFunction.Builder setOutputSignature (valore 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;
public 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;