ml.bundle.Value

Value

final case class Value(v: V = ml.bundle.Value.Value.V.Empty) extends GeneratedMessage with Message[Value] with Updatable[Value] with Product with Serializable

Taken from TensorFlow

Annotations
@SerialVersionUID( 0L )
Linear Supertypes
Product, Equals, Updatable[Value], Message[Value], GeneratedMessage, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Value
  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 Value(v: V = ml.bundle.Value.Value.V.Empty)

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 clearV: Value

  8. def clone(): AnyRef

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

    Definition Classes
    Value → GeneratedMessage
  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. def finalize(): Unit

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

    Definition Classes
    GeneratedMessage
  13. def getB: Boolean

  14. def getBs: ByteString

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

    Definition Classes
    AnyRef → Any
  16. def getCustom: ByteString

  17. def getF: Double

  18. def getField(__field: FieldDescriptor): Any

    Definition Classes
    Value → GeneratedMessage
  19. def getI: Long

  20. def getList: ListValue

  21. def getS: String

  22. def getTensor: Tensor

  23. def getType: DataType

  24. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  25. def mergeFrom(_input__: CodedInputStream): Value

    Definition Classes
    Value → Message
  26. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  29. final def serializedSize: Int

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

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

    Definition Classes
    GeneratedMessage
  32. def toByteString: ByteString

    Definition Classes
    GeneratedMessage
  33. def toString(): String

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

    Definition Classes
    Updatable
  35. val v: V

  36. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. def withB(__v: Boolean): Value

  40. def withBs(__v: ByteString): Value

  41. def withCustom(__v: ByteString): Value

  42. def withF(__v: Double): Value

  43. def withI(__v: Long): Value

  44. def withList(__v: ListValue): Value

  45. def withS(__v: String): Value

  46. def withTensor(__v: Tensor): Value

  47. def withType(__v: DataType): Value

  48. def withV(__v: V): Value

  49. def writeDelimitedTo(output: OutputStream): Unit

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

    Definition Classes
    Value → GeneratedMessage
  51. def writeTo(output: OutputStream): Unit

    Definition Classes
    GeneratedMessage

Inherited from Product

Inherited from Equals

Inherited from Updatable[Value]

Inherited from Message[Value]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped