edu.berkeley.bvlc

NET

final 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(shptr: Long)

    Attributes
    protected[edu.berkeley.bvlc]
  2. new NET(pfile: String, prefilled: String)

  3. new NET(pfile: String)

  4. 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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def backward(): Unit

  6. def blob(i: Int): BLOB

  7. def blob_by_name(s: String): BLOB

  8. def blob_names(): Array[String]

  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[edu.berkeley.bvlc]
    Definition Classes
    NET → AnyRef
  13. def forward(): Unit

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

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

    Definition Classes
    AnyRef → Any
  16. def init(pfile: String, prefilled: String): Unit

  17. def init(pfile: String): Unit

  18. def input_blob(i: Int): BLOB

  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. def layer(i: Int): LAYER

  21. def layer_by_name(s: String): LAYER

  22. def layer_names(): Array[String]

  23. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  26. def num_blobs(): Int

  27. def num_inputs(): Int

  28. def num_layers(): Int

  29. def num_outputs(): Int

  30. def output_blob(i: Int): BLOB

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

    Definition Classes
    AnyRef
  32. def toString(): String

    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped