trait LowPrecision extends AnyRef
Linear Supertypes
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- LowPrecision
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
- def ConvertTo8Bit(Y: dsl.DRAM1[dsl.Byte], SF: dsl.Reg[dsl.Float], X: dsl.DRAM1[dsl.Float], size: dsl.Int): dsl.Unit
- def ConvertTo8Bit_Buggy(Y: dsl.DRAM1[dsl.Byte], SF: dsl.Reg[dsl.Float], X: dsl.DRAM1[dsl.Float], size: dsl.Int): dsl.Unit
- def addlp[T1, T2, OT](parent: dsl.Label, Y: dsl.SRAM2[OT], YSF: dsl.Reg[dsl.Float], X1: dsl.SRAM2[T1], X1SF: dsl.Reg[dsl.Float], X2: dsl.SRAM1[T2], X2SF: dsl.Reg[dsl.Float], transX2: Boolean, precision: Int, factor: Int)(implicit arg0: dsl.Num[T1], arg1: dsl.Num[T2], arg2: dsl.Num[OT], ctx: SrcCtx, state: State): dsl.Unit
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def dequant[T](parent: dsl.Label, Y: dsl.SRAM2[dsl.Float], SF: dsl.Reg[dsl.Float], X: dsl.SRAM2[T])(implicit arg0: dsl.Num[T], ctx: SrcCtx, 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] )
-
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 mmlp[IT, OT](parent: dsl.Label, Y: dsl.SRAM2[OT], YSF: dsl.Reg[dsl.Float], A: dsl.SRAM2[IT], ASF: dsl.Reg[dsl.Float], B: dsl.SRAM2[IT], BSF: dsl.Reg[dsl.Float], transA: Boolean, transB: Boolean, transY: Boolean)(implicit arg0: dsl.Num[IT], arg1: dsl.Num[OT], ctx: SrcCtx, 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()
- def quantize[T](parent: dsl.Label, Y: dsl.SRAM1[T], SF: dsl.Reg[dsl.Float], X: dsl.SRAM1[dsl.Float], factor: Int, precision: Int)(implicit arg0: dsl.Num[T], ctx: SrcCtx, state: State): dsl.Unit
- def quantize[T](parent: dsl.Label, Y: dsl.SRAM2[T], SF: dsl.Reg[dsl.Float], X: dsl.SRAM2[dsl.Float], factor: Int, precision: Int)(implicit arg0: dsl.Num[T], ctx: SrcCtx, state: State): dsl.Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def testmem(Y: dsl.DRAM1[dsl.Float], X: dsl.DRAM1[dsl.Float], size: dsl.Int): dsl.Unit
- def testreg(Z: dsl.Reg[dsl.Float], Y: dsl.Reg[dsl.Float], X: dsl.Reg[dsl.Float]): dsl.Unit
-
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( ... )