object AttributeProto extends GeneratedMessageCompanion[AttributeProto]

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

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 TP_FIELD_NUMBER: Int(14)
  19. final val TYPE_FIELD_NUMBER: Int(20)
  20. final val TYPE_PROTOS_FIELD_NUMBER: Int(15)
  21. final val T_FIELD_NUMBER: Int(5)
  22. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  23. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  24. lazy val defaultInstance: AttributeProto
    Definition Classes
    AttributeProto → GeneratedMessageCompanion
  25. def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  26. def enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]
    Definition Classes
    AttributeProto → GeneratedMessageCompanion
  27. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  29. def fromAscii(s: String): AttributeProto
    Definition Classes
    GeneratedMessageCompanion
  30. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. def javaDescriptor: Descriptor
    Definition Classes
    AttributeProto → GeneratedMessageCompanion
  34. def merge(a: AttributeProto, input: CodedInputStream): AttributeProto
    Definition Classes
    GeneratedMessageCompanion
  35. implicit def messageCompanion: GeneratedMessageCompanion[AttributeProto]
  36. def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  37. def messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]
    Definition Classes
    AttributeProto → GeneratedMessageCompanion
  38. implicit def messageReads: Reads[AttributeProto]
    Definition Classes
    AttributeProto → GeneratedMessageCompanion
  39. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  40. lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]
    Definition Classes
    AttributeProto → GeneratedMessageCompanion
  41. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  42. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  43. 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], tp: Option[TypeProto], floats: Seq[Float], ints: Seq[Long], strings: Seq[ByteString], tensors: Seq[TensorProto], graphs: Seq[GraphProto], sparseTensors: Seq[SparseTensorProto], typeProtos: Seq[TypeProto]): AttributeProto
  44. def parseDelimitedFrom(input: InputStream): Option[AttributeProto]
    Definition Classes
    GeneratedMessageCompanion
  45. def parseDelimitedFrom(input: CodedInputStream): Option[AttributeProto]
    Definition Classes
    GeneratedMessageCompanion
  46. def parseFrom(_input__: CodedInputStream): AttributeProto
    Definition Classes
    AttributeProto → GeneratedMessageCompanion
  47. def parseFrom(s: Array[Byte]): AttributeProto
    Definition Classes
    GeneratedMessageCompanion
  48. def parseFrom(input: InputStream): AttributeProto
    Definition Classes
    GeneratedMessageCompanion
  49. def scalaDescriptor: Descriptor
    Definition Classes
    AttributeProto → GeneratedMessageCompanion
  50. def streamFromDelimitedInput(input: InputStream): Stream[AttributeProto]
    Definition Classes
    GeneratedMessageCompanion
  51. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  52. def toByteArray(a: AttributeProto): Array[Byte]
    Definition Classes
    GeneratedMessageCompanion
  53. def toString(): String
    Definition Classes
    AnyRef → Any
  54. def validate(s: Array[Byte]): Try[AttributeProto]
    Definition Classes
    GeneratedMessageCompanion
  55. def validateAscii(s: String): Either[TextFormatError, AttributeProto]
    Definition Classes
    GeneratedMessageCompanion
  56. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  58. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. 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

Inherited from GeneratedMessageCompanion[AttributeProto]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped