class
CogJNIWrapper extends AnyRef
Instance Constructors
-
new
CogJNIWrapper()
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
cogFieldTypeBufferSizeBytes(fieldType: Long): Int
-
def
cogFieldTypeColumns(fieldType: Long): Int
-
def
cogFieldTypeDimensions(fieldType: Long): Int
-
def
cogFieldTypeElementType(fieldType: Long): Int
-
def
cogFieldTypeLayers(fieldType: Long): Int
-
def
cogFieldTypeRows(fieldType: Long): Int
-
def
cogFieldTypeTensorColumns(fieldType: Long): Int
-
def
cogFieldTypeTensorOrder(fieldType: Long): Int
-
def
cogFieldTypeTensorRows(fieldType: Long): Int
-
def
cogFunctionAvailableGPUs(): Int
-
def
cogFunctionCreateComputeFunction(computeGraphFilename: String, gpuIndex: Int): Long
-
def
cogFunctionEvaluate(computeFunction: Long, inputBuffers: Array[Byte], outputBuffers: Array[Byte]): Unit
-
def
cogFunctionEvaluate2D(computeFunction: Long, inputBuffers: Array[Array[Byte]], outputBuffers: Array[Array[Byte]]): Unit
-
def
cogFunctionInputCount(computeFunction: Long): Int
-
def
cogFunctionInputFieldType(computeFunction: Long, inputIndex: Int): Long
-
def
cogFunctionInputName(computeFunction: Long, inputIndex: Int): String
-
def
cogFunctionMajorVersionNumber(): Int
-
def
cogFunctionMinorVersionNumber(): Int
-
def
cogFunctionName(computeFunction: Long): String
-
def
cogFunctionOptimalThreadCount(computeFunction: Long): Int
-
def
cogFunctionOutputCount(computeFunction: Long): Int
-
def
cogFunctionOutputFieldType(computeFunction: Long, outputIndex: Int): Long
-
def
cogFunctionOutputName(computeFunction: Long, outputIndex: Int): String
-
def
cogFunctionShutdown(computeFunction: Long): Int
-
def
cogFunctionShutdownAll(): Int
-
def
cogReadFieldByName(computeFunction: Long, fieldName: String, fieldBuffer: Array[Float]): Unit
-
def
cogTensorFieldType(computeFunction: Long, fieldName: String): Long
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any