package host
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
class
Array[A] extends lang.Top[Array[A]] with Ref[scala.Array[Any], Array[A]]
A one-dimensional array on the host.
- class BinaryFile extends lang.Top[BinaryFile] with Ref[Any, BinaryFile]
- class CSVFile extends lang.Top[CSVFile] with Ref[Any, CSVFile]
-
class
Matrix[A] extends argon.lang.Top[Matrix[A]] with lang.Struct[Matrix[A]] with Ref[scala.Array[Any], Matrix[A]]
A two-dimensional matrix on the host
-
class
Tensor3[A] extends argon.lang.Top[Tensor3[A]] with lang.Struct[Tensor3[A]] with Ref[scala.Array[Any], Tensor3[A]]
A three-dimensional tensor on the host
-
class
Tensor4[A] extends argon.lang.Top[Tensor4[A]] with lang.Struct[Tensor4[A]] with Ref[scala.Array[Any], Tensor4[A]]
A 4-dimensional tensor on the host
-
class
Tensor5[A] extends argon.lang.Top[Tensor5[A]] with lang.Struct[Tensor5[A]] with Ref[scala.Array[Any], Tensor5[A]]
A 5-dimensional tensor on the host