Class OpDef.ArgDef.Builder

All Implemented Interfaces:
Message.Builder, MessageLite.Builder, MessageLiteOrBuilder, MessageOrBuilder, Cloneable, OpDef.ArgDefOrBuilder
Enclosing class:
OpDef.ArgDef

public static final class OpDef.ArgDef.Builder extends GeneratedMessageV3.Builder<OpDef.ArgDef.Builder> implements OpDef.ArgDefOrBuilder
For describing inputs and outputs.
Protobuf type tensorflow.OpDef.ArgDef
  • Method Details

    • getDescriptor

      public static final Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class GeneratedMessageV3.Builder<OpDef.ArgDef.Builder>
    • clear

      public OpDef.ArgDef.Builder clear()
      Specified by:
      clear in interface Message.Builder
      Specified by:
      clear in interface MessageLite.Builder
      Overrides:
      clear in class GeneratedMessageV3.Builder<OpDef.ArgDef.Builder>
    • getDescriptorForType

      public Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface Message.Builder
      Specified by:
      getDescriptorForType in interface MessageOrBuilder
      Overrides:
      getDescriptorForType in class GeneratedMessageV3.Builder<OpDef.ArgDef.Builder>
    • getDefaultInstanceForType

      public OpDef.ArgDef getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface MessageOrBuilder
    • build

      public OpDef.ArgDef build()
      Specified by:
      build in interface Message.Builder
      Specified by:
      build in interface MessageLite.Builder
    • buildPartial

      public OpDef.ArgDef buildPartial()
      Specified by:
      buildPartial in interface Message.Builder
      Specified by:
      buildPartial in interface MessageLite.Builder
    • clone

      public OpDef.ArgDef.Builder clone()
      Specified by:
      clone in interface Message.Builder
      Specified by:
      clone in interface MessageLite.Builder
      Overrides:
      clone in class GeneratedMessageV3.Builder<OpDef.ArgDef.Builder>
    • setField

      public OpDef.ArgDef.Builder setField(Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface Message.Builder
      Overrides:
      setField in class GeneratedMessageV3.Builder<OpDef.ArgDef.Builder>
    • clearField

      Specified by:
      clearField in interface Message.Builder
      Overrides:
      clearField in class GeneratedMessageV3.Builder<OpDef.ArgDef.Builder>
    • clearOneof

      Specified by:
      clearOneof in interface Message.Builder
      Overrides:
      clearOneof in class GeneratedMessageV3.Builder<OpDef.ArgDef.Builder>
    • setRepeatedField

      public OpDef.ArgDef.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface Message.Builder
      Overrides:
      setRepeatedField in class GeneratedMessageV3.Builder<OpDef.ArgDef.Builder>
    • addRepeatedField

      public OpDef.ArgDef.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface Message.Builder
      Overrides:
      addRepeatedField in class GeneratedMessageV3.Builder<OpDef.ArgDef.Builder>
    • mergeFrom

      public OpDef.ArgDef.Builder mergeFrom(Message other)
      Specified by:
      mergeFrom in interface Message.Builder
      Overrides:
      mergeFrom in class AbstractMessage.Builder<OpDef.ArgDef.Builder>
    • mergeFrom

      public OpDef.ArgDef.Builder mergeFrom(OpDef.ArgDef other)
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface MessageLiteOrBuilder
      Overrides:
      isInitialized in class GeneratedMessageV3.Builder<OpDef.ArgDef.Builder>
    • mergeFrom

      public OpDef.ArgDef.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface Message.Builder
      Specified by:
      mergeFrom in interface MessageLite.Builder
      Overrides:
      mergeFrom in class AbstractMessage.Builder<OpDef.ArgDef.Builder>
      Throws:
      IOException
    • getName

      public String getName()
      Name for the input/output.  Should match the regexp "[a-z][a-z0-9_]*".
      
      string name = 1;
      Specified by:
      getName in interface OpDef.ArgDefOrBuilder
      Returns:
      The name.
    • getNameBytes

      public ByteString getNameBytes()
      Name for the input/output.  Should match the regexp "[a-z][a-z0-9_]*".
      
      string name = 1;
      Specified by:
      getNameBytes in interface OpDef.ArgDefOrBuilder
      Returns:
      The bytes for name.
    • setName

      public OpDef.ArgDef.Builder setName(String value)
      Name for the input/output.  Should match the regexp "[a-z][a-z0-9_]*".
      
      string name = 1;
      Parameters:
      value - The name to set.
      Returns:
      This builder for chaining.
    • clearName

      public OpDef.ArgDef.Builder clearName()
      Name for the input/output.  Should match the regexp "[a-z][a-z0-9_]*".
      
      string name = 1;
      Returns:
      This builder for chaining.
    • setNameBytes

      public OpDef.ArgDef.Builder setNameBytes(ByteString value)
      Name for the input/output.  Should match the regexp "[a-z][a-z0-9_]*".
      
      string name = 1;
      Parameters:
      value - The bytes for name to set.
      Returns:
      This builder for chaining.
    • getDescription

      public String getDescription()
      Human readable description.
      
      string description = 2;
      Specified by:
      getDescription in interface OpDef.ArgDefOrBuilder
      Returns:
      The description.
    • getDescriptionBytes

      public ByteString getDescriptionBytes()
      Human readable description.
      
      string description = 2;
      Specified by:
      getDescriptionBytes in interface OpDef.ArgDefOrBuilder
      Returns:
      The bytes for description.
    • setDescription

      public OpDef.ArgDef.Builder setDescription(String value)
      Human readable description.
      
      string description = 2;
      Parameters:
      value - The description to set.
      Returns:
      This builder for chaining.
    • clearDescription

      public OpDef.ArgDef.Builder clearDescription()
      Human readable description.
      
      string description = 2;
      Returns:
      This builder for chaining.
    • setDescriptionBytes

      public OpDef.ArgDef.Builder setDescriptionBytes(ByteString value)
      Human readable description.
      
      string description = 2;
      Parameters:
      value - The bytes for description to set.
      Returns:
      This builder for chaining.
    • getTypeValue

      public int getTypeValue()
      Describes the type of one or more tensors that are accepted/produced
      by this input/output arg.  The only legal combinations are:
      * For a single tensor: either the "type" field is set or the
        "type_attr" field is set to the name of an attr with type "type".
      * For a sequence of tensors with the same type: the "number_attr"
        field will be set to the name of an attr with type "int", and
        either the "type" or "type_attr" field will be set as for
        single tensors.
      * For a sequence of tensors, the "type_list_attr" field will be set
        to the name of an attr with type "list(type)".
      
      .tensorflow.DataType type = 3;
      Specified by:
      getTypeValue in interface OpDef.ArgDefOrBuilder
      Returns:
      The enum numeric value on the wire for type.
    • setTypeValue

      public OpDef.ArgDef.Builder setTypeValue(int value)
      Describes the type of one or more tensors that are accepted/produced
      by this input/output arg.  The only legal combinations are:
      * For a single tensor: either the "type" field is set or the
        "type_attr" field is set to the name of an attr with type "type".
      * For a sequence of tensors with the same type: the "number_attr"
        field will be set to the name of an attr with type "int", and
        either the "type" or "type_attr" field will be set as for
        single tensors.
      * For a sequence of tensors, the "type_list_attr" field will be set
        to the name of an attr with type "list(type)".
      
      .tensorflow.DataType type = 3;
      Parameters:
      value - The enum numeric value on the wire for type to set.
      Returns:
      This builder for chaining.
    • getType

      public DataType getType()
      Describes the type of one or more tensors that are accepted/produced
      by this input/output arg.  The only legal combinations are:
      * For a single tensor: either the "type" field is set or the
        "type_attr" field is set to the name of an attr with type "type".
      * For a sequence of tensors with the same type: the "number_attr"
        field will be set to the name of an attr with type "int", and
        either the "type" or "type_attr" field will be set as for
        single tensors.
      * For a sequence of tensors, the "type_list_attr" field will be set
        to the name of an attr with type "list(type)".
      
      .tensorflow.DataType type = 3;
      Specified by:
      getType in interface OpDef.ArgDefOrBuilder
      Returns:
      The type.
    • setType

      public OpDef.ArgDef.Builder setType(DataType value)
      Describes the type of one or more tensors that are accepted/produced
      by this input/output arg.  The only legal combinations are:
      * For a single tensor: either the "type" field is set or the
        "type_attr" field is set to the name of an attr with type "type".
      * For a sequence of tensors with the same type: the "number_attr"
        field will be set to the name of an attr with type "int", and
        either the "type" or "type_attr" field will be set as for
        single tensors.
      * For a sequence of tensors, the "type_list_attr" field will be set
        to the name of an attr with type "list(type)".
      
      .tensorflow.DataType type = 3;
      Parameters:
      value - The type to set.
      Returns:
      This builder for chaining.
    • clearType

      public OpDef.ArgDef.Builder clearType()
      Describes the type of one or more tensors that are accepted/produced
      by this input/output arg.  The only legal combinations are:
      * For a single tensor: either the "type" field is set or the
        "type_attr" field is set to the name of an attr with type "type".
      * For a sequence of tensors with the same type: the "number_attr"
        field will be set to the name of an attr with type "int", and
        either the "type" or "type_attr" field will be set as for
        single tensors.
      * For a sequence of tensors, the "type_list_attr" field will be set
        to the name of an attr with type "list(type)".
      
      .tensorflow.DataType type = 3;
      Returns:
      This builder for chaining.
    • getTypeAttr

      public String getTypeAttr()
      if specified, attr must have type "type"
      
      string type_attr = 4;
      Specified by:
      getTypeAttr in interface OpDef.ArgDefOrBuilder
      Returns:
      The typeAttr.
    • getTypeAttrBytes

      public ByteString getTypeAttrBytes()
      if specified, attr must have type "type"
      
      string type_attr = 4;
      Specified by:
      getTypeAttrBytes in interface OpDef.ArgDefOrBuilder
      Returns:
      The bytes for typeAttr.
    • setTypeAttr

      public OpDef.ArgDef.Builder setTypeAttr(String value)
      if specified, attr must have type "type"
      
      string type_attr = 4;
      Parameters:
      value - The typeAttr to set.
      Returns:
      This builder for chaining.
    • clearTypeAttr

      public OpDef.ArgDef.Builder clearTypeAttr()
      if specified, attr must have type "type"
      
      string type_attr = 4;
      Returns:
      This builder for chaining.
    • setTypeAttrBytes

      public OpDef.ArgDef.Builder setTypeAttrBytes(ByteString value)
      if specified, attr must have type "type"
      
      string type_attr = 4;
      Parameters:
      value - The bytes for typeAttr to set.
      Returns:
      This builder for chaining.
    • getNumberAttr

      public String getNumberAttr()
      if specified, attr must have type "int"
      
      string number_attr = 5;
      Specified by:
      getNumberAttr in interface OpDef.ArgDefOrBuilder
      Returns:
      The numberAttr.
    • getNumberAttrBytes

      public ByteString getNumberAttrBytes()
      if specified, attr must have type "int"
      
      string number_attr = 5;
      Specified by:
      getNumberAttrBytes in interface OpDef.ArgDefOrBuilder
      Returns:
      The bytes for numberAttr.
    • setNumberAttr

      public OpDef.ArgDef.Builder setNumberAttr(String value)
      if specified, attr must have type "int"
      
      string number_attr = 5;
      Parameters:
      value - The numberAttr to set.
      Returns:
      This builder for chaining.
    • clearNumberAttr

      public OpDef.ArgDef.Builder clearNumberAttr()
      if specified, attr must have type "int"
      
      string number_attr = 5;
      Returns:
      This builder for chaining.
    • setNumberAttrBytes

      public OpDef.ArgDef.Builder setNumberAttrBytes(ByteString value)
      if specified, attr must have type "int"
      
      string number_attr = 5;
      Parameters:
      value - The bytes for numberAttr to set.
      Returns:
      This builder for chaining.
    • getTypeListAttr

      public String getTypeListAttr()
      If specified, attr must have type "list(type)", and none of
      type, type_attr, and number_attr may be specified.
      
      string type_list_attr = 6;
      Specified by:
      getTypeListAttr in interface OpDef.ArgDefOrBuilder
      Returns:
      The typeListAttr.
    • getTypeListAttrBytes

      public ByteString getTypeListAttrBytes()
      If specified, attr must have type "list(type)", and none of
      type, type_attr, and number_attr may be specified.
      
      string type_list_attr = 6;
      Specified by:
      getTypeListAttrBytes in interface OpDef.ArgDefOrBuilder
      Returns:
      The bytes for typeListAttr.
    • setTypeListAttr

      public OpDef.ArgDef.Builder setTypeListAttr(String value)
      If specified, attr must have type "list(type)", and none of
      type, type_attr, and number_attr may be specified.
      
      string type_list_attr = 6;
      Parameters:
      value - The typeListAttr to set.
      Returns:
      This builder for chaining.
    • clearTypeListAttr

      public OpDef.ArgDef.Builder clearTypeListAttr()
      If specified, attr must have type "list(type)", and none of
      type, type_attr, and number_attr may be specified.
      
      string type_list_attr = 6;
      Returns:
      This builder for chaining.
    • setTypeListAttrBytes

      public OpDef.ArgDef.Builder setTypeListAttrBytes(ByteString value)
      If specified, attr must have type "list(type)", and none of
      type, type_attr, and number_attr may be specified.
      
      string type_list_attr = 6;
      Parameters:
      value - The bytes for typeListAttr to set.
      Returns:
      This builder for chaining.
    • getHandleDataList

      public List<ResourceHandleProto.DtypeAndShape> getHandleDataList()
      The handle data for resource inputs.
      
      repeated .tensorflow.ResourceHandleProto.DtypeAndShape handle_data = 7;
      Specified by:
      getHandleDataList in interface OpDef.ArgDefOrBuilder
    • getHandleDataCount

      public int getHandleDataCount()
      The handle data for resource inputs.
      
      repeated .tensorflow.ResourceHandleProto.DtypeAndShape handle_data = 7;
      Specified by:
      getHandleDataCount in interface OpDef.ArgDefOrBuilder
    • getHandleData

      public ResourceHandleProto.DtypeAndShape getHandleData(int index)
      The handle data for resource inputs.
      
      repeated .tensorflow.ResourceHandleProto.DtypeAndShape handle_data = 7;
      Specified by:
      getHandleData in interface OpDef.ArgDefOrBuilder
    • setHandleData

      public OpDef.ArgDef.Builder setHandleData(int index, ResourceHandleProto.DtypeAndShape value)
      The handle data for resource inputs.
      
      repeated .tensorflow.ResourceHandleProto.DtypeAndShape handle_data = 7;
    • setHandleData

      public OpDef.ArgDef.Builder setHandleData(int index, ResourceHandleProto.DtypeAndShape.Builder builderForValue)
      The handle data for resource inputs.
      
      repeated .tensorflow.ResourceHandleProto.DtypeAndShape handle_data = 7;
    • addHandleData

      The handle data for resource inputs.
      
      repeated .tensorflow.ResourceHandleProto.DtypeAndShape handle_data = 7;
    • addHandleData

      public OpDef.ArgDef.Builder addHandleData(int index, ResourceHandleProto.DtypeAndShape value)
      The handle data for resource inputs.
      
      repeated .tensorflow.ResourceHandleProto.DtypeAndShape handle_data = 7;
    • addHandleData

      public OpDef.ArgDef.Builder addHandleData(ResourceHandleProto.DtypeAndShape.Builder builderForValue)
      The handle data for resource inputs.
      
      repeated .tensorflow.ResourceHandleProto.DtypeAndShape handle_data = 7;
    • addHandleData

      public OpDef.ArgDef.Builder addHandleData(int index, ResourceHandleProto.DtypeAndShape.Builder builderForValue)
      The handle data for resource inputs.
      
      repeated .tensorflow.ResourceHandleProto.DtypeAndShape handle_data = 7;
    • addAllHandleData

      public OpDef.ArgDef.Builder addAllHandleData(Iterable<? extends ResourceHandleProto.DtypeAndShape> values)
      The handle data for resource inputs.
      
      repeated .tensorflow.ResourceHandleProto.DtypeAndShape handle_data = 7;
    • clearHandleData

      public OpDef.ArgDef.Builder clearHandleData()
      The handle data for resource inputs.
      
      repeated .tensorflow.ResourceHandleProto.DtypeAndShape handle_data = 7;
    • removeHandleData

      public OpDef.ArgDef.Builder removeHandleData(int index)
      The handle data for resource inputs.
      
      repeated .tensorflow.ResourceHandleProto.DtypeAndShape handle_data = 7;
    • getHandleDataBuilder

      public ResourceHandleProto.DtypeAndShape.Builder getHandleDataBuilder(int index)
      The handle data for resource inputs.
      
      repeated .tensorflow.ResourceHandleProto.DtypeAndShape handle_data = 7;
    • getHandleDataOrBuilder

      public ResourceHandleProto.DtypeAndShapeOrBuilder getHandleDataOrBuilder(int index)
      The handle data for resource inputs.
      
      repeated .tensorflow.ResourceHandleProto.DtypeAndShape handle_data = 7;
      Specified by:
      getHandleDataOrBuilder in interface OpDef.ArgDefOrBuilder
    • getHandleDataOrBuilderList

      public List<? extends ResourceHandleProto.DtypeAndShapeOrBuilder> getHandleDataOrBuilderList()
      The handle data for resource inputs.
      
      repeated .tensorflow.ResourceHandleProto.DtypeAndShape handle_data = 7;
      Specified by:
      getHandleDataOrBuilderList in interface OpDef.ArgDefOrBuilder
    • addHandleDataBuilder

      public ResourceHandleProto.DtypeAndShape.Builder addHandleDataBuilder()
      The handle data for resource inputs.
      
      repeated .tensorflow.ResourceHandleProto.DtypeAndShape handle_data = 7;
    • addHandleDataBuilder

      public ResourceHandleProto.DtypeAndShape.Builder addHandleDataBuilder(int index)
      The handle data for resource inputs.
      
      repeated .tensorflow.ResourceHandleProto.DtypeAndShape handle_data = 7;
    • getHandleDataBuilderList

      public List<ResourceHandleProto.DtypeAndShape.Builder> getHandleDataBuilderList()
      The handle data for resource inputs.
      
      repeated .tensorflow.ResourceHandleProto.DtypeAndShape handle_data = 7;
    • getIsRef

      public boolean getIsRef()
      For inputs: if true, the inputs are required to be refs.
        By default, inputs can be either refs or non-refs.
      For outputs: if true, outputs are refs, otherwise they are not.
      
      bool is_ref = 16;
      Specified by:
      getIsRef in interface OpDef.ArgDefOrBuilder
      Returns:
      The isRef.
    • setIsRef

      public OpDef.ArgDef.Builder setIsRef(boolean value)
      For inputs: if true, the inputs are required to be refs.
        By default, inputs can be either refs or non-refs.
      For outputs: if true, outputs are refs, otherwise they are not.
      
      bool is_ref = 16;
      Parameters:
      value - The isRef to set.
      Returns:
      This builder for chaining.
    • clearIsRef

      public OpDef.ArgDef.Builder clearIsRef()
      For inputs: if true, the inputs are required to be refs.
        By default, inputs can be either refs or non-refs.
      For outputs: if true, outputs are refs, otherwise they are not.
      
      bool is_ref = 16;
      Returns:
      This builder for chaining.
    • hasExperimentalFullType

      public boolean hasExperimentalFullType()
      Experimental. Full type declaration for this argument.
      The full type specification combines type, type_attr, type_list_attr,
      etc. into a unified representation.
      This declaration may contain non-concrete types (for example,
      Tensor<TypeVar<'T'>> is a valid type declaration.
      Note: this is a transient field. The long-term aim is to represent the
      entire OpDef as a single type: a callable. In that context, this field is
      just the type of a single argument.
      
      .tensorflow.FullTypeDef experimental_full_type = 17;
      Specified by:
      hasExperimentalFullType in interface OpDef.ArgDefOrBuilder
      Returns:
      Whether the experimentalFullType field is set.
    • getExperimentalFullType

      public FullTypeDef getExperimentalFullType()
      Experimental. Full type declaration for this argument.
      The full type specification combines type, type_attr, type_list_attr,
      etc. into a unified representation.
      This declaration may contain non-concrete types (for example,
      Tensor<TypeVar<'T'>> is a valid type declaration.
      Note: this is a transient field. The long-term aim is to represent the
      entire OpDef as a single type: a callable. In that context, this field is
      just the type of a single argument.
      
      .tensorflow.FullTypeDef experimental_full_type = 17;
      Specified by:
      getExperimentalFullType in interface OpDef.ArgDefOrBuilder
      Returns:
      The experimentalFullType.
    • setExperimentalFullType

      public OpDef.ArgDef.Builder setExperimentalFullType(FullTypeDef value)
      Experimental. Full type declaration for this argument.
      The full type specification combines type, type_attr, type_list_attr,
      etc. into a unified representation.
      This declaration may contain non-concrete types (for example,
      Tensor<TypeVar<'T'>> is a valid type declaration.
      Note: this is a transient field. The long-term aim is to represent the
      entire OpDef as a single type: a callable. In that context, this field is
      just the type of a single argument.
      
      .tensorflow.FullTypeDef experimental_full_type = 17;
    • setExperimentalFullType

      public OpDef.ArgDef.Builder setExperimentalFullType(FullTypeDef.Builder builderForValue)
      Experimental. Full type declaration for this argument.
      The full type specification combines type, type_attr, type_list_attr,
      etc. into a unified representation.
      This declaration may contain non-concrete types (for example,
      Tensor<TypeVar<'T'>> is a valid type declaration.
      Note: this is a transient field. The long-term aim is to represent the
      entire OpDef as a single type: a callable. In that context, this field is
      just the type of a single argument.
      
      .tensorflow.FullTypeDef experimental_full_type = 17;
    • mergeExperimentalFullType

      public OpDef.ArgDef.Builder mergeExperimentalFullType(FullTypeDef value)
      Experimental. Full type declaration for this argument.
      The full type specification combines type, type_attr, type_list_attr,
      etc. into a unified representation.
      This declaration may contain non-concrete types (for example,
      Tensor<TypeVar<'T'>> is a valid type declaration.
      Note: this is a transient field. The long-term aim is to represent the
      entire OpDef as a single type: a callable. In that context, this field is
      just the type of a single argument.
      
      .tensorflow.FullTypeDef experimental_full_type = 17;
    • clearExperimentalFullType

      public OpDef.ArgDef.Builder clearExperimentalFullType()
      Experimental. Full type declaration for this argument.
      The full type specification combines type, type_attr, type_list_attr,
      etc. into a unified representation.
      This declaration may contain non-concrete types (for example,
      Tensor<TypeVar<'T'>> is a valid type declaration.
      Note: this is a transient field. The long-term aim is to represent the
      entire OpDef as a single type: a callable. In that context, this field is
      just the type of a single argument.
      
      .tensorflow.FullTypeDef experimental_full_type = 17;
    • getExperimentalFullTypeBuilder

      public FullTypeDef.Builder getExperimentalFullTypeBuilder()
      Experimental. Full type declaration for this argument.
      The full type specification combines type, type_attr, type_list_attr,
      etc. into a unified representation.
      This declaration may contain non-concrete types (for example,
      Tensor<TypeVar<'T'>> is a valid type declaration.
      Note: this is a transient field. The long-term aim is to represent the
      entire OpDef as a single type: a callable. In that context, this field is
      just the type of a single argument.
      
      .tensorflow.FullTypeDef experimental_full_type = 17;
    • getExperimentalFullTypeOrBuilder

      public FullTypeDefOrBuilder getExperimentalFullTypeOrBuilder()
      Experimental. Full type declaration for this argument.
      The full type specification combines type, type_attr, type_list_attr,
      etc. into a unified representation.
      This declaration may contain non-concrete types (for example,
      Tensor<TypeVar<'T'>> is a valid type declaration.
      Note: this is a transient field. The long-term aim is to represent the
      entire OpDef as a single type: a callable. In that context, this field is
      just the type of a single argument.
      
      .tensorflow.FullTypeDef experimental_full_type = 17;
      Specified by:
      getExperimentalFullTypeOrBuilder in interface OpDef.ArgDefOrBuilder
    • setUnknownFields

      public final OpDef.ArgDef.Builder setUnknownFields(UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface Message.Builder
      Overrides:
      setUnknownFields in class GeneratedMessageV3.Builder<OpDef.ArgDef.Builder>
    • mergeUnknownFields

      public final OpDef.ArgDef.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface Message.Builder
      Overrides:
      mergeUnknownFields in class GeneratedMessageV3.Builder<OpDef.ArgDef.Builder>