trait LinearAlgebra extends AnyRef
Linear Supertypes
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- LinearAlgebra
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- sealed abstract class BoxedC[T] extends AnyRef
- case class CMatrix[T](c: dsl.SRAM2[T]) extends BoxedC[T] with Product with Serializable
- case class CScalar[T](c: T) extends BoxedC[T] with Product with Serializable
- case class CVector[T](c: dsl.SRAM1[T]) extends BoxedC[T] with Product with Serializable
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- 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
- 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
- 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
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- 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
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- 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
- 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
- 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
- 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
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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
- 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
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )