object TypeProto extends GeneratedMessageCompanion[TypeProto]

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

Type Members

  1. final case class Map(keyType: Option[Int] = _root_.scala.None, valueType: Option[TypeProto] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[Map] with Product with Serializable

    map<K,V>

    map<K,V>

    keyType

    This field MUST have a valid TensorProto.DataType value This field MUST be present for this version of the IR. This field MUST refer to an integral type ([U]INT{8|16|32|64}) or STRING

    valueType

    This field MUST be present for this version of the IR.

    Annotations
    @SerialVersionUID()
  2. final case class Sequence(elemType: Option[TypeProto] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[Sequence] with Product with Serializable

    repeated T

    repeated T

    elemType

    The type and optional shape of each element of the sequence. This field MUST be present for this version of the IR.

    Annotations
    @SerialVersionUID()
  3. final case class Tensor(elemType: Option[Int] = _root_.scala.None, shape: Option[TensorShapeProto] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[Tensor] with Product with Serializable

    elemType

    This field MUST NOT have the value of UNDEFINED This field MUST have a valid TensorProto.DataType value This field MUST be present for this version of the IR.

    Annotations
    @SerialVersionUID()
  4. implicit class TypeProtoLens[UpperPB] extends ObjectLens[UpperPB, TypeProto]
  5. sealed trait Value extends GeneratedOneof
  6. type ValueType = TypeProto
    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 DENOTATION_FIELD_NUMBER: Int(6)
  5. final val MAP_TYPE_FIELD_NUMBER: Int(5)
  6. final val SEQUENCE_TYPE_FIELD_NUMBER: Int(4)
  7. final val TENSOR_TYPE_FIELD_NUMBER: Int(1)
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  10. lazy val defaultInstance: TypeProto
    Definition Classes
    TypeProto → GeneratedMessageCompanion
  11. def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  12. def enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]
    Definition Classes
    TypeProto → GeneratedMessageCompanion
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. def fromAscii(s: String): TypeProto
    Definition Classes
    GeneratedMessageCompanion
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def javaDescriptor: Descriptor
    Definition Classes
    TypeProto → GeneratedMessageCompanion
  20. def merge(a: TypeProto, input: CodedInputStream): TypeProto
    Definition Classes
    GeneratedMessageCompanion
  21. implicit def messageCompanion: GeneratedMessageCompanion[TypeProto]
  22. def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  23. def messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]
    Definition Classes
    TypeProto → GeneratedMessageCompanion
  24. implicit def messageReads: Reads[TypeProto]
    Definition Classes
    TypeProto → GeneratedMessageCompanion
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]
    Definition Classes
    TypeProto → GeneratedMessageCompanion
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  29. def of(value: Value, denotation: Option[String]): TypeProto
  30. def parseDelimitedFrom(input: InputStream): Option[TypeProto]
    Definition Classes
    GeneratedMessageCompanion
  31. def parseDelimitedFrom(input: CodedInputStream): Option[TypeProto]
    Definition Classes
    GeneratedMessageCompanion
  32. def parseFrom(_input__: CodedInputStream): TypeProto
    Definition Classes
    TypeProto → GeneratedMessageCompanion
  33. def parseFrom(s: Array[Byte]): TypeProto
    Definition Classes
    GeneratedMessageCompanion
  34. def parseFrom(input: InputStream): TypeProto
    Definition Classes
    GeneratedMessageCompanion
  35. def scalaDescriptor: Descriptor
    Definition Classes
    TypeProto → GeneratedMessageCompanion
  36. def streamFromDelimitedInput(input: InputStream): Stream[TypeProto]
    Definition Classes
    GeneratedMessageCompanion
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. def toByteArray(a: TypeProto): Array[Byte]
    Definition Classes
    GeneratedMessageCompanion
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. def validate(s: Array[Byte]): Try[TypeProto]
    Definition Classes
    GeneratedMessageCompanion
  41. def validateAscii(s: String): Either[TextFormatError, TypeProto]
    Definition Classes
    GeneratedMessageCompanion
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. object Map extends GeneratedMessageCompanion[Map]
  46. object Sequence extends GeneratedMessageCompanion[Sequence]
  47. object Tensor extends GeneratedMessageCompanion[Tensor]
  48. object Value extends Serializable

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[TypeProto]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped