SavedConcreteFunction.Builder

publiczna statyczna klasa końcowa SavedConcreteFunction.Builder

 Stores low-level information about a concrete function. Referenced in either
 a SavedFunction or a SavedBareConcreteFunction.
 
Protobuf typu tensorflow.SavedConcreteFunction

Metody publiczne

SavedConcreteFunction.Builder
addAllBoundInputs (Iterable<? rozszerza wartości Integer>)
 Bound inputs to the function.
SavedConcreteFunction.Builder
addBoundInputs (wartość int)
 Bound inputs to the function.
SavedConcreteFunction.Builder
addRepeatedField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu)
Funkcja SavedConcrete
Funkcja SavedConcrete
SavedConcreteFunction.Builder
jasne ()
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 (pole 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
klon ()
wew
getBoundInputs (indeks int)
 Bound inputs to the function.
wew
getBoundInputsCount ()
 Bound inputs to the function.
Lista<liczba całkowita>
getBoundInputsList ()
 Bound inputs to the function.
Wartość strukturalna
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.
Funkcja SavedConcrete
końcowy statyczny com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
Wartość strukturalna
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.
wartość logiczna
maCanonicalizedInputSignature ()
 Input in canonicalized form that was received to create this concrete
 function.
wartość logiczna
maOutputSignature ()
 Output that was the return value of this function after replacing all
 Tensors with TensorSpecs.
końcowa wartość logiczna
SavedConcreteFunction.Builder
mergeCanonicalizedInputSignature (wartość StructuredValue )
 Input in canonicalized form that was received to create this concrete
 function.
SavedConcreteFunction.Builder
mergeFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
SavedConcreteFunction.Builder
mergeFrom (com.google.protobuf.Wiadomość inna)
SavedConcreteFunction.Builder
mergeOutputSignature (wartość StructuredValue )
 Output that was the return value of this function after replacing all
 Tensors with TensorSpecs.
końcowy SavedConcreteFunction.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldUstaw nieznane pola)
SavedConcreteFunction.Builder
setBoundInputs (indeks int, wartość 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 (wartość StructuredValue )
 Input in canonicalized form that was received to create this concrete
 function.
SavedConcreteFunction.Builder
setField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu)
SavedConcreteFunction.Builder
setOutputSignature (wartość 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 (pole com.google.protobuf.Descriptors.FieldDescriptor, indeks int, wartość obiektu)
końcowy SavedConcreteFunction.Builder
setUnknownFields (com.google.protobuf.UnknownFieldUstaw nieznane pola)

Metody dziedziczone

Metody publiczne

public SavedConcreteFunction.Builder addAllBoundInputs (wartości Iterable<? rozszerza 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;

public SavedConcreteFunction.Builder addBoundInputs (wartość 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 (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu)

publiczna kompilacja SavedConcreteFunction ()

public SavedConcreteFunction buildPartial ()

publiczny SavedConcreteFunction.Builder wyczyść ()

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 (pole 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;

publiczny klon SavedConcreteFunction.Builder ()

public int getBoundInputs (indeks 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;

publiczna SavedConcreteFunction getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

publiczny 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;

publiczny 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;

publiczna wartość logiczna maCanonicalizedInputSignature ()

 Input in canonicalized form that was received to create this concrete
 function.
 
.tensorflow.StructuredValue canonicalized_input_signature = 3;

publiczna wartość logiczna maOutputSignature ()

 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;

publiczna końcowa wartość logiczna isInitialized ()

public SavedConcreteFunction.Builder mergeCanonicalizedInputSignature (wartość StructuredValue )

 Input in canonicalized form that was received to create this concrete
 function.
 
.tensorflow.StructuredValue canonicalized_input_signature = 3;

public SavedConcreteFunction.Builder mergeFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)

Rzuca
Wyjątek IO

public SavedConcreteFunction.Builder mergeFrom (com.google.protobuf.Message other)

public SavedConcreteFunction.Builder mergeOutputSignature (wartość 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;

publiczny finał SavedConcreteFunction.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

public SavedConcreteFunction.Builder setBoundInputs (indeks int, wartość 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 (wartość StructuredValue )

 Input in canonicalized form that was received to create this concrete
 function.
 
.tensorflow.StructuredValue canonicalized_input_signature = 3;

public SavedConcreteFunction.Builder setField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu)

public SavedConcreteFunction.Builder setOutputSignature (wartość 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;

public SavedConcreteFunction.Builder setRepeatedField (pole com.google.protobuf.Descriptors.FieldDescriptor, indeks int, wartość obiektu)

publiczny finał SavedConcreteFunction.Builder setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)