Packages

t

spatial.lib

LinearAlgebra

trait LinearAlgebra extends AnyRef

Linear Supertypes
AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LinearAlgebra
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class BoxedC[T] extends AnyRef
  2. case class CMatrix[T](c: dsl.SRAM2[T]) extends BoxedC[T] with Product with Serializable
  3. case class CScalar[T](c: T) extends BoxedC[T] with Product with Serializable
  4. case class CVector[T](c: dsl.SRAM1[T]) extends BoxedC[T] with Product with Serializable

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def averagepool2d[T](Y: dsl.SRAM4[T], X: dsl.SRAM4[T], kernel: (dsl.Int, dsl.Int), pad: (dsl.Int, dsl.Int, dsl.Int, dsl.Int), stride: (dsl.Int, dsl.Int))(implicit arg0: Type[T], arg1: dsl.Num[T], state: State): dsl.Unit
  6. def batchNorm2d[T](Y: dsl.SRAM4[T], X: dsl.SRAM4[T], scale: T, B: T, epsilon: dsl.Float)(implicit arg0: dsl.Num[T], state: State): dsl.Unit
  7. def batchNorm2d[T](Y: dsl.SRAM4[T], X: dsl.SRAM4[T], scale: dsl.SRAM1[T], B: dsl.SRAM1[T], epsilon: dsl.Float)(implicit arg0: dsl.Num[T], state: State): dsl.Unit
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  9. def conv2d[T](Y: dsl.SRAM4[T], X: dsl.SRAM4[T], K: dsl.SRAM4[T], pad: (dsl.Int, dsl.Int), stride: (dsl.Int, dsl.Int))(implicit arg0: dsl.Num[T], state: State): dsl.Unit
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def gemm[T](Y: dsl.SRAM2[T], A: dsl.SRAM2[T], B: dsl.SRAM2[T], C: dsl.SRAM2[T], transA: Boolean, transB: Boolean, transY: Boolean, sumY: Boolean, alpha: T, beta: T, mp: Int, kp: Int, np: Int)(implicit arg0: dsl.Num[T], state: State): dsl.Unit
  14. def gemm[T](Y: dsl.SRAM2[T], A: dsl.SRAM2[T], B: dsl.SRAM2[T], C: dsl.SRAM1[T], transA: Boolean, transB: Boolean, transY: Boolean, sumY: Boolean, alpha: T, beta: T, mp: Int, kp: Int, np: Int)(implicit arg0: dsl.Num[T], state: State): dsl.Unit
  15. def gemm[T](Y: dsl.SRAM2[T], A: dsl.SRAM2[T], B: dsl.SRAM2[T], C: T, transA: Boolean, transB: Boolean, transY: Boolean, sumY: Boolean, alpha: T, beta: T, mp: Int, kp: Int, np: Int)(implicit arg0: dsl.Num[T], state: State): dsl.Unit
  16. def gemm_fpga_fix[T](Y: dsl.SRAM2[T], A: dsl.SRAM2[T], B: dsl.SRAM2[T], C: T, transA: Boolean, transB: Boolean, transY: Boolean, sumY: Boolean, alpha: T, beta: T, mp: Int = 1, kp: Int = 1, np: Int = 1)(implicit arg0: dsl.Num[T], state: State): dsl.Unit
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def matmult[T](Y: dsl.SRAM2[T], A: dsl.SRAM2[T], B: dsl.SRAM2[T], transA: Boolean, transB: Boolean, transY: Boolean, mp: Int = 1, kp: Int = 1, np: Int = 1)(implicit arg0: dsl.Num[T], state: State): dsl.Unit
  21. def maxpool2d[T](Y: dsl.SRAM4[T], X: dsl.SRAM4[T], kernel: (dsl.Int, dsl.Int), pad: (dsl.Int, dsl.Int, dsl.Int, dsl.Int), stride: (dsl.Int, dsl.Int))(implicit arg0: dsl.Num[T], state: State): dsl.Unit
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped