Class SavedObjectGraphOuterClass.SavedConcreteFunction.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<SavedObjectGraphOuterClass.SavedConcreteFunction.Builder>
com.google.protobuf.GeneratedMessage.Builder<SavedObjectGraphOuterClass.SavedConcreteFunction.Builder>
org.tensorflow.proto.SavedObjectGraphOuterClass.SavedConcreteFunction.Builder
- All Implemented Interfaces:
Message.Builder, MessageLite.Builder, MessageLiteOrBuilder, MessageOrBuilder, Cloneable, SavedObjectGraphOuterClass.SavedConcreteFunctionOrBuilder
- Enclosing class:
SavedObjectGraphOuterClass.SavedConcreteFunction
public static final class SavedObjectGraphOuterClass.SavedConcreteFunction.Builder
extends GeneratedMessage.Builder<SavedObjectGraphOuterClass.SavedConcreteFunction.Builder>
implements SavedObjectGraphOuterClass.SavedConcreteFunctionOrBuilder
Stores low-level information about a concrete function. Referenced in either a SavedFunction or a SavedBareConcreteFunction.Protobuf type
tensorflow.SavedConcreteFunction-
Method Summary
Modifier and TypeMethodDescriptionaddAllBoundInputs(Iterable<? extends Integer> values) repeated int32 bound_inputs = 2;addBoundInputs(int value) repeated int32 bound_inputs = 2;build()clear()repeated int32 bound_inputs = 2;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.intgetBoundInputs(int index) repeated int32 bound_inputs = 2;intrepeated int32 bound_inputs = 2;repeated int32 bound_inputs = 2;Input in canonicalized form that was received to create this concrete function.Input in canonicalized form that was received to create this concrete function.Input in canonicalized form that was received to create this concrete function.static final Descriptors.DescriptorOutput that was the return value of this function after replacing all Tensors with TensorSpecs.Output that was the return value of this function after replacing all Tensors with TensorSpecs.Output that was the return value of this function after replacing all Tensors with TensorSpecs.booleanInput in canonicalized form that was received to create this concrete function.booleanOutput that was the return value of this function after replacing all Tensors with TensorSpecs.protected GeneratedMessage.FieldAccessorTablefinal booleanInput in canonicalized form that was received to create this concrete function.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) Output that was the return value of this function after replacing all Tensors with TensorSpecs.setBoundInputs(int index, int value) repeated int32 bound_inputs = 2;Input in canonicalized form that was received to create this concrete function.setCanonicalizedInputSignature(Struct.StructuredValue.Builder builderForValue) 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.setOutputSignature(Struct.StructuredValue.Builder builderForValue) Output that was the return value of this function after replacing all Tensors with TensorSpecs.Methods inherited from class GeneratedMessage.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3Methods inherited from class AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Message.Builder
mergeDelimitedFrom, mergeDelimitedFrom
-
Method Details
-
getDescriptor
-
internalGetFieldAccessorTable
-
clear
- Specified by:
clearin interfaceMessage.Builder- Specified by:
clearin interfaceMessageLite.Builder- Overrides:
clearin classGeneratedMessage.Builder<SavedObjectGraphOuterClass.SavedConcreteFunction.Builder>
-
getDescriptorForType
- Specified by:
getDescriptorForTypein interfaceMessage.Builder- Specified by:
getDescriptorForTypein interfaceMessageOrBuilder- Overrides:
getDescriptorForTypein classGeneratedMessage.Builder<SavedObjectGraphOuterClass.SavedConcreteFunction.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfaceMessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfaceMessageOrBuilder
-
build
- Specified by:
buildin interfaceMessage.Builder- Specified by:
buildin interfaceMessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfaceMessage.Builder- Specified by:
buildPartialin interfaceMessageLite.Builder
-
mergeFrom
- Specified by:
mergeFromin interfaceMessage.Builder- Overrides:
mergeFromin classAbstractMessage.Builder<SavedObjectGraphOuterClass.SavedConcreteFunction.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfaceMessageLiteOrBuilder- Overrides:
isInitializedin classGeneratedMessage.Builder<SavedObjectGraphOuterClass.SavedConcreteFunction.Builder>
-
mergeFrom
public SavedObjectGraphOuterClass.SavedConcreteFunction.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfaceMessage.Builder- Specified by:
mergeFromin interfaceMessageLite.Builder- Overrides:
mergeFromin classAbstractMessage.Builder<SavedObjectGraphOuterClass.SavedConcreteFunction.Builder>- Throws:
IOException
-
getBoundInputsList
repeated int32 bound_inputs = 2;- Specified by:
getBoundInputsListin interfaceSavedObjectGraphOuterClass.SavedConcreteFunctionOrBuilder- Returns:
- A list containing the boundInputs.
-
getBoundInputsCount
public int getBoundInputsCount()repeated int32 bound_inputs = 2;- Specified by:
getBoundInputsCountin interfaceSavedObjectGraphOuterClass.SavedConcreteFunctionOrBuilder- Returns:
- The count of boundInputs.
-
getBoundInputs
public int getBoundInputs(int index) repeated int32 bound_inputs = 2;- Specified by:
getBoundInputsin interfaceSavedObjectGraphOuterClass.SavedConcreteFunctionOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The boundInputs at the given index.
-
setBoundInputs
public SavedObjectGraphOuterClass.SavedConcreteFunction.Builder setBoundInputs(int index, int value) repeated int32 bound_inputs = 2;- Parameters:
index- The index to set the value at.value- The boundInputs to set.- Returns:
- This builder for chaining.
-
addBoundInputs
repeated int32 bound_inputs = 2;- Parameters:
value- The boundInputs to add.- Returns:
- This builder for chaining.
-
addAllBoundInputs
public SavedObjectGraphOuterClass.SavedConcreteFunction.Builder addAllBoundInputs(Iterable<? extends Integer> values) repeated int32 bound_inputs = 2;- Parameters:
values- The boundInputs to add.- Returns:
- This builder for chaining.
-
clearBoundInputs
repeated int32 bound_inputs = 2;- Returns:
- This builder for chaining.
-
hasCanonicalizedInputSignature
public boolean hasCanonicalizedInputSignature()Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;- Specified by:
hasCanonicalizedInputSignaturein interfaceSavedObjectGraphOuterClass.SavedConcreteFunctionOrBuilder- Returns:
- Whether the canonicalizedInputSignature field is set.
-
getCanonicalizedInputSignature
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;- Specified by:
getCanonicalizedInputSignaturein interfaceSavedObjectGraphOuterClass.SavedConcreteFunctionOrBuilder- Returns:
- The canonicalizedInputSignature.
-
setCanonicalizedInputSignature
public SavedObjectGraphOuterClass.SavedConcreteFunction.Builder setCanonicalizedInputSignature(Struct.StructuredValue value) Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3; -
setCanonicalizedInputSignature
public SavedObjectGraphOuterClass.SavedConcreteFunction.Builder setCanonicalizedInputSignature(Struct.StructuredValue.Builder builderForValue) Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3; -
mergeCanonicalizedInputSignature
public SavedObjectGraphOuterClass.SavedConcreteFunction.Builder mergeCanonicalizedInputSignature(Struct.StructuredValue value) Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3; -
clearCanonicalizedInputSignature
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3; -
getCanonicalizedInputSignatureBuilder
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3; -
getCanonicalizedInputSignatureOrBuilder
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;- Specified by:
getCanonicalizedInputSignatureOrBuilderin interfaceSavedObjectGraphOuterClass.SavedConcreteFunctionOrBuilder
-
hasOutputSignature
public boolean 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;- Specified by:
hasOutputSignaturein interfaceSavedObjectGraphOuterClass.SavedConcreteFunctionOrBuilder- Returns:
- Whether the outputSignature field is set.
-
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;- Specified by:
getOutputSignaturein interfaceSavedObjectGraphOuterClass.SavedConcreteFunctionOrBuilder- Returns:
- The outputSignature.
-
setOutputSignature
public SavedObjectGraphOuterClass.SavedConcreteFunction.Builder setOutputSignature(Struct.StructuredValue value) 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; -
setOutputSignature
public SavedObjectGraphOuterClass.SavedConcreteFunction.Builder setOutputSignature(Struct.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; -
mergeOutputSignature
public SavedObjectGraphOuterClass.SavedConcreteFunction.Builder mergeOutputSignature(Struct.StructuredValue value) 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; -
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; -
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; -
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;- Specified by:
getOutputSignatureOrBuilderin interfaceSavedObjectGraphOuterClass.SavedConcreteFunctionOrBuilder
-