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

NumericBoolean

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

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

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

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

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

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

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

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

    Definition Classes
    UndefinedTensorNumericTensorNumeric
  14. def clone(): AnyRef

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

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

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

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

    Definition Classes
    AnyRef → Any
  19. def exp(x: Boolean): Boolean

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

    Definition Classes
    UndefinedTensorNumericTensorNumeric
  21. def finalize(): Unit

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

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

  24. 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

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

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

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

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

  29. def hashCode(): Int

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

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

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

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

    Definition Classes
    Any
  34. def log(x: Boolean): Boolean

    Definition Classes
    UndefinedTensorNumericTensorNumeric
  35. def log1p(x: Boolean): Boolean

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

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

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

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

  40. def negative(x: Boolean): Boolean

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

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

    Definition Classes
    AnyRef
  43. def one: Boolean

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

  45. def plus(x: Boolean, y: Boolean): Boolean

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

    Definition Classes
    UndefinedTensorNumericTensorNumeric
  47. def pow(x: Boolean): Boolean

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

    Definition Classes
    UndefinedTensorNumericTensorNumeric
  49. def rand(): Boolean

    Definition Classes
    UndefinedTensorNumericTensorNumeric
  50. def randn(): Boolean

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

    Definition Classes
    UndefinedTensorNumericTensorNumeric
  52. def sqrt(x: Boolean): Boolean

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

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

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

    Definition Classes
    AnyRef
  56. def tanh(x: Boolean): Boolean

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

    Definition Classes
    UndefinedTensorNumericTensorNumeric
  58. def toString(): String

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    TensorNumeric

Inherited from UndefinedTensorNumeric[Boolean]

Inherited from TensorNumeric[Boolean]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped