Object

com.intel.analytics.bigdl.nn.mkldnn

MklDnnMemory

Related Doc: package mkldnn

Permalink

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

    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. def BatchNormBackwardDescInit(prop_kind: Int, diffDstMemDesc: Long, srcMemDesc: Long, epsilon: Float, flags: Long)(implicit owner: MemoryOwner): Long

    Permalink
  5. def BatchNormForwardDescInit(propKind: Int, srcMemDesc: Long, epsilon: Float, flags: Long)(implicit owner: MemoryOwner): Long

    Permalink
  6. def ConcatPrimitiveDescCreate(output_desc: Long, n: Int, concat_dimension: Int, input_pds: Array[Long])(implicit owner: MemoryOwner): Long

    Permalink
  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

    Permalink
  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

    Permalink
  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

    Permalink
  10. def CreateAttr()(implicit owner: MemoryOwner): Long

    Permalink
  11. def CreatePostOps()(implicit owner: MemoryOwner): Long

    Permalink
  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

    Permalink
  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

    Permalink
  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

    Permalink
  15. def EltwiseBackwardDescInit(algKind: Int, diffDataDesc: Long, dataDesc: Long, alpha: Float, beta: Float)(implicit owner: MemoryOwner): Long

    Permalink
  16. def EltwiseForwardDescInit(propKind: Int, algKind: Int, srcDesc: Long, alpha: Float, beta: Float)(implicit owner: MemoryOwner): Long

    Permalink
  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

    Permalink
  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

    Permalink
  19. def LinearBackwardDataDescInit(diffSrcMemDesc: Long, weightMemDesc: Long, diffDstMemDesc: Long)(implicit owner: MemoryOwner): Long

    Permalink
  20. def LinearBackwardWeightsDescInit(srcMemDesc: Long, diffWeightMemDesc: Long, diffBiasMemDesc: Long, diffDstMemDesc: Long)(implicit owner: MemoryOwner): Long

    Permalink
  21. def LinearForwardDescInit(propKind: Int, srcMemDesc: Long, weightMemDesc: Long, biasMemDesc: Long, dstMemDesc: Long)(implicit owner: MemoryOwner): Long

    Permalink
  22. def MemoryDescInit(ndims: Int, dims: Array[Int], dataType: Int, dataFormat: Int)(implicit owner: MemoryOwner): Long

    Permalink
  23. def MemoryPrimitiveDescCreate(desc: Long, engine: Long)(implicit owner: MemoryOwner): Long

    Permalink
  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

    Permalink
  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

    Permalink
  26. def PrimitiveCreate0(desc: Long)(implicit owner: MemoryOwner): Long

    Permalink
  27. def PrimitiveCreate2(desc: Long, inputs: Array[Long], indexes: Array[Int], inputLen: Int, outputs: Array[Long], outputLen: Int)(implicit owner: MemoryOwner): Long

    Permalink
  28. def PrimitiveDescCreate(opDesc: Long, engine: Long, hingForwardPrimitiveDesc: Long)(implicit owner: MemoryOwner): Long

    Permalink
  29. def PrimitiveDescCreateV2(opDesc: Long, attr: Long, engine: Long, hingForwardPrimitiveDesc: Long)(implicit owner: MemoryOwner): Long

    Permalink
  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

    Permalink
  31. def RNNCellDescInit(kind: Int, f: Int, flags: Int, alpha: Float, clipping: Float)(implicit owner: MemoryOwner): Long

    Permalink
  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

    Permalink
  33. def ReorderPrimitiveDescCreate(input: Long, output: Long)(implicit owner: MemoryOwner): Long

    Permalink
  34. def ReorderPrimitiveDescCreateV2(input: Long, output: Long, attr: Long)(implicit owner: MemoryOwner): Long

    Permalink
  35. def SoftMaxBackwardDescInit(propKind: Int, diffDesc: Long, dstDesc: Long, axis: Int)(implicit owner: MemoryOwner): Long

    Permalink
  36. def SoftMaxForwardDescInit(prop_kind: Int, dataDesc: Long, axis: Int)(implicit owner: MemoryOwner): Long

    Permalink
  37. def SumPrimitiveDescCreate(output_mem_desc: Long, n: Int, scales: Array[Float], input_pds: Array[Long])(implicit owner: MemoryOwner): Long

    Permalink
  38. def ViewPrimitiveDescCreate(memory_primitive_desc: Long, dims: Array[Int], offsets: Array[Int])(implicit owner: MemoryOwner): Long

    Permalink
  39. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped