Packages

object ML extends HostML

Linear Supertypes
HostML, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ML
  2. HostML
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. def SVMC_infer[T](V: Int, vp: Int, b: T)(inputs: (dsl.I32) ⇒ (T, T, T))(implicit arg0: dsl.Num[T]): dsl.Bit
  5. def SVMR_infer[T](V: Int, vp: Int, b: T)(inputs: (dsl.I32) ⇒ (T, T, T))(implicit arg0: dsl.Num[T]): T
  6. def activation[T](x: (T) ⇒ T)(implicit arg0: dsl.Num[T]): Nothing
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  9. 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]
  10. 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]
  11. 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]
  12. 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]
  13. 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]
  14. def dp_flat[T](N: Int, ip: Int)(input: (dsl.I32) ⇒ (T, T))(implicit arg0: dsl.Num[T], ctx: SrcCtx, state: State): T
  15. 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
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def inner_kernel[T](N: Int, ip: Int)(vecs: (dsl.I32) ⇒ (T, T))(implicit arg0: dsl.Num[T]): Nothing
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def polynomial_kernel[T](c: T, d: T, N: Int, ip: Int)(vecs: (dsl.I32) ⇒ (T, T))(implicit arg0: dsl.Num[T]): Nothing
  27. def relu[T](x: T)(implicit arg0: dsl.Num[T]): Nothing
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. 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
  31. 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
  32. 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
  33. def unstaged_dp[T](x: Seq[T], y: Seq[T])(implicit arg0: Numeric[T]): T
    Definition Classes
    HostML
  34. def unstaged_inner_kernel[T](x: Seq[T], y: Seq[T])(implicit arg0: Numeric[T]): T
    Definition Classes
    HostML
  35. def unstaged_polynomial_kernel[T](c: T, d: Int)(x: Seq[T], y: Seq[T])(implicit arg0: Numeric[T]): T
    Definition Classes
    HostML
  36. def unstaged_relu[T](x: T)(implicit arg0: Numeric[T]): T
    Definition Classes
    HostML
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from HostML

Inherited from AnyRef

Inherited from Any

Ungrouped