SavedConcreteFunction.Builder

публичный статический конечный класс 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<? расширяет целочисленные значения>)
 Bound inputs to the function.
SavedConcreteFunction.Builder
addBoundInputs (целое значение)
 Bound inputs to the function.
SavedConcreteFunction.Builder
addRepeatedField (поле com.google.protobuf.Descriptors.FieldDescriptor, значение объекта)
СохраненнаяКонкретнаяФункция
СохраненнаяКонкретнаяФункция
SavedConcreteFunction.Builder
SavedConcreteFunction.Builder
Очиститьбаундинпутс ()
 Bound inputs to the function.
SavedConcreteFunction.Builder
очиститьCanonicalizedInputSignature ()
 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
ОчиститьВыходнуюСигнатуру ()
 Output that was the return value of this function after replacing all
 Tensors with TensorSpecs.
SavedConcreteFunction.Builder
интервал
getBoundInputs (индекс целого числа)
 Bound inputs to the function.
интервал
getBoundInputsCount ()
 Bound inputs to the function.
Список<Целое число>
getBoundInputsList ()
 Bound inputs to the function.
Структурированное значение
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.
Структурированное значениеорбилдер
getCanonicalizedInputSignatureOrBuilder ()
 Input in canonicalized form that was received to create this concrete
 function.
СохраненнаяКонкретнаяФункция
окончательный статический com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
Структурированное значение
получитьВыходнуюподпись ()
 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.
Структурированное значениеорбилдер
getOutputSignatureOrBuilder ()
 Output that was the return value of this function after replacing all
 Tensors with TensorSpecs.
логическое значение
имеетCanonicalizedInputSignature ()
 Input in canonicalized form that was received to create this concrete
 function.
логическое значение
имеетВыходнуюподпись ()
 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 другое)
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, значение объекта)
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, значение объекта)
окончательный SavedConcreteFunction.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

Унаследованные методы

Публичные методы

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

public SavedConcreteFunction.Builder addBoundInputs (целое значение)

 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 (поле com.google.protobuf.Descriptors.FieldDescriptor, значение объекта)

общедоступная сборка SavedConcreteFunction ()

общественная SavedConcreteFunction buildPartial ()

public SavedConcreteFunction.Builder очистить ()

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 (поле 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;

общедоступный клон SavedConcreteFunction.Builder ()

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

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;

общедоступный список<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;

общественная SavedConcreteFunction getDefaultInstanceForType ()

общедоступный статический окончательный com.google.protobuf.Descriptors.Descriptor getDescriptor ()

общедоступный com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

общедоступное структурированное значение 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;

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;

общедоступное логическое значение hasCanonicalizedInputSignature ()

 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 ()

public SavedConcreteFunction.Builder mergeCanonicalizedInputSignature (значение StructuredValue )

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

public SavedConcreteFunction.Builder mergeFrom (вход com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Броски
Исключение IO

public SavedConcreteFunction.Builder mergeFrom (com.google.protobuf.Message другое)

public 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)

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

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 (значение 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, значение объекта)

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

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 (поле com.google.protobuf.Descriptors.FieldDescriptor, индекс int, значение объекта)

публичный финал SavedConcreteFunction.Builder setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)