Class

cogjni

CogJNIWrapper

Related Doc: package cogjni

Permalink

class CogJNIWrapper extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CogJNIWrapper
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CogJNIWrapper()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def cogFieldTypeBufferSizeBytes(fieldType: Long): Int

    Permalink
    Annotations
    @native()
  7. def cogFieldTypeColumns(fieldType: Long): Int

    Permalink
    Annotations
    @native()
  8. def cogFieldTypeDimensions(fieldType: Long): Int

    Permalink
    Annotations
    @native()
  9. def cogFieldTypeElementType(fieldType: Long): Int

    Permalink
    Annotations
    @native()
  10. def cogFieldTypeLayers(fieldType: Long): Int

    Permalink
    Annotations
    @native()
  11. def cogFieldTypeRows(fieldType: Long): Int

    Permalink
    Annotations
    @native()
  12. def cogFieldTypeTensorColumns(fieldType: Long): Int

    Permalink
    Annotations
    @native()
  13. def cogFieldTypeTensorOrder(fieldType: Long): Int

    Permalink
    Annotations
    @native()
  14. def cogFieldTypeTensorRows(fieldType: Long): Int

    Permalink
    Annotations
    @native()
  15. def cogFunctionAvailableGPUs(): Int

    Permalink
    Annotations
    @native()
  16. def cogFunctionCreateComputeFunction(computeGraphFilename: String, gpuIndex: Int): Long

    Permalink
    Annotations
    @native()
  17. def cogFunctionEvaluate(computeFunction: Long, inputBuffers: Array[Byte], outputBuffers: Array[Byte]): Unit

    Permalink
    Annotations
    @native()
  18. def cogFunctionEvaluate2D(computeFunction: Long, inputBuffers: Array[Array[Byte]], outputBuffers: Array[Array[Byte]]): Unit

    Permalink
    Annotations
    @native()
  19. def cogFunctionInputCount(computeFunction: Long): Int

    Permalink
    Annotations
    @native()
  20. def cogFunctionInputFieldType(computeFunction: Long, inputIndex: Int): Long

    Permalink
    Annotations
    @native()
  21. def cogFunctionInputName(computeFunction: Long, inputIndex: Int): String

    Permalink
    Annotations
    @native()
  22. def cogFunctionMajorVersionNumber(): Int

    Permalink
    Annotations
    @native()
  23. def cogFunctionMinorVersionNumber(): Int

    Permalink
    Annotations
    @native()
  24. def cogFunctionName(computeFunction: Long): String

    Permalink
    Annotations
    @native()
  25. def cogFunctionOptimalThreadCount(computeFunction: Long): Int

    Permalink
    Annotations
    @native()
  26. def cogFunctionOutputCount(computeFunction: Long): Int

    Permalink
    Annotations
    @native()
  27. def cogFunctionOutputFieldType(computeFunction: Long, outputIndex: Int): Long

    Permalink
    Annotations
    @native()
  28. def cogFunctionOutputName(computeFunction: Long, outputIndex: Int): String

    Permalink
    Annotations
    @native()
  29. def cogFunctionShutdown(computeFunction: Long): Int

    Permalink
    Annotations
    @native()
  30. def cogFunctionShutdownAll(): Int

    Permalink
    Annotations
    @native()
  31. def cogReadFieldByName(computeFunction: Long, fieldName: String, fieldBuffer: Array[Float]): Unit

    Permalink
    Annotations
    @native()
  32. def cogTensorFieldType(computeFunction: Long, fieldName: String): Long

    Permalink
    Annotations
    @native()
  33. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  36. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  38. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  40. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  41. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  42. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  43. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped