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]) @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 finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  28. def fromAscii(s: String): AttributeProto
    Definition Classes
    GeneratedMessageCompanion
  29. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  30. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. def javaDescriptor: Descriptor
    Definition Classes
    AttributeProto → GeneratedMessageCompanion
  33. def merge(a: AttributeProto, input: CodedInputStream): AttributeProto
    Definition Classes
    GeneratedMessageCompanion
  34. implicit def messageCompanion: GeneratedMessageCompanion[AttributeProto]
  35. def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  36. def messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]
    Definition Classes
    AttributeProto → GeneratedMessageCompanion
  37. implicit def messageReads: Reads[AttributeProto]
    Definition Classes
    AttributeProto → GeneratedMessageCompanion
  38. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]
    Definition Classes
    AttributeProto → GeneratedMessageCompanion
  40. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  41. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  42. 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
  43. def parseDelimitedFrom(input: InputStream): Option[AttributeProto]
    Definition Classes
    GeneratedMessageCompanion
  44. def parseDelimitedFrom(input: CodedInputStream): Option[AttributeProto]
    Definition Classes
    GeneratedMessageCompanion
  45. def parseFrom(_input__: CodedInputStream): AttributeProto
    Definition Classes
    AttributeProto → GeneratedMessageCompanion
  46. def parseFrom(s: Array[Byte]): AttributeProto
    Definition Classes
    GeneratedMessageCompanion
  47. def parseFrom(input: InputStream): AttributeProto
    Definition Classes
    GeneratedMessageCompanion
  48. def scalaDescriptor: Descriptor
    Definition Classes
    AttributeProto → GeneratedMessageCompanion
  49. def streamFromDelimitedInput(input: InputStream): Stream[AttributeProto]
    Definition Classes
    GeneratedMessageCompanion
  50. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  51. def toByteArray(a: AttributeProto): Array[Byte]
    Definition Classes
    GeneratedMessageCompanion
  52. def toString(): String
    Definition Classes
    AnyRef → Any
  53. def validate(s: Array[Byte]): Try[AttributeProto]
    Definition Classes
    GeneratedMessageCompanion
  54. def validateAscii(s: String): Either[TextFormatError, AttributeProto]
    Definition Classes
    GeneratedMessageCompanion
  55. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  56. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  57. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  58. object AttributeType extends GeneratedEnumCompanion[AttributeType]

Inherited from GeneratedMessageCompanion[AttributeProto]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped