classe final estática pública SavedConcreteFunction.Builder
Stores low-level information about a concrete function. Referenced in either a SavedFunction or a SavedBareConcreteFunction.Tipo de protobuf
tensorflow.SavedConcreteFunction
Métodos Públicos
SavedConcreteFunction.Builder | addAllBoundInputs (Iterable<? estende valores inteiros>) Bound inputs to the function. |
SavedConcreteFunction.Builder | addBoundInputs (valor interno) Bound inputs to the function. |
SavedConcreteFunction.Builder | addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto) |
FunçãoConcretoSalvo | construir () |
FunçãoConcretoSalvo | |
SavedConcreteFunction.Builder | claro () |
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 umof) |
SavedConcreteFunction.Builder | clearOutputSignature () Output that was the return value of this function after replacing all Tensors with TensorSpecs. |
SavedConcreteFunction.Builder | clonar () |
interno | getBoundInputs (índice interno) Bound inputs to the function. |
interno | getBoundInputsCount () Bound inputs to the function. |
Lista<Inteiro> | getBoundInputsList () Bound inputs to the function. |
Valor Estruturado | 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. |
FunçãoConcretoSalvo | |
final estático com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
Valor Estruturado | 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. |
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 final | |
SavedConcreteFunction.Builder | mergeCanonicalizedInputSignature (valor StructuredValue ) Input in canonicalized form that was received to create this concrete function. |
SavedConcreteFunction.Builder | mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SavedConcreteFunction.Builder | mergeFrom (com.google.protobuf.Message outro) |
SavedConcreteFunction.Builder | mergeOutputSignature (valor StructuredValue ) Output that was the return value of this function after replacing all Tensors with TensorSpecs. |
final SavedConcreteFunction.Builder | mesclarUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields) |
SavedConcreteFunction.Builder | setBoundInputs (índice int, valor int) Bound inputs to the function. |
SavedConcreteFunction.Builder | setCanonicalizedInputSignature ( StructuredValue.Builder construtorForValue) Input in canonicalized form that was received to create this concrete function. |
SavedConcreteFunction.Builder | setCanonicalizedInputSignature (valor StructuredValue ) Input in canonicalized form that was received to create this concrete function. |
SavedConcreteFunction.Builder | setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto) |
SavedConcreteFunction.Builder | setOutputSignature (valor StructuredValue ) Output that was the return value of this function after replacing all Tensors with TensorSpecs. |
SavedConcreteFunction.Builder | setOutputSignature ( StructuredValue.Builder construtorForValue) Output that was the return value of this function after replacing all Tensors with TensorSpecs. |
SavedConcreteFunction.Builder | setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto) |
final SavedConcreteFunction.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields) |
Métodos herdados
Métodos Públicos
public SavedConcreteFunction.Builder addAllBoundInputs (Iterable<? estende valores inteiros>)
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 do objeto)
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;
público SavedConcreteFunction.Builder clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
public SavedConcreteFunction.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
public 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 (í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<inteiro> 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;
final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()
público 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;
público booleano hasCanonicalizedInputSignature ()
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 extensionRegistry)
Lança
IOException |
---|
public 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;
final público SavedConcreteFunction.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields)
public 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;
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 (valor 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, valor do objeto)
public 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;
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;