Object

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

NumericInt

Related Doc: package TensorNumeric

Permalink

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
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 abs(x: Int): Int

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

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

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

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

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

    Permalink
    Definition Classes
    UndefinedTensorNumericTensorNumeric
  10. final def asInstanceOf[T0]: T0

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

    Permalink
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def divide(x: Int, y: Int): Int

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. def exp(x: Int): Int

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

    Permalink
    Definition Classes
    UndefinedTensorNumericTensorNumeric
  19. def finalize(): Unit

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

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

    Permalink
  22. 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

    Permalink
    Definition Classes
    UndefinedTensorNumericTensorNumeric
  23. 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

    Permalink
    Definition Classes
    UndefinedTensorNumericTensorNumeric
  24. 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

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

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

    Permalink
  27. def hashCode(): Int

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

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

    Permalink
  30. def isGreaterEq(x: Int, y: Int): Boolean

    Permalink
  31. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  32. def log(x: Int): Int

    Permalink
  33. def log1p(x: Int): Int

    Permalink
  34. def max(x: Int, y: Int): Int

    Permalink
  35. def minus(x: Int, y: Int): Int

    Permalink
  36. final def ne(arg0: AnyRef): Boolean

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

    Permalink
  38. def negative(x: Int): Int

    Permalink
  39. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  41. def one: Int

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

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

    Permalink
  44. def pow(x: Int, y: Int): Int

    Permalink
  45. def pow(x: Int): Int

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

    Permalink
  47. def rand(): Int

    Permalink
    Definition Classes
    UndefinedTensorNumericTensorNumeric
  48. def randn(): Int

    Permalink
    Definition Classes
    UndefinedTensorNumericTensorNumeric
  49. def scal(n: Int, sa: Int, sx: Array[Int], offset: Int, incx: Int): Unit

    Permalink
    Definition Classes
    UndefinedTensorNumericTensorNumeric
  50. def sqrt(x: Int): Int

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

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

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

    Permalink
    Definition Classes
    AnyRef
  54. def tanh(x: Int): Int

    Permalink
  55. def times(x: Int, y: Int): Int

    Permalink
  56. def toString(): String

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

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

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

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

    Permalink
    Definition Classes
    UndefinedTensorNumericTensorNumeric
  61. def vExp(n: Int, a: Array[Int], aOffset: Int, y: Array[Int], yOffset: Int): Unit

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

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

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

    Permalink
    Definition Classes
    UndefinedTensorNumericTensorNumeric
  65. def vPowx(n: Int, a: Array[Int], aOffset: Int, b: Int, y: Array[Int], yOffset: Int): Unit

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

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

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

    Permalink
    Definition Classes
    UndefinedTensorNumericTensorNumeric
  69. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    TensorNumeric

Inherited from UndefinedTensorNumeric[Int]

Inherited from TensorNumeric[Int]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped