Class OpDef.AttrDef

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
org.tensorflow.framework.OpDef.AttrDef
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, OpDef.AttrDefOrBuilder
Enclosing class:
OpDef

public static final class OpDef.AttrDef extends com.google.protobuf.GeneratedMessageV3 implements OpDef.AttrDefOrBuilder
 Description of the graph-construction-time configuration of this
 Op.  That is to say, this describes the attr fields that will
 be specified in the NodeDef.
 
Protobuf type tensorflow.OpDef.AttrDef
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
    Description of the graph-construction-time configuration of this Op.

    Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3

    com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter

    Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

    com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     

    Fields inherited from class com.google.protobuf.GeneratedMessageV3

    alwaysUseFieldBuilders, unknownFields

    Fields inherited from class com.google.protobuf.AbstractMessage

    memoizedSize

    Fields inherited from class com.google.protobuf.AbstractMessageLite

    memoizedHashCode
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    The set of allowed values.
    The set of allowed values.
     
     
    A reasonable default for this attribute if the user does not supply a value.
    A reasonable default for this attribute if the user does not supply a value.
    Human-readable description.
    com.google.protobuf.ByteString
    Human-readable description.
    static final com.google.protobuf.Descriptors.Descriptor
     
    boolean
    For type == "int", this is a minimum value.
    long
    int64 minimum = 6;
    A descriptive name for the argument.
    com.google.protobuf.ByteString
    A descriptive name for the argument.
    com.google.protobuf.Parser<OpDef.AttrDef>
     
    int
     
    One of the type names from attr_value.proto ("string", "list(string)", "int", etc.).
    com.google.protobuf.ByteString
    One of the type names from attr_value.proto ("string", "list(string)", "int", etc.).
    boolean
    The set of allowed values.
    boolean
    A reasonable default for this attribute if the user does not supply a value.
    int
     
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
     
    final boolean
     
     
     
     
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    protected Object
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
     
     
    parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    parseFrom(byte[] data)
     
    parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    parseFrom(com.google.protobuf.ByteString data)
     
    parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
     
    parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
     
    parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    static com.google.protobuf.Parser<OpDef.AttrDef>
     
     
    void
    writeTo(com.google.protobuf.CodedOutputStream output)
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString

    Methods inherited from class com.google.protobuf.AbstractMessageLite

    addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.google.protobuf.MessageLite

    toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Field Details

  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

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

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getName

      public String getName()
       A descriptive name for the argument.  May be used, e.g. by the
       Python client, as a keyword argument name, and so should match
       the regexp "[a-z][a-z0-9_]+".
       
      string name = 1;
      Specified by:
      getName in interface OpDef.AttrDefOrBuilder
      Returns:
      The name.
    • getNameBytes

      public com.google.protobuf.ByteString getNameBytes()
       A descriptive name for the argument.  May be used, e.g. by the
       Python client, as a keyword argument name, and so should match
       the regexp "[a-z][a-z0-9_]+".
       
      string name = 1;
      Specified by:
      getNameBytes in interface OpDef.AttrDefOrBuilder
      Returns:
      The bytes for name.
    • getType

      public String getType()
       One of the type names from attr_value.proto ("string", "list(string)",
       "int", etc.).
       
      string type = 2;
      Specified by:
      getType in interface OpDef.AttrDefOrBuilder
      Returns:
      The type.
    • getTypeBytes

      public com.google.protobuf.ByteString getTypeBytes()
       One of the type names from attr_value.proto ("string", "list(string)",
       "int", etc.).
       
      string type = 2;
      Specified by:
      getTypeBytes in interface OpDef.AttrDefOrBuilder
      Returns:
      The bytes for type.
    • hasDefaultValue

      public boolean hasDefaultValue()
       A reasonable default for this attribute if the user does not supply
       a value.  If not specified, the user must supply a value.
       
      .tensorflow.AttrValue default_value = 3;
      Specified by:
      hasDefaultValue in interface OpDef.AttrDefOrBuilder
      Returns:
      Whether the defaultValue field is set.
    • getDefaultValue

      public AttrValue getDefaultValue()
       A reasonable default for this attribute if the user does not supply
       a value.  If not specified, the user must supply a value.
       
      .tensorflow.AttrValue default_value = 3;
      Specified by:
      getDefaultValue in interface OpDef.AttrDefOrBuilder
      Returns:
      The defaultValue.
    • getDefaultValueOrBuilder

      public AttrValueOrBuilder getDefaultValueOrBuilder()
       A reasonable default for this attribute if the user does not supply
       a value.  If not specified, the user must supply a value.
       
      .tensorflow.AttrValue default_value = 3;
      Specified by:
      getDefaultValueOrBuilder in interface OpDef.AttrDefOrBuilder
    • getDescription

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

      public com.google.protobuf.ByteString getDescriptionBytes()
       Human-readable description.
       
      string description = 4;
      Specified by:
      getDescriptionBytes in interface OpDef.AttrDefOrBuilder
      Returns:
      The bytes for description.
    • getHasMinimum

      public boolean getHasMinimum()
       For type == "int", this is a minimum value.  For "list(___)"
       types, this is the minimum length.
       
      bool has_minimum = 5;
      Specified by:
      getHasMinimum in interface OpDef.AttrDefOrBuilder
      Returns:
      The hasMinimum.
    • getMinimum

      public long getMinimum()
      int64 minimum = 6;
      Specified by:
      getMinimum in interface OpDef.AttrDefOrBuilder
      Returns:
      The minimum.
    • hasAllowedValues

      public boolean hasAllowedValues()
       The set of allowed values.  Has type that is the "list" version
       of the "type" field above (uses the "list" field of AttrValue).
       If type == "type" or "list(type)" above, then the "type" field
       of "allowed_values.list" has the set of allowed DataTypes.
       If type == "string" or "list(string)", then the "s" field of
       "allowed_values.list" has the set of allowed strings.
       
      .tensorflow.AttrValue allowed_values = 7;
      Specified by:
      hasAllowedValues in interface OpDef.AttrDefOrBuilder
      Returns:
      Whether the allowedValues field is set.
    • getAllowedValues

      public AttrValue getAllowedValues()
       The set of allowed values.  Has type that is the "list" version
       of the "type" field above (uses the "list" field of AttrValue).
       If type == "type" or "list(type)" above, then the "type" field
       of "allowed_values.list" has the set of allowed DataTypes.
       If type == "string" or "list(string)", then the "s" field of
       "allowed_values.list" has the set of allowed strings.
       
      .tensorflow.AttrValue allowed_values = 7;
      Specified by:
      getAllowedValues in interface OpDef.AttrDefOrBuilder
      Returns:
      The allowedValues.
    • getAllowedValuesOrBuilder

      public AttrValueOrBuilder getAllowedValuesOrBuilder()
       The set of allowed values.  Has type that is the "list" version
       of the "type" field above (uses the "list" field of AttrValue).
       If type == "type" or "list(type)" above, then the "type" field
       of "allowed_values.list" has the set of allowed DataTypes.
       If type == "string" or "list(string)", then the "s" field of
       "allowed_values.list" has the set of allowed strings.
       
      .tensorflow.AttrValue allowed_values = 7;
      Specified by:
      getAllowedValuesOrBuilder in interface OpDef.AttrDefOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static OpDef.AttrDef parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static OpDef.AttrDef parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static OpDef.AttrDef parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static OpDef.AttrDef parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static OpDef.AttrDef parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static OpDef.AttrDef parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static OpDef.AttrDef parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static OpDef.AttrDef parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static OpDef.AttrDef parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static OpDef.AttrDef parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static OpDef.AttrDef parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static OpDef.AttrDef parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public OpDef.AttrDef.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static OpDef.AttrDef.Builder newBuilder()
    • newBuilder

      public static OpDef.AttrDef.Builder newBuilder(OpDef.AttrDef prototype)
    • toBuilder

      public OpDef.AttrDef.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected OpDef.AttrDef.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static OpDef.AttrDef getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<OpDef.AttrDef> parser()
    • getParserForType

      public com.google.protobuf.Parser<OpDef.AttrDef> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public OpDef.AttrDef getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder