object TensorShapeProto extends GeneratedMessageCompanion[TensorShapeProto]

Linear Supertypes
GeneratedMessageCompanion[TensorShapeProto], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TensorShapeProto
  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 Dimension(value: Value = onnx.onnx.TensorShapeProto.Dimension.Value.Empty, denotation: Option[String] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[Dimension] with Product with Serializable

    denotation

    Standard denotation can optionally be used to denote tensor dimensions with standard semantic descriptions to ensure that operations are applied to the correct axis of a tensor. Refer to https://github.com/onnx/onnx/blob/master/docs/DimensionDenotation.md#denotation-definition for pre-defined dimension denotations.

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

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

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped