object TypeProto extends GeneratedMessageCompanion[TypeProto]

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

Type Members

  1. final case class Map(keyType: Option[Int] = _root_.scala.None, valueType: Option[TypeProto] = _root_.scala.None, unknownFields: UnknownFieldSet = ...) 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 Optional(elemType: Option[TypeProto] = _root_.scala.None, unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[Optional] with Product with Serializable

    wrapper for Tensor, Sequence, or Map

    wrapper for Tensor, Sequence, or Map

    elemType

    The type and optional shape of the element wrapped. This field MUST be present for this version of the IR. Possible values correspond to OptionalProto.DataType enum

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

Inherited from GeneratedMessageCompanion[TypeProto]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped