Object

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

NumericBoolean

Related Doc: package TensorNumeric

Permalink

implicit object NumericBoolean extends UndefinedTensorNumeric[Boolean]

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

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

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

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

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

    Permalink
  9. def arraycopy(src: Array[Boolean], srcPos: Int, dest: Array[Boolean], 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: Boolean, dx: Array[Boolean], _dx_offset: Int, incx: Int, dy: Array[Boolean], _dy_offset: Int, incy: Int): Unit

    Permalink
    Definition Classes
    UndefinedTensorNumericTensorNumeric
  12. def ceil(a: Boolean): Boolean

    Permalink
    Definition Classes
    UndefinedTensorNumericTensorNumeric
  13. def clip(a: Boolean, lower: Boolean, upper: Boolean): Boolean

    Permalink
    Definition Classes
    UndefinedTensorNumericTensorNumeric
  14. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. def digamma(v: Boolean): Boolean

    Permalink
    Definition Classes
    UndefinedTensorNumericTensorNumeric
  16. def divide(x: Boolean, y: Boolean): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  20. def erf(x: Boolean): Boolean

    Permalink
    Definition Classes
    UndefinedTensorNumericTensorNumeric
  21. def erfc(x: Boolean): Boolean

    Permalink
    Definition Classes
    UndefinedTensorNumericTensorNumeric
  22. def exp(x: Boolean): Boolean

    Permalink
    Definition Classes
    UndefinedTensorNumericTensorNumeric
  23. def fill(data: Array[Boolean], fromIndex: Int, toIndex: Int, value: Boolean): Unit

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

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

    Permalink
    Definition Classes
    UndefinedTensorNumericTensorNumeric
  26. def floorDiv(a: Boolean, b: Boolean): Boolean

    Permalink
    Definition Classes
    UndefinedTensorNumericTensorNumeric
  27. def fromType[K](k: K)(implicit c: ConvertableFrom[K]): Boolean

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

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

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

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

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

    Permalink
  33. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  34. def inv(v: Boolean): Boolean

    Permalink
    Definition Classes
    UndefinedTensorNumericTensorNumeric
  35. def isFinite(a: Boolean): Boolean

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

    Permalink
    Definition Classes
    UndefinedTensorNumericTensorNumeric
  37. def isGreaterEq(x: Boolean, y: Boolean): Boolean

    Permalink
    Definition Classes
    UndefinedTensorNumericTensorNumeric
  38. def isInf(a: Boolean): Boolean

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

    Permalink
    Definition Classes
    Any
  40. def isNan(a: Boolean): Boolean

    Permalink
    Definition Classes
    UndefinedTensorNumericTensorNumeric
  41. def log(x: Boolean): Boolean

    Permalink
    Definition Classes
    UndefinedTensorNumericTensorNumeric
  42. def log1p(x: Boolean): Boolean

    Permalink
    Definition Classes
    UndefinedTensorNumericTensorNumeric
  43. def logGamma(v: Boolean): Boolean

    Permalink
    Definition Classes
    UndefinedTensorNumericTensorNumeric
  44. def max(x: Boolean, y: Boolean): Boolean

    Permalink
    Definition Classes
    UndefinedTensorNumericTensorNumeric
  45. def min(x: Boolean, y: Boolean): Boolean

    Permalink
    Definition Classes
    UndefinedTensorNumericTensorNumeric
  46. def minus(x: Boolean, y: Boolean): Boolean

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

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

    Permalink
  49. def negative(x: Boolean): Boolean

    Permalink
    Definition Classes
    UndefinedTensorNumericTensorNumeric
  50. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  52. def one: Boolean

    Permalink
    Definition Classes
    TensorNumeric
  53. def or(x: Boolean, y: Boolean): Boolean

    Permalink
  54. def plus(x: Boolean, y: Boolean): Boolean

    Permalink
    Definition Classes
    UndefinedTensorNumericTensorNumeric
  55. def pow(x: Boolean, y: Boolean): Boolean

    Permalink
    Definition Classes
    UndefinedTensorNumericTensorNumeric
  56. def pow(x: Boolean): Boolean

    Permalink
    Definition Classes
    UndefinedTensorNumericTensorNumeric
  57. def prod(n: Int, a: Array[Boolean], aOffset: Int, stride: Int): Boolean

    Permalink
    Definition Classes
    UndefinedTensorNumericTensorNumeric
  58. def rand(): Boolean

    Permalink
    Definition Classes
    UndefinedTensorNumericTensorNumeric
  59. def randn(): Boolean

    Permalink
    Definition Classes
    UndefinedTensorNumericTensorNumeric
  60. def round(a: Boolean): Boolean

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

    Permalink
    Definition Classes
    UndefinedTensorNumericTensorNumeric
  62. def sqrt(x: Boolean): Boolean

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

    Permalink
    Definition Classes
    UndefinedTensorNumericTensorNumeric
  64. def sum(n: Int, a: Array[Boolean], aOffset: Int, stride: Int): Boolean

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

    Permalink
    Definition Classes
    AnyRef
  66. def tanh(x: Boolean): Boolean

    Permalink
    Definition Classes
    UndefinedTensorNumericTensorNumeric
  67. def times(x: Boolean, y: Boolean): Boolean

    Permalink
    Definition Classes
    UndefinedTensorNumericTensorNumeric
  68. def toString(): String

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

    Permalink
  70. def truncate(a: Boolean): Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  85. def zero: Boolean

    Permalink
    Definition Classes
    TensorNumeric

Inherited from UndefinedTensorNumeric[Boolean]

Inherited from TensorNumeric[Boolean]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped