BIDMach.caffe

Net

class Net extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Net
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Net()

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 BLOBtoFND(b: BLOB): FND

  5. val _net: NET

  6. def add_input(im: FND, i: Int, j: Int): FND

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def backward(output_diffs: TreeMap[String, FND]): Unit

  9. def backward(): Unit

  10. def blobs: TreeMap[String, FND]

  11. def checkBlobDims(blob: BLOB, fnd: FND, fname: String): Unit

  12. def clear_inputs: Unit

  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def crop(im: FND): FND

  15. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def forward(outputs: TreeMap[String, FND], inputs: TreeMap[String, FND]): Unit

  19. def forward(outputs: TreeMap[String, FND]): Unit

  20. def forward(): Unit

  21. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  22. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  23. def inchannels: Int

  24. def inheight: Int

  25. def init(modelfile: String): Unit

  26. def init(modelfile: String, paramfile: String): Unit

  27. def initIO: Unit

  28. var input_data: Array[FND]

  29. var input_diff: Array[FND]

  30. def inwidth: Int

  31. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  32. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  33. final def notify(): Unit

    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  35. def num: Int

  36. def num_inputs: Int

  37. def num_outputs: Int

  38. def outchannels: Int

  39. def outheight: Int

  40. var output_data: Array[FND]

  41. var output_diff: Array[FND]

  42. def outwidth: Int

  43. def params: TreeMap[String, Array[FND]]

  44. def preprocess(im: Image): FND

  45. def pull(blobs: Iterable[(String, FND)]): Unit

  46. def pull_diffs(blobs: Iterable[(String, FND)]): Unit

  47. def pull_input_diffs: Unit

  48. def pull_outputs: Unit

  49. def push(blobs: Iterable[(String, FND)]): Unit

  50. def push_inputs: Unit

  51. def set_channel_swap(v: IMat): Unit

  52. def set_image_dims(dd: Array[Int]): Unit

  53. def set_input_scale(v: Float): Unit

  54. def set_mean(mfile: String, varname: String = "image_mean"): Unit

  55. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  56. def toString(): String

    Definition Classes
    AnyRef → Any
  57. def update_params(params: TreeMap[String, Array[FND]]): Unit

  58. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped