final case classTensor(doubleVal: Seq[Double] = immutable.this.Nil, stringVal: Seq[String] = immutable.this.Nil) extends GeneratedMessage with Message[Tensor] with Updatable[Tensor] with Product with Serializable
Taken from TensorFlow
Annotations
@SerialVersionUID(0L)
Linear Supertypes
Product, Equals, Updatable[Tensor], Message[Tensor], GeneratedMessage, Serializable, Serializable, AnyRef, Any
Taken from TensorFlow