ml.combust.bundle.dsl

Value

case class Value(value: bundle.Value) extends Product with Serializable

This class is used to wrap Scala objects for later serialization into Bundle.ML

value

bundle protobuf value

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Value
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Value(value: bundle.Value)

    value

    bundle protobuf value

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. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  9. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def getBasicType: BasicType

    Get value as a data type.

    Get value as a data type.

    returns

    data type

  11. def getBasicTypeList: Seq[BasicType]

    Get list of data types.

    Get list of data types.

    returns

    list of data types

  12. def getBoolean: Boolean

    Get value as a boolean.

    Get value as a boolean.

    returns

    boolean value

  13. def getBooleanList: Seq[Boolean]

    Get list of booleans.

    Get list of booleans.

    returns

    list of booleans

  14. def getByte: Byte

    Get value as a byte.

    Get value as a byte.

    returns

    byte value

  15. def getByteList: Seq[Byte]

    Get list of bytes.

    Get list of bytes.

    returns

    list of bytes

  16. def getByteString: ByteString

    Get value as a byte string.

    Get value as a byte string.

    returns

    byte string

  17. def getByteStringList: Seq[ByteString]

    Get list of byte strings.

    Get list of byte strings.

    returns

    list of byte strings

  18. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  19. def getDataShape: DataShape

    Get value as a data shape.

    Get value as a data shape.

    returns

    data shape

  20. def getDataShapeList: Seq[DataShape]

    Get list of data shapes.

    Get list of data shapes.

    returns

    list of data shapes

  21. def getDouble: Double

    Get value as a double.

    Get value as a double.

    returns

    double value

  22. def getDoubleList: Seq[Double]

    Get list of doubles.

    Get list of doubles.

    returns

    list of doubles

  23. def getFloat: Float

    Get value as a float.

    Get value as a float.

    returns

    float value

  24. def getFloatList: Seq[Float]

    Get list of floats.

    Get list of floats.

    returns

    list of floats

  25. def getInt: Int

    Get value as an int.

    Get value as an int.

    returns

    int value

  26. def getIntList: Seq[Int]

    Get list of ints.

    Get list of ints.

    returns

    list of ints

  27. def getLong: Long

    Get value as a long.

    Get value as a long.

    returns

    long value

  28. def getLongList: Seq[Long]

    Get list of longs.

    Get list of longs.

    returns

    list of longs

  29. def getModel: Model

    Get value as a model.

    Get value as a model.

    returns

    model

  30. def getModelList: Seq[Model]

    Get model list.

    Get model list.

    returns

    list of models

  31. def getShort: Short

    Get value as a short.

    Get value as a short.

    returns

    short value

  32. def getShortList: Seq[Short]

    Get list of shorts.

    Get list of shorts.

    returns

    list of shorts

  33. def getString: String

    Get value as a string.

    Get value as a string.

    returns

    string value

  34. def getStringList: Seq[String]

    Get list of strings.

    Get list of strings.

    returns

    list of strings

  35. def getTensor[T]: Tensor[T]

    Get value as a tensor.

    Get value as a tensor.

    T

    base type of tensor Double or String

    returns

    Scala seq of tensor values.

  36. def getTensorList[T]: Seq[Tensor[T]]

    Get list of tensors.

    Get list of tensors.

    T

    Scala class of tensors Double or String

    returns

    list of tensors

  37. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  38. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  42. val value: bundle.Value

    bundle protobuf value

  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( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped