Trait/Object

com.intel.analytics.bigdl.tensor.TensorNumericMath

TensorNumeric

Related Docs: object TensorNumeric | package TensorNumericMath

Permalink

trait TensorNumeric[T] extends Serializable

define tensor math operation

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TensorNumeric
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def abs(x: T): T

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

    Permalink
  3. abstract def addcdiv(value: T, n: Int, self: Array[T], selfOffset: Int, a: Array[T], aOffset: Int, b: Array[T], bOffset: Int): Unit

    Permalink
  4. abstract def addcmul(value: T, n: Int, self: Array[T], selfOffset: Int, a: Array[T], aOffset: Int, b: Array[T], bOffset: Int): Unit

    Permalink
  5. abstract def and(x: T, y: T): T

    Permalink
  6. abstract def arraycopy(src: Array[T], srcPos: Int, dest: Array[T], destPos: Int, length: Int): Unit

    Permalink
  7. abstract def axpy(n: Int, da: T, dx: Array[T], _dx_offset: Int, incx: Int, dy: Array[T], _dy_offset: Int, incy: Int): Unit

    Permalink
  8. abstract def divide(x: T, y: T): T

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

    Permalink
  10. abstract def exp(x: T): T

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

    Permalink
  12. abstract def floor(a: T): T

    Permalink
  13. abstract def fromType[K](k: K)(implicit c: ConvertableFrom[K]): T

    Permalink
  14. abstract 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

    Permalink
  15. abstract 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

    Permalink
  16. abstract 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

    Permalink
  17. abstract def getType(): TensorDataType

    Permalink
  18. abstract def inv(v: T): T

    Permalink
  19. abstract def isGreater(x: T, y: T): Boolean

    Permalink
  20. abstract def isGreaterEq(x: T, y: T): Boolean

    Permalink
  21. abstract def log(x: T): T

    Permalink
  22. abstract def log1p(x: T): T

    Permalink
  23. abstract def max(x: T, y: T): T

    Permalink
  24. abstract def minus(x: T, y: T): T

    Permalink
  25. abstract def nearlyEqual(a: T, b: T, epsilon: Double): Boolean

    Permalink
  26. abstract def negative(x: T): T

    Permalink
  27. abstract def or(x: T, y: T): T

    Permalink
  28. abstract def plus(x: T, y: T): T

    Permalink
  29. abstract def pow(x: T, y: T): T

    Permalink
  30. abstract def pow(x: T): T

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

    Permalink
  32. abstract def rand(): T

    Permalink
  33. abstract def randn(): T

    Permalink
  34. abstract def scal(n: Int, sa: T, sx: Array[T], offset: Int, incx: Int): Unit

    Permalink
  35. abstract def sqrt(x: T): T

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

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

    Permalink
  38. abstract def tanh(x: T): T

    Permalink
  39. abstract def times(x: T, y: T): T

    Permalink
  40. abstract def toType[K](t: T)(implicit c: ConvertableTo[K]): K

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

    Permalink
  42. abstract def vAdd(n: Int, a: Array[T], aOffset: Int, b: Array[T], bOffset: Int, y: Array[T], yOffset: Int): Unit

    Permalink
  43. abstract def vDiv(n: Int, a: Array[T], aOffset: Int, b: Array[T], bOffset: Int, y: Array[T], yOffset: Int): Unit

    Permalink
  44. abstract def vExp(n: Int, a: Array[T], aOffset: Int, y: Array[T], yOffset: Int): Unit

    Permalink
  45. abstract def vLn(n: Int, a: Array[T], aOffset: Int, y: Array[T], yOffset: Int): Unit

    Permalink
  46. abstract def vLog1p(n: Int, a: Array[T], aOffset: Int, y: Array[T], yOffset: Int): Unit

    Permalink
  47. abstract def vMul(n: Int, a: Array[T], aOffset: Int, b: Array[T], bOffset: Int, y: Array[T], yOffset: Int): Unit

    Permalink
  48. abstract def vPowx(n: Int, a: Array[T], aOffset: Int, b: T, y: Array[T], yOffset: Int): Unit

    Permalink
  49. abstract def vSqrt(n: Int, a: Array[T], aOffset: Int, y: Array[T], yOffset: Int): Unit

    Permalink
  50. abstract def vSub(n: Int, a: Array[T], aOffset: Int, b: Array[T], bOffset: Int, y: Array[T], yOffset: Int): Unit

    Permalink
  51. abstract def vTanh(n: Int, a: Array[T], aOffset: Int, y: Array[T], yOffset: Int): Unit

    Permalink

Concrete 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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  10. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  11. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  15. def one: T

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

    Permalink
    Definition Classes
    AnyRef
  17. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. def zero: T

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped