object AttributeProto extends GeneratedMessageCompanion[AttributeProto]

Linear Supertypes
GeneratedMessageCompanion[AttributeProto], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AttributeProto
  2. GeneratedMessageCompanion
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. implicit class AttributeProtoLens[UpperPB] extends ObjectLens[UpperPB, AttributeProto]
  2. sealed abstract class AttributeType extends GeneratedEnum

    Note: this enum is structurally identical to the OpSchema::AttrType enum defined in schema.h.

    Note: this enum is structurally identical to the OpSchema::AttrType enum defined in schema.h. If you rev one, you likely need to rev the other.

  3. type ValueType = AttributeProto
    Definition Classes
    GeneratedMessageCompanion

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final val DOC_STRING_FIELD_NUMBER: Int(13)
  5. final val FLOATS_FIELD_NUMBER: Int(7)
  6. final val F_FIELD_NUMBER: Int(2)
  7. final val GRAPHS_FIELD_NUMBER: Int(11)
  8. final val G_FIELD_NUMBER: Int(6)
  9. final val INTS_FIELD_NUMBER: Int(8)
  10. final val I_FIELD_NUMBER: Int(3)
  11. final val NAME_FIELD_NUMBER: Int(1)
  12. final val REF_ATTR_NAME_FIELD_NUMBER: Int(21)
  13. final val SPARSE_TENSORS_FIELD_NUMBER: Int(23)
  14. final val SPARSE_TENSOR_FIELD_NUMBER: Int(22)
  15. final val STRINGS_FIELD_NUMBER: Int(9)
  16. final val S_FIELD_NUMBER: Int(4)
  17. final val TENSORS_FIELD_NUMBER: Int(10)
  18. final val TYPE_FIELD_NUMBER: Int(20)
  19. final val T_FIELD_NUMBER: Int(5)
  20. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  21. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  22. lazy val defaultInstance: AttributeProto
    Definition Classes
    AttributeProto → GeneratedMessageCompanion
  23. def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  24. def enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]
    Definition Classes
    AttributeProto → GeneratedMessageCompanion
  25. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  27. def fromAscii(s: String): AttributeProto
    Definition Classes
    GeneratedMessageCompanion
  28. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  29. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. def javaDescriptor: Descriptor
    Definition Classes
    AttributeProto → GeneratedMessageCompanion
  32. def merge(a: AttributeProto, input: CodedInputStream): AttributeProto
    Definition Classes
    GeneratedMessageCompanion
  33. implicit def messageCompanion: GeneratedMessageCompanion[AttributeProto]
  34. def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  35. def messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]
    Definition Classes
    AttributeProto → GeneratedMessageCompanion
  36. implicit def messageReads: Reads[AttributeProto]
    Definition Classes
    AttributeProto → GeneratedMessageCompanion
  37. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]
    Definition Classes
    AttributeProto → GeneratedMessageCompanion
  39. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  41. def of(name: Option[String], refAttrName: Option[String], docString: Option[String], type: Option[AttributeType], f: Option[Float], i: Option[Long], s: Option[ByteString], t: Option[TensorProto], g: Option[GraphProto], sparseTensor: Option[SparseTensorProto], floats: Seq[Float], ints: Seq[Long], strings: Seq[ByteString], tensors: Seq[TensorProto], graphs: Seq[GraphProto], sparseTensors: Seq[SparseTensorProto]): AttributeProto
  42. def parseDelimitedFrom(input: InputStream): Option[AttributeProto]
    Definition Classes
    GeneratedMessageCompanion
  43. def parseDelimitedFrom(input: CodedInputStream): Option[AttributeProto]
    Definition Classes
    GeneratedMessageCompanion
  44. def parseFrom(_input__: CodedInputStream): AttributeProto
    Definition Classes
    AttributeProto → GeneratedMessageCompanion
  45. def parseFrom(s: Array[Byte]): AttributeProto
    Definition Classes
    GeneratedMessageCompanion
  46. def parseFrom(input: InputStream): AttributeProto
    Definition Classes
    GeneratedMessageCompanion
  47. def scalaDescriptor: Descriptor
    Definition Classes
    AttributeProto → GeneratedMessageCompanion
  48. def streamFromDelimitedInput(input: InputStream): Stream[AttributeProto]
    Definition Classes
    GeneratedMessageCompanion
  49. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  50. def toByteArray(a: AttributeProto): Array[Byte]
    Definition Classes
    GeneratedMessageCompanion
  51. def toString(): String
    Definition Classes
    AnyRef → Any
  52. def validate(s: Array[Byte]): Try[AttributeProto]
    Definition Classes
    GeneratedMessageCompanion
  53. def validateAscii(s: String): Either[TextFormatError, AttributeProto]
    Definition Classes
    GeneratedMessageCompanion
  54. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  55. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  56. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  57. object AttributeType extends GeneratedEnumCompanion[AttributeType]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from GeneratedMessageCompanion[AttributeProto]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped