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
Ordering
- Alphabetic
- By Inheritance
Inherited
- ListValue
- Updatable
- GeneratedMessage
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addAllB(__vs: Iterable[Boolean]): ListValue
- def addAllF(__vs: Iterable[Float]): ListValue
- def addAllFunc(__vs: Iterable[NameAttrList]): ListValue
- def addAllI(__vs: Iterable[Long]): ListValue
- def addAllS(__vs: Iterable[ByteString]): ListValue
- def addAllShape(__vs: Iterable[TensorShapeProto]): ListValue
- def addAllTensor(__vs: Iterable[TensorProto]): ListValue
- def addAllType(__vs: Iterable[DataType]): ListValue
- def addB(__vs: Boolean*): ListValue
- def addF(__vs: Float*): ListValue
- def addFunc(__vs: NameAttrList*): ListValue
- def addI(__vs: Long*): ListValue
- def addS(__vs: ByteString*): ListValue
- def addShape(__vs: TensorShapeProto*): ListValue
- def addTensor(__vs: TensorProto*): ListValue
- def addType(__vs: DataType*): ListValue
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val b: Seq[Boolean]
- def clearB: ListValue
- def clearF: ListValue
- def clearFunc: ListValue
- def clearI: ListValue
- def clearS: ListValue
- def clearShape: ListValue
- def clearTensor: ListValue
- def clearType: ListValue
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
companion: ListValue.type
- Definition Classes
- ListValue → GeneratedMessage
- def discardUnknownFields: ListValue
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val f: Seq[Float]
- val func: Seq[NameAttrList]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getField(__field: FieldDescriptor): PValue
- Definition Classes
- ListValue → GeneratedMessage
-
def
getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- ListValue → GeneratedMessage
- val i: Seq[Long]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val s: Seq[ByteString]
-
def
serializedSize: Int
- Definition Classes
- ListValue → GeneratedMessage
- val shape: Seq[TensorShapeProto]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val tensor: Seq[TensorProto]
-
final
def
toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
-
final
def
toByteString: ByteString
- Definition Classes
- GeneratedMessage
-
final
def
toPMessage: PMessage
- Definition Classes
- GeneratedMessage
-
def
toProtoString: String
- Definition Classes
- ListValue → GeneratedMessage
- val type: Seq[DataType]
- val unknownFields: UnknownFieldSet
-
def
update(ms: (Lens[ListValue, ListValue]) ⇒ Mutation[ListValue]*): ListValue
- Definition Classes
- Updatable
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def withB(__v: Seq[Boolean]): ListValue
- def withF(__v: Seq[Float]): ListValue
- def withFunc(__v: Seq[NameAttrList]): ListValue
- def withI(__v: Seq[Long]): ListValue
- def withS(__v: Seq[ByteString]): ListValue
- def withShape(__v: Seq[TensorShapeProto]): ListValue
- def withTensor(__v: Seq[TensorProto]): ListValue
- def withType(__v: Seq[DataType]): ListValue
- def withUnknownFields(__v: UnknownFieldSet): ListValue
-
final
def
writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
-
def
writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- ListValue → GeneratedMessage
-
final
def
writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated