Object

com.intel.analytics.bigdl.tensor

DenseTensorMath

Related Doc: package tensor

Permalink

object DenseTensorMath

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DenseTensorMath
  2. AnyRef
  3. 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 add[T](self: DenseTensor[T], t: Tensor[T])(implicit arg0: ClassTag[T], ev: TensorNumeric[T]): Tensor[T]

    Permalink
  5. def add[T](s: T, t: DenseTensor[T])(implicit arg0: ClassTag[T], ev: TensorNumeric[T]): Tensor[T]

    Permalink
  6. def addmm[T](r: Tensor[T], beta: T, t: Tensor[T], alpha: T, m1: Tensor[T], m2: Tensor[T])(implicit arg0: ClassTag[T], ev: TensorNumeric[T]): Tensor[T]

    Permalink
  7. def addmv[T](r: Tensor[T], beta: T, t: Tensor[T], alpha: T, mat: Tensor[T], vec: Tensor[T])(implicit ev: TensorNumeric[T]): Tensor[T]

    Permalink
  8. def addr[T](r: Tensor[T], beta: T, t: Tensor[T], alpha: T, vec1: Tensor[T], vec2: Tensor[T])(implicit ev: TensorNumeric[T]): Tensor[T]

    Permalink
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def baddbmm[T](result: Tensor[T], beta: T, M: Tensor[T], alpha: T, batch1: Tensor[T], batch2: Tensor[T])(implicit arg0: ClassTag[T], ev: TensorNumeric[T]): Tensor[T]

    Permalink
  11. def cadd[T](self: DenseTensor[T], x: Tensor[T], value: T, y: Tensor[T])(implicit ev: TensorNumeric[T]): Tensor[T]

    Permalink
  12. def cdiv[T](self: DenseTensor[T], x: Tensor[T], y: Tensor[T])(implicit ev: TensorNumeric[T]): Tensor[T]

    Permalink
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def cmax[T](self: DenseTensor[T], x: Tensor[T], y: Tensor[T])(implicit ev: TensorNumeric[T]): Tensor[T]

    Permalink
  15. def cmin[T](self: DenseTensor[T], x: Tensor[T], y: Tensor[T])(implicit ev: TensorNumeric[T]): Tensor[T]

    Permalink
  16. def cmul[T](self: DenseTensor[T], x: DenseTensor[T], y: DenseTensor[T])(implicit ev: TensorNumeric[T]): Tensor[T]

    Permalink
  17. def csub[T](self: DenseTensor[T], x: Tensor[T], value: T, y: Tensor[T])(implicit ev: TensorNumeric[T]): Tensor[T]

    Permalink
  18. def divide[T](self: DenseTensor[T], t: Tensor[T])(implicit arg0: ClassTag[T], ev: TensorNumeric[T]): Tensor[T]

    Permalink
  19. def divide[T](s: T, t: DenseTensor[T])(implicit arg0: ClassTag[T], ev: TensorNumeric[T]): Tensor[T]

    Permalink
  20. val doubleEpsilon: Double

    Permalink
  21. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  23. def exp[T](self: DenseTensor[T], x: Tensor[T])(implicit arg0: ClassTag[T], ev: TensorNumeric[T]): Tensor[T]

    Permalink
  24. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. val floatEpsilon: Double

    Permalink
  26. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    Any
  29. def log[T](self: DenseTensor[T], x: Tensor[T])(implicit arg0: ClassTag[T], ev: TensorNumeric[T]): Tensor[T]

    Permalink
  30. def log1p[T](self: DenseTensor[T], x: Tensor[T])(implicit arg0: ClassTag[T], ev: TensorNumeric[T]): Tensor[T]

    Permalink
  31. def maxAll[T](self: DenseTensor[T])(implicit ev: TensorNumeric[T]): T

    Permalink
  32. def mean[T](self: DenseTensor[T], _dim: Int)(implicit arg0: ClassTag[T], ev: TensorNumeric[T]): Tensor[T]

    Permalink
  33. def meanAll[T](self: DenseTensor[T])(implicit ev: TensorNumeric[T]): T

    Permalink
  34. def minAll[T](self: DenseTensor[T])(implicit ev: TensorNumeric[T]): T

    Permalink
  35. def mul[T](self: Tensor[T], t: Tensor[T])(implicit arg0: ClassTag[T], ev: TensorNumeric[T]): Tensor[T]

    Permalink
  36. def mul[T](s: T, t: DenseTensor[T])(implicit arg0: ClassTag[T], ev: TensorNumeric[T]): Tensor[T]

    Permalink
  37. def mul[T](self: DenseTensor[T], x: Tensor[T], value: T)(implicit ev: TensorNumeric[T]): Tensor[T]

    Permalink
  38. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  39. def nearlyEqual[T](a: T, b: T, epsilon: Double)(implicit ev: TensorNumeric[T]): Boolean

    Permalink
  40. def neg[T](self: DenseTensor[T])(implicit arg0: ClassTag[T], ev: TensorNumeric[T]): Tensor[T]

    Permalink
  41. def norm[T](self: DenseTensor[T], result: Tensor[T], value: Int, _dim: Int)(implicit arg0: ClassTag[T], ev: TensorNumeric[T]): Tensor[T]

    Permalink

    returns the p-norms of the Tensor x computed over the dimension dim.

    returns the p-norms of the Tensor x computed over the dimension dim.

    value

    value-norms

    _dim

    the dimension dim

  42. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  44. def pow[T](self: DenseTensor[T], x: Tensor[T], n: T)(implicit arg0: ClassTag[T], ev: TensorNumeric[T]): Tensor[T]

    Permalink
  45. def prod[T](self: DenseTensor[T], x: Tensor[T], _dim: Int)(implicit arg0: ClassTag[T], ev: TensorNumeric[T]): Tensor[T]

    Permalink
  46. def prodAll[T](self: DenseTensor[T])(implicit ev: TensorNumeric[T]): T

    Permalink
  47. def sqrt[T](self: DenseTensor[T], x: Tensor[T])(implicit arg0: ClassTag[T], ev: TensorNumeric[T]): Tensor[T]

    Permalink
  48. def sub[T](self: DenseTensor[T], t: Tensor[T])(implicit arg0: ClassTag[T], ev: TensorNumeric[T]): Tensor[T]

    Permalink
  49. def sub[T](s: T, t: DenseTensor[T])(implicit arg0: ClassTag[T], ev: TensorNumeric[T]): Tensor[T]

    Permalink
  50. def sum[T](self: DenseTensor[T], x: Tensor[T], _dim: Int)(implicit arg0: ClassTag[T], ev: TensorNumeric[T]): Tensor[T]

    Permalink
  51. def sumAll[T](self: DenseTensor[T])(implicit ev: TensorNumeric[T]): T

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

    Permalink
    Definition Classes
    AnyRef
  53. def tanh[T](self: DenseTensor[T], x: Tensor[T])(implicit arg0: ClassTag[T], ev: TensorNumeric[T]): Tensor[T]

    Permalink
  54. val taskSize: Int

    Permalink
  55. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped