object ML extends HostML
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ML
- HostML
- 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 SVMC_infer[T](V: Int, vp: Int, b: T)(inputs: (dsl.I32) ⇒ (T, T, T))(implicit arg0: dsl.Num[T]): dsl.Bit
- def SVMR_infer[T](V: Int, vp: Int, b: T)(inputs: (dsl.I32) ⇒ (T, T, T))(implicit arg0: dsl.Num[T]): T
- def activation[T](x: (T) ⇒ T)(implicit arg0: dsl.Num[T]): Nothing
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def denselayer_tiled[T](w: dsl.LUT2[T], b: dsl.LUT1[T], ip: Int, inPar: Int, outPar: Int, activation: (T) ⇒ T, in: dsl.SRAM1[T], out: dsl.SRAM1[T])(implicit arg0: dsl.Num[T], ctx: SrcCtx, state: State): Option[T]
- def denselayer_tiled[T](w: dsl.LUT2[T], b: dsl.LUT1[T], ip: Int, inPar: Int, outPar: Int, activation: (T) ⇒ T, out: dsl.SRAM1[T])(in: (dsl.I32) ⇒ T)(implicit arg0: dsl.Num[T], ctx: SrcCtx, state: State): Option[T]
- def denselayer_tiled[T](w: dsl.LUT2[T], b: dsl.LUT1[T], ip: Int, inPar: Int, outPar: Int, activation: (T) ⇒ T, in: dsl.SRAM1[T])(out: (dsl.Idx, T) ⇒ dsl.Unit)(implicit arg0: dsl.Num[T], ctx: SrcCtx, state: State): Option[T]
- def denselayer_tiled[T](w: dsl.LUT2[T], b: dsl.LUT1[T], ip: Int, inPar: Int, outPar: Int, activation: (T) ⇒ T)(in: (dsl.I32) ⇒ T)(out: (dsl.Idx, T) ⇒ dsl.Unit)(implicit arg0: dsl.Num[T], ctx: SrcCtx, state: State): Option[T]
- def denselayer_tiled[T](w: dsl.LUT2[T], b: dsl.LUT1[T], ip: Int, inPar: Int, outPar: Int, activation: (T) ⇒ T, in: Either[(dsl.I32) ⇒ T, dsl.SRAM1[T]], out: Either[(dsl.I32, T) ⇒ dsl.Unit, dsl.SRAM1[T]])(implicit arg0: dsl.Num[T], ctx: SrcCtx, state: State): Option[T]
- def dp_flat[T](N: Int, ip: Int)(input: (dsl.I32) ⇒ (T, T))(implicit arg0: dsl.Num[T], ctx: SrcCtx, state: State): T
- def dp_tiled[T](N: Int, ts: Int, op: Int, ip: Int)(input: (dsl.I32) ⇒ (T, T))(implicit arg0: dsl.Num[T], ctx: SrcCtx, state: State): T
-
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()
- def inner_kernel[T](N: Int, ip: Int)(vecs: (dsl.I32) ⇒ (T, T))(implicit arg0: dsl.Num[T]): Nothing
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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 polynomial_kernel[T](c: T, d: T, N: Int, ip: Int)(vecs: (dsl.I32) ⇒ (T, T))(implicit arg0: dsl.Num[T]): Nothing
- def relu[T](x: T)(implicit arg0: dsl.Num[T]): Nothing
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
unstaged_SVMC_infer[T](alphas: Seq[T], b: T, supportVectors: Seq[(Seq[T], Boolean)], kernel: (Seq[T], Seq[T]) ⇒ T)(x: Seq[T])(implicit arg0: Numeric[T]): Boolean
- Definition Classes
- HostML
-
def
unstaged_SVMR_infer[T](alphas: Seq[T], b: T, supportVectors: Seq[(Seq[T], Boolean)], kernel: (Seq[T], Seq[T]) ⇒ T)(x: Seq[T])(implicit arg0: Numeric[T]): T
- Definition Classes
- HostML
-
def
unstaged_denselayer[T](in: Seq[T], w: Seq[Seq[T]], b: Seq[T], activation: (T) ⇒ T)(implicit arg0: Numeric[T]): Seq[T]
- Definition Classes
- HostML
-
def
unstaged_dp[T](x: Seq[T], y: Seq[T])(implicit arg0: Numeric[T]): T
- Definition Classes
- HostML
-
def
unstaged_inner_kernel[T](x: Seq[T], y: Seq[T])(implicit arg0: Numeric[T]): T
- Definition Classes
- HostML
-
def
unstaged_polynomial_kernel[T](c: T, d: Int)(x: Seq[T], y: Seq[T])(implicit arg0: Numeric[T]): T
- Definition Classes
- HostML
-
def
unstaged_relu[T](x: T)(implicit arg0: Numeric[T]): T
- Definition Classes
- HostML
-
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( ... )