com.intel.analytics.bigdl.tensor.TensorNumericMath.TensorNumeric

NumericInt

implicit object NumericInt extends UndefinedTensorNumeric[Int]

Linear Supertypes
UndefinedTensorNumeric[Int], TensorNumeric[Int], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. NumericInt
  2. UndefinedTensorNumeric
  3. TensorNumeric
  4. Serializable
  5. Serializable
  6. AnyRef
  7. 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 abs(x: Int): Int

  7. def add(n: Int, a: Array[Int], offset: Int, v: Int, stride: Int): Unit

    Definition Classes
    UndefinedTensorNumericTensorNumeric
  8. def addcdiv(value: Int, n: Int, self: Array[Int], selfOffset: Int, a: Array[Int], aOffset: Int, b: Array[Int], bOffset: Int): Unit

    Definition Classes
    UndefinedTensorNumericTensorNumeric
  9. def addcmul(value: Int, n: Int, self: Array[Int], selfOffset: Int, a: Array[Int], aOffset: Int, b: Array[Int], bOffset: Int): Unit

    Definition Classes
    UndefinedTensorNumericTensorNumeric
  10. def and(x: Int, y: Int): Int

    Definition Classes
    UndefinedTensorNumericTensorNumeric
  11. def arraycopy(src: Array[Int], srcPos: Int, dest: Array[Int], destPos: Int, length: Int): Unit

    Definition Classes
    UndefinedTensorNumericTensorNumeric
  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. def axpy(n: Int, da: Int, dx: Array[Int], _dx_offset: Int, incx: Int, dy: Array[Int], _dy_offset: Int, incy: Int): Unit

  14. def ceil(a: Int): Int

    Definition Classes
    UndefinedTensorNumericTensorNumeric
  15. def clip(a: Int, lower: Int, upper: Int): Int

    Definition Classes
    UndefinedTensorNumericTensorNumeric
  16. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. def digamma(v: Int): Int

    Definition Classes
    UndefinedTensorNumericTensorNumeric
  18. def divide(x: Int, y: Int): Int

  19. def dot(n: Int, dx: Array[Int], _dx_offset: Int, incx: Int, dy: Array[Int], _dy_offset: Int, incy: Int): Int

    Definition Classes
    UndefinedTensorNumericTensorNumeric
  20. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  22. def erf(x: Int): Int

    Definition Classes
    UndefinedTensorNumericTensorNumeric
  23. def erfc(x: Int): Int

    Definition Classes
    UndefinedTensorNumericTensorNumeric
  24. def exp(x: Int): Int

  25. def fill(data: Array[Int], fromIndex: Int, toIndex: Int, value: Int): Unit

    Definition Classes
    UndefinedTensorNumericTensorNumeric
  26. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  27. def floor(a: Int): Int

  28. def floorDiv(a: Int, b: Int): Int

  29. def fromType[K](k: K)(implicit c: ConvertableFrom[K]): Int

  30. def gemm(transa: Char, transb: Char, m: Int, n: Int, k: Int, alpha: Int, a: Array[Int], aOffset: Int, lda: Int, b: Array[Int], bOffset: Int, ldb: Int, beta: Int, c: Array[Int], cOffset: Int, ldc: Int): Unit

    Definition Classes
    UndefinedTensorNumericTensorNumeric
  31. def gemv(trans: Char, m: Int, n: Int, alpha: Int, a: Array[Int], aoffset: Int, lda: Int, x: Array[Int], xOffset: Int, incx: Int, beta: Int, y: Array[Int], yOffset: Int, incy: Int): Unit

    Definition Classes
    UndefinedTensorNumericTensorNumeric
  32. def ger(m: Int, n: Int, alpha: Int, x: Array[Int], _x_offset: Int, incx: Int, y: Array[Int], _y_offset: Int, incy: Int, a: Array[Int], _a_offset: Int, lda: Int): Unit

    Definition Classes
    UndefinedTensorNumericTensorNumeric
  33. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  34. def getType(): TensorDataType

  35. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  36. def inv(v: Int): Int

    Definition Classes
    UndefinedTensorNumericTensorNumeric
  37. def isFinite(a: Int): Boolean

    Definition Classes
    UndefinedTensorNumericTensorNumeric
  38. def isGreater(x: Int, y: Int): Boolean

  39. def isGreaterEq(x: Int, y: Int): Boolean

  40. def isInf(a: Int): Boolean

    Definition Classes
    UndefinedTensorNumericTensorNumeric
  41. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  42. def isNan(a: Int): Boolean

    Definition Classes
    UndefinedTensorNumericTensorNumeric
  43. def log(x: Int): Int

  44. def log1p(x: Int): Int

  45. def logGamma(v: Int): Int

    Definition Classes
    UndefinedTensorNumericTensorNumeric
  46. def max(x: Int, y: Int): Int

  47. def min(x: Int, y: Int): Int

  48. def minus(x: Int, y: Int): Int

  49. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  50. def nearlyEqual(a: Int, b: Int, epsilon: Double): Boolean

  51. def negative(x: Int): Int

  52. final def notify(): Unit

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

    Definition Classes
    AnyRef
  54. def one: Int

    Definition Classes
    TensorNumeric
  55. def or(x: Int, y: Int): Int

    Definition Classes
    UndefinedTensorNumericTensorNumeric
  56. def plus(x: Int, y: Int): Int

  57. def pow(x: Int, y: Int): Int

  58. def pow(x: Int): Int

  59. def prod(n: Int, a: Array[Int], aOffset: Int, stride: Int): Int

  60. def rand(): Int

    Definition Classes
    UndefinedTensorNumericTensorNumeric
  61. def randn(): Int

    Definition Classes
    UndefinedTensorNumericTensorNumeric
  62. def round(a: Int): Int

  63. def scal(n: Int, sa: Int, sx: Array[Int], offset: Int, incx: Int): Unit

    Definition Classes
    UndefinedTensorNumericTensorNumeric
  64. def sqrt(x: Int): Int

  65. def sub(n: Int, a: Array[Int], offset: Int, v: Int, stride: Int): Unit

  66. def sum(n: Int, a: Array[Int], aOffset: Int, stride: Int): Int

  67. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  68. def tanh(x: Int): Int

  69. def times(x: Int, y: Int): Int

  70. def toString(): String

    Definition Classes
    AnyRef → Any
  71. def toType[K](t: Int)(implicit c: ConvertableTo[K]): K

  72. def truncate(a: Int): Int

  73. def vAbs(n: Int, a: Array[Int], aOffset: Int, y: Array[Int], yOffset: Int): Unit

    Definition Classes
    UndefinedTensorNumericTensorNumeric
  74. def vAdd(n: Int, a: Array[Int], aOffset: Int, b: Array[Int], bOffset: Int, y: Array[Int], yOffset: Int): Unit

    Definition Classes
    UndefinedTensorNumericTensorNumeric
  75. def vDiv(n: Int, a: Array[Int], aOffset: Int, b: Array[Int], bOffset: Int, y: Array[Int], yOffset: Int): Unit

  76. def vExp(n: Int, a: Array[Int], aOffset: Int, y: Array[Int], yOffset: Int): Unit

    Definition Classes
    UndefinedTensorNumericTensorNumeric
  77. def vLn(n: Int, a: Array[Int], aOffset: Int, y: Array[Int], yOffset: Int): Unit

    Definition Classes
    UndefinedTensorNumericTensorNumeric
  78. def vLog1p(n: Int, a: Array[Int], aOffset: Int, y: Array[Int], yOffset: Int): Unit

    Definition Classes
    UndefinedTensorNumericTensorNumeric
  79. def vMul(n: Int, a: Array[Int], aOffset: Int, b: Array[Int], bOffset: Int, y: Array[Int], yOffset: Int): Unit

  80. def vPowx(n: Int, a: Array[Int], aOffset: Int, b: Int, y: Array[Int], yOffset: Int): Unit

    Definition Classes
    UndefinedTensorNumericTensorNumeric
  81. def vSqrt(n: Int, a: Array[Int], aOffset: Int, y: Array[Int], yOffset: Int): Unit

    Definition Classes
    UndefinedTensorNumericTensorNumeric
  82. def vSub(n: Int, a: Array[Int], aOffset: Int, b: Array[Int], bOffset: Int, y: Array[Int], yOffset: Int): Unit

    Definition Classes
    UndefinedTensorNumericTensorNumeric
  83. def vTanh(n: Int, a: Array[Int], aOffset: Int, y: Array[Int], yOffset: Int): Unit

    Definition Classes
    UndefinedTensorNumericTensorNumeric
  84. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  87. def zero: Int

    Definition Classes
    TensorNumeric

Inherited from UndefinedTensorNumeric[Int]

Inherited from TensorNumeric[Int]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped