public static final class SavedObjectGraphOuterClass.SavedConcreteFunction.Builder extends com.google.protobuf.GeneratedMessageV3.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
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3.Builder<SavedObjectGraphOuterClass.SavedConcreteFunction.Builder>
public SavedObjectGraphOuterClass.SavedConcreteFunction.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<SavedObjectGraphOuterClass.SavedConcreteFunction.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<SavedObjectGraphOuterClass.SavedConcreteFunction.Builder>
public SavedObjectGraphOuterClass.SavedConcreteFunction getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public SavedObjectGraphOuterClass.SavedConcreteFunction build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public SavedObjectGraphOuterClass.SavedConcreteFunction buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public SavedObjectGraphOuterClass.SavedConcreteFunction.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageV3.Builder<SavedObjectGraphOuterClass.SavedConcreteFunction.Builder>
public SavedObjectGraphOuterClass.SavedConcreteFunction.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField
in interface com.google.protobuf.Message.Builder
setField
in class com.google.protobuf.GeneratedMessageV3.Builder<SavedObjectGraphOuterClass.SavedConcreteFunction.Builder>
public SavedObjectGraphOuterClass.SavedConcreteFunction.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<SavedObjectGraphOuterClass.SavedConcreteFunction.Builder>
public SavedObjectGraphOuterClass.SavedConcreteFunction.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<SavedObjectGraphOuterClass.SavedConcreteFunction.Builder>
public SavedObjectGraphOuterClass.SavedConcreteFunction.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface com.google.protobuf.Message.Builder
setRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<SavedObjectGraphOuterClass.SavedConcreteFunction.Builder>
public SavedObjectGraphOuterClass.SavedConcreteFunction.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface com.google.protobuf.Message.Builder
addRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<SavedObjectGraphOuterClass.SavedConcreteFunction.Builder>
public SavedObjectGraphOuterClass.SavedConcreteFunction.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<SavedObjectGraphOuterClass.SavedConcreteFunction.Builder>
public SavedObjectGraphOuterClass.SavedConcreteFunction.Builder mergeFrom(SavedObjectGraphOuterClass.SavedConcreteFunction other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<SavedObjectGraphOuterClass.SavedConcreteFunction.Builder>
public SavedObjectGraphOuterClass.SavedConcreteFunction.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<SavedObjectGraphOuterClass.SavedConcreteFunction.Builder>
IOException
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;
getBoundInputsList
in interface SavedObjectGraphOuterClass.SavedConcreteFunctionOrBuilder
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;
getBoundInputsCount
in interface SavedObjectGraphOuterClass.SavedConcreteFunctionOrBuilder
public int getBoundInputs(int index)
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;
getBoundInputs
in interface SavedObjectGraphOuterClass.SavedConcreteFunctionOrBuilder
public SavedObjectGraphOuterClass.SavedConcreteFunction.Builder setBoundInputs(int index, int value)
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 SavedObjectGraphOuterClass.SavedConcreteFunction.Builder addBoundInputs(int value)
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 SavedObjectGraphOuterClass.SavedConcreteFunction.Builder addAllBoundInputs(Iterable<? extends Integer> values)
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 SavedObjectGraphOuterClass.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 boolean hasCanonicalizedInputSignature()
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
hasCanonicalizedInputSignature
in interface SavedObjectGraphOuterClass.SavedConcreteFunctionOrBuilder
public Struct.StructuredValue getCanonicalizedInputSignature()
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
getCanonicalizedInputSignature
in interface SavedObjectGraphOuterClass.SavedConcreteFunctionOrBuilder
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;
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;
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;
public SavedObjectGraphOuterClass.SavedConcreteFunction.Builder clearCanonicalizedInputSignature()
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
public Struct.StructuredValue.Builder getCanonicalizedInputSignatureBuilder()
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
public Struct.StructuredValueOrBuilder getCanonicalizedInputSignatureOrBuilder()
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
getCanonicalizedInputSignatureOrBuilder
in interface SavedObjectGraphOuterClass.SavedConcreteFunctionOrBuilder
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;
hasOutputSignature
in interface SavedObjectGraphOuterClass.SavedConcreteFunctionOrBuilder
public Struct.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;
getOutputSignature
in interface SavedObjectGraphOuterClass.SavedConcreteFunctionOrBuilder
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;
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;
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;
public SavedObjectGraphOuterClass.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 Struct.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 Struct.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;
getOutputSignatureOrBuilder
in interface SavedObjectGraphOuterClass.SavedConcreteFunctionOrBuilder
public final SavedObjectGraphOuterClass.SavedConcreteFunction.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<SavedObjectGraphOuterClass.SavedConcreteFunction.Builder>
public final SavedObjectGraphOuterClass.SavedConcreteFunction.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<SavedObjectGraphOuterClass.SavedConcreteFunction.Builder>
Copyright © 2015–2019. All rights reserved.