clase final estática pública SavedConcreteFunction.Builder
Stores low-level information about a concrete function. Referenced in either a SavedFunction or a SavedBareConcreteFunction.
tensorflow.SavedConcreteFunction
tipo Protobuf.SavedConcreteFunction Métodos públicos
GuardadoConcreteFunction.Builder | addAllBoundInputs (Iterable<? extiende valores enteros>) Bound inputs to the function. |
GuardadoConcreteFunction.Builder | addBoundInputs (valor int) Bound inputs to the function. |
GuardadoConcreteFunction.Builder | addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto) |
Función concreta guardada | construir () |
Función concreta guardada | |
GuardadoConcreteFunction.Builder | claro () |
GuardadoConcreteFunction.Builder | borrarEntradasBound () Bound inputs to the function. |
GuardadoConcreteFunction.Builder | clearCanonicalizedInputSignature () Input in canonicalized form that was received to create this concrete function. |
GuardadoConcreteFunction.Builder | clearField (campo com.google.protobuf.Descriptors.FieldDescriptor) |
GuardadoConcreteFunction.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor uno de) |
GuardadoConcreteFunction.Builder | clearOutputSignature () Output that was the return value of this function after replacing all Tensors with TensorSpecs. |
GuardadoConcreteFunction.Builder | clonar () |
entero | getBoundInputs (índice int) Bound inputs to the function. |
entero | getBoundInputsCount () Bound inputs to the function. |
Lista<Entero> | getBoundInputsList () Bound inputs to the function. |
Valor estructurado | getCanonicalizedInputSignature () Input in canonicalized form that was received to create this concrete function. |
Valor estructurado.Constructor | getCanonicalizedInputSignatureBuilder () Input in canonicalized form that was received to create this concrete function. |
ValorEstructuradoOrConstructor | getCanonicalizedInputSignatureOrBuilder () Input in canonicalized form that was received to create this concrete function. |
Función concreta guardada | |
com.google.protobuf.Descriptors.Descriptor estático final | |
com.google.protobuf.Descriptors.Descriptor | |
Valor estructurado | getOutputSignature () Output that was the return value of this function after replacing all Tensors with TensorSpecs. |
Valor estructurado.Constructor | getOutputSignatureBuilder () Output that was the return value of this function after replacing all Tensors with TensorSpecs. |
ValorEstructuradoOrConstructor | getOutputSignatureOrBuilder () Output that was the return value of this function after replacing all Tensors with TensorSpecs. |
booleano | tieneCanonicalizedInputSignature () Input in canonicalized form that was received to create this concrete function. |
booleano | tieneOutputSignature () Output that was the return value of this function after replacing all Tensors with TensorSpecs. |
booleano final | |
GuardadoConcreteFunction.Builder | mergeCanonicalizedInputSignature (valor StructuredValue ) Input in canonicalized form that was received to create this concrete function. |
GuardadoConcreteFunction.Builder | mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry) |
GuardadoConcreteFunction.Builder | mergeFrom (com.google.protobuf.Message otro) |
GuardadoConcreteFunction.Builder | mergeOutputSignature (valor StructuredValue ) Output that was the return value of this function after replacing all Tensors with TensorSpecs. |
final SavedConcreteFunction.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields) |
GuardadoConcreteFunction.Builder | setBoundInputs (índice int, valor int) Bound inputs to the function. |
GuardadoConcreteFunction.Builder | setCanonicalizedInputSignature ( StructuredValue.Builder builderForValue) Input in canonicalized form that was received to create this concrete function. |
GuardadoConcreteFunction.Builder | setCanonicalizedInputSignature (valor StructuredValue ) Input in canonicalized form that was received to create this concrete function. |
GuardadoConcreteFunction.Builder | setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto) |
GuardadoConcreteFunction.Builder | setOutputSignature (valor StructuredValue ) Output that was the return value of this function after replacing all Tensors with TensorSpecs. |
GuardadoConcreteFunction.Builder | setOutputSignature ( StructuredValue.Builder builderForValue) Output that was the return value of this function after replacing all Tensors with TensorSpecs. |
GuardadoConcreteFunction.Builder | setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto) |
final SavedConcreteFunction.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields) |
Métodos heredados
Métodos públicos
public SavedConcreteFunction.Builder addAllBoundInputs (Iterable<? extiende valores enteros>)
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;
público SavedConcreteFunction.Builder addBoundInputs (valor 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, valor del objeto)
público 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;
pública SavedConcreteFunction.Builder clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
pública SavedConcreteFunction.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
público 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;
público int getBoundInputs (índice 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;
público 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;
Lista pública<Entero> 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;
valor estructurado público getCanonicalizedInputSignature ()
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
público 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;
público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
público com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
valor estructurado público 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;
público 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;
público 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 booleano público ()
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
hasOutputSignature booleano público ()
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;
público final booleano isInitialized ()
public SavedConcreteFunction.Builder mergeCanonicalizedInputSignature (valor StructuredValue )
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
public SavedConcreteFunction.Builder mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)
Lanza
IOExcepción |
---|
pública SavedConcreteFunction.Builder mergeOutputSignature (valor 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;
público final SavedConcreteFunction.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)
público SavedConcreteFunction.Builder setBoundInputs (índice int, valor 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;
público SavedConcreteFunction.Builder setCanonicalizedInputSignature ( StructuredValue.Builder builderForValue)
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
público SavedConcreteFunction.Builder setCanonicalizedInputSignature (valor StructuredValue )
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
público SavedConcreteFunction.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
público SavedConcreteFunction.Builder setOutputSignature (valor 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;
público 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;