ml.bundle.TensorType

TensorType

final case class TensorType(base: BasicType = ..., dimensions: Seq[Int] = immutable.this.Nil) extends GeneratedMessage with Message[TensorType] with Updatable[TensorType] with Product with Serializable

Annotations
@SerialVersionUID( 0L )
Linear Supertypes
Product, Equals, Updatable[TensorType], Message[TensorType], GeneratedMessage, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TensorType
  2. Product
  3. Equals
  4. Updatable
  5. Message
  6. GeneratedMessage
  7. Serializable
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TensorType(base: BasicType = ..., dimensions: Seq[Int] = immutable.this.Nil)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def addAllDimensions(__vs: TraversableOnce[Int]): TensorType

  7. def addDimensions(__vs: Int*): TensorType

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. val base: BasicType

  10. def clearDimensions: TensorType

  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def companion: TensorType.type

    Definition Classes
    TensorType → GeneratedMessage
  13. val dimensions: Seq[Int]

  14. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def getAllFields: Map[FieldDescriptor, Any]

    Definition Classes
    GeneratedMessage
  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. def getField(__field: FieldDescriptor): Any

    Definition Classes
    TensorType → GeneratedMessage
  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. def mergeFrom(_input__: CodedInputStream): TensorType

    Definition Classes
    TensorType → Message
  21. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  24. final def serializedSize: Int

    Definition Classes
    TensorType → GeneratedMessage
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  26. def toByteArray: Array[Byte]

    Definition Classes
    GeneratedMessage
  27. def toString(): String

    Definition Classes
    TensorType → AnyRef → Any
  28. def update(ms: (Lens[TensorType, TensorType]) ⇒ (TensorType) ⇒ TensorType*): TensorType

    Definition Classes
    Updatable
  29. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. def withBase(__v: BasicType): TensorType

  33. def withDimensions(__v: Seq[Int]): TensorType

  34. def writeDelimitedTo(output: OutputStream): Unit

    Definition Classes
    GeneratedMessage
  35. def writeTo(_output__: CodedOutputStream): Unit

    Definition Classes
    TensorType → GeneratedMessage
  36. def writeTo(output: OutputStream): Unit

    Definition Classes
    GeneratedMessage

Inherited from Product

Inherited from Equals

Inherited from Updatable[TensorType]

Inherited from Message[TensorType]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped