Packages

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

Annotations
@SerialVersionUID()
Linear Supertypes
Updatable[Scalar], GeneratedMessage, Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Scalar
  2. Updatable
  3. GeneratedMessage
  4. Serializable
  5. Serializable
  6. Product
  7. Equals
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Scalar(b: Boolean = false, s: String = "", i: Int = 0, l: Long = 0L, f: Float = 0.0f, d: Double = 0.0, bs: ByteString = ..., t: Option[Tensor] = _root_.scala.None, bt: BasicType = ml.bundle.BasicType.UNDEFINED, ds: Option[DataShape] = _root_.scala.None, m: Option[Model] = _root_.scala.None)

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 def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val b: Boolean
  6. val bs: ByteString
  7. val bt: BasicType
  8. def clearDs: Scalar
  9. def clearM: Scalar
  10. def clearT: Scalar
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  12. def companion: Scalar.type
    Definition Classes
    Scalar → GeneratedMessage
  13. val d: Double
  14. val ds: Option[DataShape]
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. val f: Float
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def getDs: DataShape
  19. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    Scalar → GeneratedMessage
  20. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    Scalar → GeneratedMessage
  21. def getM: Model
  22. def getT: Tensor
  23. val i: Int
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. val l: Long
  26. val m: Option[Model]
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. val s: String
  31. def serializedSize: Int
    Definition Classes
    Scalar → GeneratedMessage
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. val t: Option[Tensor]
  34. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  35. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  36. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  37. def toProtoString: String
    Definition Classes
    Scalar → GeneratedMessage
  38. def update(ms: (Lens[Scalar, Scalar]) ⇒ Mutation[Scalar]*): Scalar
    Definition Classes
    Updatable
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. def withB(__v: Boolean): Scalar
  43. def withBs(__v: ByteString): Scalar
  44. def withBt(__v: BasicType): Scalar
  45. def withD(__v: Double): Scalar
  46. def withDs(__v: DataShape): Scalar
  47. def withF(__v: Float): Scalar
  48. def withI(__v: Int): Scalar
  49. def withL(__v: Long): Scalar
  50. def withM(__v: Model): Scalar
  51. def withS(__v: String): Scalar
  52. def withT(__v: Tensor): Scalar
  53. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  54. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    Scalar → GeneratedMessage
  55. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Deprecated Value Members

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

Inherited from Updatable[Scalar]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped