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

NumericFloat

implicit object NumericFloat extends UndefinedTensorNumeric[Float]

Linear Supertypes
UndefinedTensorNumeric[Float], TensorNumeric[Float], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. NumericFloat
  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: Float): Float

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

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

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

  10. def and(x: Float, y: Float): Float

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

  12. final def asInstanceOf[T0]: T0

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

  14. def ceil(a: Float): Float

  15. def clip(a: Float, lower: Float, upper: Float): Float

  16. def clone(): AnyRef

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

  18. def divide(x: Float, y: Float): Float

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

  20. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  22. def erf(a: Float): Float

  23. def erfc(a: Float): Float

  24. def exp(x: Float): Float

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

  26. def finalize(): Unit

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

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

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

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

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

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

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

  37. def isFinite(a: Float): Boolean

  38. def isGreater(x: Float, y: Float): Boolean

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

  40. def isInf(a: Float): Boolean

  41. final def isInstanceOf[T0]: Boolean

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

  43. def log(x: Float): Float

  44. def log1p(x: Float): Float

  45. def logGamma(a: Float): Float

  46. def max(x: Float, y: Float): Float

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

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

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

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

  51. def negative(x: Float): Float

  52. final def notify(): Unit

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

    Definition Classes
    AnyRef
  54. def one: Float

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

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

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

  58. def pow(x: Float): Float

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

  60. def rand(): Float

  61. def randn(): Float

  62. def round(a: Float): Float

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

  64. def sqrt(x: Float): Float

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

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

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

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

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

  70. def toString(): String

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

  72. def truncate(a: Float): Float

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

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

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

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

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

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

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

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

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

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

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

  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: Float

    Definition Classes
    TensorNumeric

Inherited from UndefinedTensorNumeric[Float]

Inherited from TensorNumeric[Float]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped