package tensor
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
case class
ByteString(bytes: Array[Byte]) extends Product with Serializable
Created by hollinwilkins on 1/20/17.
- case class DenseTensor[T](values: Array[T], dimensions: Seq[Int])(implicit base: ClassTag[T]) extends Tensor[T] with Product with Serializable
-
trait
JsonSupport extends AnyRef
Created by hollinwilkins on 1/15/17.
- case class SparseTensor[T](indices: Seq[Seq[Int]], values: Array[T], dimensions: Seq[Int])(implicit base: ClassTag[T]) extends Tensor[T] with Product with Serializable
- sealed trait Tensor[T] extends AnyRef
Value Members
- object JsonSupport extends JsonSupport
-
object
Tensor
Created by hollinwilkins on 1/12/17.