Packages

object TensorShapeProto extends GeneratedMessageCompanion[TensorShapeProto]

Linear Supertypes
GeneratedMessageCompanion[TensorShapeProto], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TensorShapeProto
  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 Dim(size: Long = 0L, name: String = "", unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[Dim] with Product with Serializable

    One dimension of the tensor.

    One dimension of the tensor.

    size

    Size of the tensor in that dimension. This value must be >= -1, but values of -1 are reserved for "unknown" shapes (values of -1 mean "unknown" dimension). Certain wrappers that work with TensorShapeProto may fail at runtime when deserializing a TensorShapeProto containing a dim value of -1.

    name

    Optional name of the tensor dimension.

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

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from GeneratedMessageCompanion[TensorShapeProto]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped