ml.bundle

Scalar

final case class Scalar(b: Boolean = false, s: String = "", i: Int = 0, l: Long = 0L, f: Float = 0.0, d: Double = 0.0, bs: ByteString = ..., t: Option[Tensor] = scala.None, bt: BasicType = ml.bundle.BasicType.UNDEFINED, ds: Option[DataShape] = scala.None, m: Option[Model] = scala.None) extends GeneratedMessage with Message[Scalar] with Updatable[Scalar] with Product with Serializable

Annotations
@SerialVersionUID( 0L )
Linear Supertypes
Product, Equals, Updatable[Scalar], Message[Scalar], GeneratedMessage, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Scalar
  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 Scalar(b: Boolean = false, s: String = "", i: Int = 0, l: Long = 0L, f: Float = 0.0, d: Double = 0.0, bs: ByteString = ..., t: Option[Tensor] = scala.None, bt: BasicType = ml.bundle.BasicType.UNDEFINED, ds: Option[DataShape] = scala.None, m: Option[Model] = scala.None)

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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. val b: Boolean

  8. val bs: ByteString

  9. val bt: BasicType

  10. def clearDs: Scalar

  11. def clearM: Scalar

  12. def clearT: Scalar

  13. def clone(): AnyRef

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

    Definition Classes
    Scalar → GeneratedMessage
  15. val d: Double

  16. val ds: Option[DataShape]

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

    Definition Classes
    AnyRef
  18. val f: Float

  19. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  21. def getDs: DataShape

  22. def getField(__field: FieldDescriptor): PValue

    Definition Classes
    Scalar → GeneratedMessage
  23. def getFieldByNumber(__fieldNumber: Int): Any

    Definition Classes
    Scalar → GeneratedMessage
  24. def getM: Model

  25. def getT: Tensor

  26. val i: Int

  27. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  28. val l: Long

  29. val m: Option[Model]

  30. def mergeFrom(_input__: CodedInputStream): Scalar

    Definition Classes
    Scalar → Message
  31. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  34. val s: String

  35. final def serializedSize: Int

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

    Definition Classes
    AnyRef
  37. val t: Option[Tensor]

  38. def toByteArray: Array[Byte]

    Definition Classes
    GeneratedMessage
  39. def toByteString: ByteString

    Definition Classes
    GeneratedMessage
  40. def toPMessage: PMessage

    Definition Classes
    GeneratedMessage
  41. def toString(): String

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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( ... )
  46. def withB(__v: Boolean): Scalar

  47. def withBs(__v: ByteString): Scalar

  48. def withBt(__v: BasicType): Scalar

  49. def withD(__v: Double): Scalar

  50. def withDs(__v: DataShape): Scalar

  51. def withF(__v: Float): Scalar

  52. def withI(__v: Int): Scalar

  53. def withL(__v: Long): Scalar

  54. def withM(__v: Model): Scalar

  55. def withS(__v: String): Scalar

  56. def withT(__v: Tensor): Scalar

  57. def writeDelimitedTo(output: OutputStream): Unit

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

    Definition Classes
    Scalar → GeneratedMessage
  59. def writeTo(output: OutputStream): Unit

    Definition Classes
    GeneratedMessage

Deprecated Value Members

  1. def getAllFields: Map[FieldDescriptor, Any]

    Definition Classes
    GeneratedMessage
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) Use toPMessage

  2. def getField(field: FieldDescriptor): Any

    Definition Classes
    GeneratedMessage
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) Use getField that accepts a ScalaPB descriptor and returns PValue

Inherited from Product

Inherited from Equals

Inherited from Updatable[Scalar]

Inherited from Message[Scalar]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped