Packages

final case class ListValue(s: Seq[ByteString] = _root_.scala.Seq.empty, i: Seq[Long] = _root_.scala.Seq.empty, f: Seq[Float] = _root_.scala.Seq.empty, b: Seq[Boolean] = _root_.scala.Seq.empty, type: Seq[DataType] = _root_.scala.Seq.empty, shape: Seq[TensorShapeProto] = _root_.scala.Seq.empty, tensor: Seq[TensorProto] = _root_.scala.Seq.empty, func: Seq[NameAttrList] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[ListValue] with Product with Serializable

LINT.IfChange

s

"list(string)"

i

"list(int)"

f

"list(float)"

b

"list(bool)"

type

"list(type)"

shape

"list(shape)"

tensor

"list(tensor)"

func

"list(attr)"

Annotations
@SerialVersionUID()
Linear Supertypes
Updatable[ListValue], GeneratedMessage, Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ListValue
  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 ListValue(s: Seq[ByteString] = _root_.scala.Seq.empty, i: Seq[Long] = _root_.scala.Seq.empty, f: Seq[Float] = _root_.scala.Seq.empty, b: Seq[Boolean] = _root_.scala.Seq.empty, type: Seq[DataType] = _root_.scala.Seq.empty, shape: Seq[TensorShapeProto] = _root_.scala.Seq.empty, tensor: Seq[TensorProto] = _root_.scala.Seq.empty, func: Seq[NameAttrList] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = ...)

    s

    "list(string)"

    i

    "list(int)"

    f

    "list(float)"

    b

    "list(bool)"

    type

    "list(type)"

    shape

    "list(shape)"

    tensor

    "list(tensor)"

    func

    "list(attr)"

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. def addAllB(__vs: Iterable[Boolean]): ListValue
  5. def addAllF(__vs: Iterable[Float]): ListValue
  6. def addAllFunc(__vs: Iterable[NameAttrList]): ListValue
  7. def addAllI(__vs: Iterable[Long]): ListValue
  8. def addAllS(__vs: Iterable[ByteString]): ListValue
  9. def addAllShape(__vs: Iterable[TensorShapeProto]): ListValue
  10. def addAllTensor(__vs: Iterable[TensorProto]): ListValue
  11. def addAllType(__vs: Iterable[DataType]): ListValue
  12. def addB(__vs: Boolean*): ListValue
  13. def addF(__vs: Float*): ListValue
  14. def addFunc(__vs: NameAttrList*): ListValue
  15. def addI(__vs: Long*): ListValue
  16. def addS(__vs: ByteString*): ListValue
  17. def addShape(__vs: TensorShapeProto*): ListValue
  18. def addTensor(__vs: TensorProto*): ListValue
  19. def addType(__vs: DataType*): ListValue
  20. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  21. val b: Seq[Boolean]
  22. def clearB: ListValue
  23. def clearF: ListValue
  24. def clearFunc: ListValue
  25. def clearI: ListValue
  26. def clearS: ListValue
  27. def clearShape: ListValue
  28. def clearTensor: ListValue
  29. def clearType: ListValue
  30. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  31. def companion: ListValue.type
    Definition Classes
    ListValue → GeneratedMessage
  32. def discardUnknownFields: ListValue
  33. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. val f: Seq[Float]
  35. val func: Seq[NameAttrList]
  36. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  37. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    ListValue → GeneratedMessage
  38. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    ListValue → GeneratedMessage
  39. val i: Seq[Long]
  40. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  41. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  42. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  43. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  44. val s: Seq[ByteString]
  45. def serializedSize: Int
    Definition Classes
    ListValue → GeneratedMessage
  46. val shape: Seq[TensorShapeProto]
  47. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  48. val tensor: Seq[TensorProto]
  49. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  50. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  51. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  52. def toProtoString: String
    Definition Classes
    ListValue → GeneratedMessage
  53. val type: Seq[DataType]
  54. val unknownFields: UnknownFieldSet
  55. def update(ms: (Lens[ListValue, ListValue]) ⇒ Mutation[ListValue]*): ListValue
    Definition Classes
    Updatable
  56. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  58. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. def withB(__v: Seq[Boolean]): ListValue
  60. def withF(__v: Seq[Float]): ListValue
  61. def withFunc(__v: Seq[NameAttrList]): ListValue
  62. def withI(__v: Seq[Long]): ListValue
  63. def withS(__v: Seq[ByteString]): ListValue
  64. def withShape(__v: Seq[TensorShapeProto]): ListValue
  65. def withTensor(__v: Seq[TensorProto]): ListValue
  66. def withType(__v: Seq[DataType]): ListValue
  67. def withUnknownFields(__v: UnknownFieldSet): ListValue
  68. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  69. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    ListValue → GeneratedMessage
  70. 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[ListValue]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped