object MklDnnMemory

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MklDnnMemory
  2. AnyRef
  3. 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 BatchNormBackwardDescInit(prop_kind: Int, diffDstMemDesc: Long, srcMemDesc: Long, epsilon: Float, flags: Long)(implicit owner: MemoryOwner): Long
  5. def BatchNormForwardDescInit(propKind: Int, srcMemDesc: Long, epsilon: Float, flags: Long)(implicit owner: MemoryOwner): Long
  6. def ConcatPrimitiveDescCreate(output_desc: Long, n: Int, concat_dimension: Int, input_pds: Array[Long])(implicit owner: MemoryOwner): Long
  7. def ConvBackwardDataDescInit(alg_kind: Int, diff_src_desc: Long, weights_desc: Long, diff_dst_desc: Long, strides: Array[Int], padding_l: Array[Int], padding_r: Array[Int], padding_kind: Int)(implicit owner: MemoryOwner): Long
  8. def ConvBackwardWeightsDescInit(alg_kind: Int, src_desc: Long, diff_weights_desc: Long, diff_bias_desc: Long, diff_dst_desc: Long, strides: Array[Int], padding_l: Array[Int], padding_r: Array[Int], padding_kind: Int)(implicit owner: MemoryOwner): Long
  9. def ConvForwardDescInit(prop_kind: Int, alg_kind: Int, src_desc: Long, weights_desc: Long, bias_desc: Long, dst_desc: Long, strides: Array[Int], padding_l: Array[Int], padding_r: Array[Int], padding_kind: Int)(implicit owner: MemoryOwner): Long
  10. def CreateAttr()(implicit owner: MemoryOwner): Long
  11. def CreatePostOps()(implicit owner: MemoryOwner): Long
  12. def DilatedConvBackwardDataDescInit(alg_kind: Int, diff_src_desc: Long, weights_desc: Long, diff_dst_desc: Long, strides: Array[Int], padding_l: Array[Int], dilates: Array[Int], padding_r: Array[Int], padding_kind: Int)(implicit owner: MemoryOwner): Long
  13. def DilatedConvBackwardWeightsDescInit(alg_kind: Int, src_desc: Long, diff_weights_desc: Long, diff_bias_desc: Long, diff_dst_desc: Long, strides: Array[Int], dilates: Array[Int], padding_l: Array[Int], padding_r: Array[Int], padding_kind: Int)(implicit owner: MemoryOwner): Long
  14. def DilatedConvForwardDescInit(prop_kind: Int, alg_kind: Int, src_desc: Long, weights_desc: Long, bias_desc: Long, dst_desc: Long, strides: Array[Int], dilates: Array[Int], padding_l: Array[Int], padding_r: Array[Int], padding_kind: Int)(implicit owner: MemoryOwner): Long
  15. def EltwiseBackwardDescInit(algKind: Int, diffDataDesc: Long, dataDesc: Long, alpha: Float, beta: Float)(implicit owner: MemoryOwner): Long
  16. def EltwiseForwardDescInit(propKind: Int, algKind: Int, srcDesc: Long, alpha: Float, beta: Float)(implicit owner: MemoryOwner): Long
  17. def LRNBackwardDescInit(alg_kind: Int, diff_data_desc: Long, data_desc: Long, local_size: Int, alpha: Float, beta: Float, k: Float)(implicit owner: MemoryOwner): Long
  18. def LRNForwardDescInit(prop_kind: Int, alg_kind: Int, data_desc: Long, local_size: Int, alpha: Float, beta: Float, k: Float)(implicit owner: MemoryOwner): Long
  19. def LinearBackwardDataDescInit(diffSrcMemDesc: Long, weightMemDesc: Long, diffDstMemDesc: Long)(implicit owner: MemoryOwner): Long
  20. def LinearBackwardWeightsDescInit(srcMemDesc: Long, diffWeightMemDesc: Long, diffBiasMemDesc: Long, diffDstMemDesc: Long)(implicit owner: MemoryOwner): Long
  21. def LinearForwardDescInit(propKind: Int, srcMemDesc: Long, weightMemDesc: Long, biasMemDesc: Long, dstMemDesc: Long)(implicit owner: MemoryOwner): Long
  22. def MemoryDescInit(ndims: Int, dims: Array[Int], dataType: Int, dataFormat: Int)(implicit owner: MemoryOwner): Long
  23. def MemoryPrimitiveDescCreate(desc: Long, engine: Long)(implicit owner: MemoryOwner): Long
  24. def PoolingBackwardDescInit(alg_kind: Int, diff_src_desc: Long, diff_dst_desc: Long, strides: Array[Int], kernel: Array[Int], padding_l: Array[Int], padding_r: Array[Int], padding_kind: Int)(implicit owner: MemoryOwner): Long
  25. def PoolingForwardDescInit(prop_kind: Int, alg_kind: Int, src_desc: Long, dst_desc: Long, strides: Array[Int], kernel: Array[Int], padding_l: Array[Int], padding_r: Array[Int], padding_kind: Int)(implicit owner: MemoryOwner): Long
  26. def PrimitiveCreate0(desc: Long)(implicit owner: MemoryOwner): Long
  27. def PrimitiveCreate2(desc: Long, inputs: Array[Long], indexes: Array[Int], inputLen: Int, outputs: Array[Long], outputLen: Int)(implicit owner: MemoryOwner): Long
  28. def PrimitiveDescCreate(opDesc: Long, engine: Long, hingForwardPrimitiveDesc: Long)(implicit owner: MemoryOwner): Long
  29. def PrimitiveDescCreateV2(opDesc: Long, attr: Long, engine: Long, hingForwardPrimitiveDesc: Long)(implicit owner: MemoryOwner): Long
  30. def RNNBackwardDescInit(prop_kind: Int, rnn_cell_desc: Long, direction: Int, src_layer_desc: Long, src_iter_desc: Long, weights_layer_desc: Long, weights_iter_desc: Long, bias_desc: Long, dst_layer_desc: Long, dst_iter_desc: Long, diff_src_layer_desc: Long, diff_src_iter_desc: Long, diff_weights_layer_desc: Long, diff_weights_iter_desc: Long, diff_bias_desc: Long, diff_dst_layer_desc: Long, diff_dst_iter_desc: Long)(implicit owner: MemoryOwner): Long
  31. def RNNCellDescInit(kind: Int, f: Int, flags: Int, alpha: Float, clipping: Float)(implicit owner: MemoryOwner): Long
  32. def RNNForwardDescInit(prop_kind: Int, rnn_cell_desc: Long, direction: Int, src_layer_desc: Long, src_iter_desc: Long, weights_layer_desc: Long, weights_iter_desc: Long, bias_desc: Long, dst_layer_desc: Long, dst_iter_desc: Long)(implicit owner: MemoryOwner): Long
  33. def ReorderPrimitiveDescCreate(input: Long, output: Long)(implicit owner: MemoryOwner): Long
  34. def ReorderPrimitiveDescCreateV2(input: Long, output: Long, attr: Long)(implicit owner: MemoryOwner): Long
  35. def SoftMaxBackwardDescInit(propKind: Int, diffDesc: Long, dstDesc: Long, axis: Int)(implicit owner: MemoryOwner): Long
  36. def SoftMaxForwardDescInit(prop_kind: Int, dataDesc: Long, axis: Int)(implicit owner: MemoryOwner): Long
  37. def SumPrimitiveDescCreate(output_mem_desc: Long, n: Int, scales: Array[Float], input_pds: Array[Long])(implicit owner: MemoryOwner): Long
  38. def ViewPrimitiveDescCreate(memory_primitive_desc: Long, dims: Array[Int], offsets: Array[Int])(implicit owner: MemoryOwner): Long
  39. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  40. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  41. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  42. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  43. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  44. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  45. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  46. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  47. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  48. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  49. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  50. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  51. def toString(): String
    Definition Classes
    AnyRef → Any
  52. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped