com.intel.analytics.bigdl.tensor.TensorNumericMath

UndefinedTensorNumeric

abstract class UndefinedTensorNumeric[T] extends TensorNumeric[T]

define tensor math operation

Linear Supertypes
TensorNumeric[T], Serializable, Serializable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. UndefinedTensorNumeric
  2. TensorNumeric
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new UndefinedTensorNumeric(typeName: String)

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: T): T

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

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

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

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

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

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

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

    Definition Classes
    UndefinedTensorNumericTensorNumeric
  14. def ceil(a: T): T

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

    Definition Classes
    UndefinedTensorNumericTensorNumeric
  16. def clone(): AnyRef

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

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

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

    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: T): T

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

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

    Definition Classes
    UndefinedTensorNumericTensorNumeric
  25. def fill(data: Array[T], fromIndex: Int, toIndex: Int, value: T): 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: T): T

    Definition Classes
    UndefinedTensorNumericTensorNumeric
  28. def floorDiv(a: T, b: T): T

    Definition Classes
    UndefinedTensorNumericTensorNumeric
  29. def fromType[K](k: K)(implicit c: ConvertableFrom[K]): T

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

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

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

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

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

    Definition Classes
    UndefinedTensorNumericTensorNumeric
  35. def hashCode(): Int

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

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

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

    Definition Classes
    UndefinedTensorNumericTensorNumeric
  39. def isGreaterEq(x: T, y: T): Boolean

    Definition Classes
    UndefinedTensorNumericTensorNumeric
  40. def isInf(a: T): Boolean

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

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

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

    Definition Classes
    UndefinedTensorNumericTensorNumeric
  44. def log1p(x: T): T

    Definition Classes
    UndefinedTensorNumericTensorNumeric
  45. def logGamma(v: T): T

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

    Definition Classes
    UndefinedTensorNumericTensorNumeric
  47. def min(x: T, y: T): T

    Definition Classes
    UndefinedTensorNumericTensorNumeric
  48. def minus(x: T, y: T): T

    Definition Classes
    UndefinedTensorNumericTensorNumeric
  49. final def ne(arg0: AnyRef): Boolean

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

    Definition Classes
    UndefinedTensorNumericTensorNumeric
  51. def negative(x: T): T

    Definition Classes
    UndefinedTensorNumericTensorNumeric
  52. final def notify(): Unit

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

    Definition Classes
    AnyRef
  54. def one: T

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

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

    Definition Classes
    UndefinedTensorNumericTensorNumeric
  57. def pow(x: T, y: T): T

    Definition Classes
    UndefinedTensorNumericTensorNumeric
  58. def pow(x: T): T

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

    Definition Classes
    UndefinedTensorNumericTensorNumeric
  60. def rand(): T

    Definition Classes
    UndefinedTensorNumericTensorNumeric
  61. def randn(): T

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

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

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

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

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

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

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

    Definition Classes
    UndefinedTensorNumericTensorNumeric
  69. def times(x: T, y: T): T

    Definition Classes
    UndefinedTensorNumericTensorNumeric
  70. def toString(): String

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

    Definition Classes
    UndefinedTensorNumericTensorNumeric
  72. def truncate(a: T): T

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    UndefinedTensorNumericTensorNumeric
  83. def vTanh(n: Int, a: Array[T], aOffset: Int, y: Array[T], 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: T

    Definition Classes
    TensorNumeric

Inherited from TensorNumeric[T]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped