com.intel.analytics.bigdl.nn.mkldnn

MklDnnMemory

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
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def BatchNormBackwardDescInit(prop_kind: Int, diffDstMemDesc: Long, srcMemDesc: Long, epsilon: Float, flags: Long)(implicit owner: MemoryOwner): Long

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

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

  9. 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

  10. 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

  11. 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

  12. def CreateAttr()(implicit owner: MemoryOwner): Long

  13. def CreatePostOps()(implicit owner: MemoryOwner): Long

  14. 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

  15. 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

  16. 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

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

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

  19. 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

  20. def LRNForwardDescInit(prop_kind: Int, alg_kind: Int, data_desc: Long, local_size: Int, alpha: Float, beta: Float, k: Float)(implicit owner: MemoryOwner): Long

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

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

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

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

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

  26. 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

  27. 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

  28. def PrimitiveCreate0(desc: Long)(implicit owner: MemoryOwner): Long

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

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

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

  32. 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

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

  34. 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

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

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

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

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

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

  40. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  41. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  52. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped