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 cmul[T](self: DenseTensor[T], x: Tensor[T], y: Tensor[T])(implicit ev: TensorNumeric[T]): Tensor[T]

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

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

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

    Permalink
  19. val doubleEpsilon: Double

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

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

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

    Permalink
  23. def finalize(): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  40. 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

  41. final def notify(): Unit

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  50. val taskSize: Int

    Permalink
  51. def toString(): String

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped