Object

org.platanios.tensorflow.api.ops

Math

Related Doc: package ops

Permalink

object Math extends Math

Linear Supertypes
Math, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Math
  2. Math
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class MathOps(output: Output) extends Product with Serializable

    Permalink

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[T <: OutputLike](x: T, name: String = "Abs")(implicit arg0: OutputOps[T]): T

    Permalink
    Definition Classes
    Math
  5. def acos[T](x: T, name: String = "Acos")(implicit arg0: OutputOps[T]): T

    Permalink
    Definition Classes
    Math
  6. def acosh[T](x: T, name: String = "ACosh")(implicit arg0: OutputOps[T]): T

    Permalink
    Definition Classes
    Math
  7. def add(x: Output, y: Output, name: String = "Add"): Output

    Permalink
    Definition Classes
    Math
  8. def addN(inputs: Seq[Output], name: String = "AddN"): Output

    Permalink
    Definition Classes
    Math
  9. def all(input: Output, axes: Output = null, keepDims: Boolean = false, name: String = "All"): Output

    Permalink
    Definition Classes
    Math
  10. def angle[T <: OutputLike](input: T, name: String = "Angle")(implicit arg0: OutputOps[T]): T

    Permalink
    Definition Classes
    Math
    Annotations
    @throws( ... )
  11. def any(input: Output, axes: Output = null, keepDims: Boolean = false, name: String = "Any"): Output

    Permalink
    Definition Classes
    Math
  12. def approximatelyEqual(x: Output, y: Output, tolerance: Float = 0.00001f, name: String = "ApproximatelyEqual"): Output

    Permalink
    Definition Classes
    Math
  13. def argmax(input: Output, axes: Output = 0, outputDataType: types.DataType = INT64, name: String = "ArgMax"): Output

    Permalink
    Definition Classes
    Math
  14. def argmin(input: Output, axes: Output = 0, outputDataType: types.DataType = INT64, name: String = "ArgMin"): Output

    Permalink
    Definition Classes
    Math
    Annotations
    @throws( ... )
  15. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  16. def asin[T](x: T, name: String = "Asin")(implicit arg0: OutputOps[T]): T

    Permalink
    Definition Classes
    Math
  17. def asinh[T](x: T, name: String = "ASinh")(implicit arg0: OutputOps[T]): T

    Permalink
    Definition Classes
    Math
  18. def atan[T](x: T, name: String = "Atan")(implicit arg0: OutputOps[T]): T

    Permalink
    Definition Classes
    Math
  19. def atan2(x: Output, y: Output, name: String = "ATan2"): Output

    Permalink
    Definition Classes
    Math
  20. def atanh[T](x: T, name: String = "ATanh")(implicit arg0: OutputOps[T]): T

    Permalink
    Definition Classes
    Math
  21. def binCount(input: Output, weights: Output = null, minLength: Output = null, maxLength: Output = null, dataType: types.DataType = INT32, name: String = "BinCount"): Output

    Permalink
    Definition Classes
    Math
  22. def bitcast(input: Output, dataType: types.DataType, name: String = "Bitcast"): Output

    Permalink
    Definition Classes
    Math
  23. def bucketize(input: Output, boundaries: Seq[Float], name: String = "Bucketize"): Output

    Permalink
    Definition Classes
    Math
  24. def cast[T <: OutputLike](x: T, dataType: types.DataType, name: String = "Cast")(implicit arg0: OutputOps[T]): T

    Permalink
    Definition Classes
    Math
  25. def ceil[T](x: T, name: String = "Ceil")(implicit arg0: OutputOps[T]): T

    Permalink
    Definition Classes
    Math
  26. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. def complex(real: Output, imag: Output, name: String = "Complex"): Output

    Permalink
    Definition Classes
    Math
  28. def conjugate[T <: OutputLike](input: T, name: String = "Conjugate")(implicit arg0: OutputOps[T]): T

    Permalink
    Definition Classes
    Math
    Annotations
    @throws( ... )
  29. def cos[T](x: T, name: String = "Cos")(implicit arg0: OutputOps[T]): T

    Permalink
    Definition Classes
    Math
  30. def cosh[T](x: T, name: String = "Cosh")(implicit arg0: OutputOps[T]): T

    Permalink
    Definition Classes
    Math
  31. def countNonZero(input: Output, axes: Output = null, keepDims: Boolean = false, name: String = "CountNonZero"): Output

    Permalink
    Definition Classes
    Math
  32. def cross(a: Output, b: Output, name: String = "Cross"): Output

    Permalink
    Definition Classes
    Math
  33. def cumprod(input: Output, axis: Output = 0, exclusive: Boolean = false, reverse: Boolean = false, name: String = "CumProd"): Output

    Permalink
    Definition Classes
    Math
  34. def cumsum(input: Output, axis: Output = 0, exclusive: Boolean = false, reverse: Boolean = false, name: String = "CumSum"): Output

    Permalink
    Definition Classes
    Math
  35. def diag(diagonal: Output, name: String = "Diag"): Output

    Permalink
    Definition Classes
    Math
  36. def diagPart(input: Output, name: String = "DiagPart"): Output

    Permalink
    Definition Classes
    Math
  37. def digamma[T](x: T, name: String = "Digamma")(implicit arg0: OutputOps[T]): T

    Permalink
    Definition Classes
    Math
  38. def divide(x: Output, y: Output, name: String = "Div"): Output

    Permalink
    Definition Classes
    Math
  39. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  40. def equal(x: Output, y: Output, name: String = "Equal"): Output

    Permalink
    Definition Classes
    Math
  41. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  42. def erf[T](x: T, name: String = "Erf")(implicit arg0: OutputOps[T]): T

    Permalink
    Definition Classes
    Math
  43. def erfc[T](x: T, name: String = "Erfc")(implicit arg0: OutputOps[T]): T

    Permalink
    Definition Classes
    Math
  44. def exp[T](x: T, name: String = "Exp")(implicit arg0: OutputOps[T]): T

    Permalink
    Definition Classes
    Math
  45. def expm1[T](x: T, name: String = "Expm1")(implicit arg0: OutputOps[T]): T

    Permalink
    Definition Classes
    Math
  46. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  47. def floor[T](x: T, name: String = "Floor")(implicit arg0: OutputOps[T]): T

    Permalink
    Definition Classes
    Math
  48. def floorMod(x: Output, y: Output, name: String = "FloorMod"): Output

    Permalink
    Definition Classes
    Math
  49. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  50. def greater(x: Output, y: Output, name: String = "Greater"): Output

    Permalink
    Definition Classes
    Math
  51. def greaterEqual(x: Output, y: Output, name: String = "GreaterEqual"): Output

    Permalink
    Definition Classes
    Math
  52. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  53. def igamma(a: Output, x: Output, name: String = "Igamma"): Output

    Permalink
    Definition Classes
    Math
  54. def igammac(a: Output, x: Output, name: String = "Igammac"): Output

    Permalink
    Definition Classes
    Math
  55. def imag[T <: OutputLike](input: T, name: String = "Imag")(implicit arg0: OutputOps[T]): T

    Permalink
    Definition Classes
    Math
  56. def incompleteBeta(a: Output, b: Output, x: Output, name: String = "IncompleteBeta"): Output

    Permalink
    Definition Classes
    Math
  57. def isFinite[T](x: T, name: String = "IsFinite")(implicit arg0: OutputOps[T]): T

    Permalink
    Definition Classes
    Math
  58. def isInf[T](x: T, name: String = "IsInf")(implicit arg0: OutputOps[T]): T

    Permalink
    Definition Classes
    Math
  59. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  60. def isNaN[T](x: T, name: String = "IsNaN")(implicit arg0: OutputOps[T]): T

    Permalink
    Definition Classes
    Math
  61. def less(x: Output, y: Output, name: String = "Less"): Output

    Permalink
    Definition Classes
    Math
  62. def lessEqual(x: Output, y: Output, name: String = "LessEqual"): Output

    Permalink
    Definition Classes
    Math
  63. def linspace(start: Output, stop: Output, numberOfValues: Output, name: String = "LinSpace"): Output

    Permalink
    Definition Classes
    Math
  64. def log[T](x: T, name: String = "Log")(implicit arg0: OutputOps[T]): T

    Permalink
    Definition Classes
    Math
  65. def log1p[T](x: T, name: String = "Log1p")(implicit arg0: OutputOps[T]): T

    Permalink
    Definition Classes
    Math
  66. def logGamma[T](x: T, name: String = "Lgamma")(implicit arg0: OutputOps[T]): T

    Permalink
    Definition Classes
    Math
  67. def logSumExp(input: Output, axes: Seq[Int] = null, keepDims: Boolean = false, name: String = "LogSumExp"): Output

    Permalink
    Definition Classes
    Math
  68. def logicalAnd(x: Output, y: Output, name: String = "LogicalAnd"): Output

    Permalink
    Definition Classes
    Math
  69. def logicalNot(x: Output, name: String = "LogicalNot"): Output

    Permalink
    Definition Classes
    Math
  70. def logicalOr(x: Output, y: Output, name: String = "LogicalOr"): Output

    Permalink
    Definition Classes
    Math
  71. def logicalXOr(x: Output, y: Output, name: String = "LogicalXOr"): Output

    Permalink
    Definition Classes
    Math
  72. def matmul(a: Output, b: Output, transposeA: Boolean = false, transposeB: Boolean = false, conjugateA: Boolean = false, conjugateB: Boolean = false, aIsSparse: Boolean = false, bIsSparse: Boolean = false, name: String = "MatMul"): Output

    Permalink
    Definition Classes
    Math
  73. def matrixBandPart(input: Output, numSubDiagonals: Output, numSuperDiagonals: Output, name: String = "MatrixBandPart"): Output

    Permalink
    Definition Classes
    Math
  74. def matrixDiag(diagonal: Output, name: String = "MatrixDiag"): Output

    Permalink
    Definition Classes
    Math
  75. def matrixDiagPart(input: Output, name: String = "MatrixDiagPart"): Output

    Permalink
    Definition Classes
    Math
  76. def matrixSetDiag(input: Output, diagonal: Output, name: String = "MatrixSetDiag"): Output

    Permalink
    Definition Classes
    Math
  77. def max(input: Output, axes: Output = null, keepDims: Boolean = false, name: String = "Max"): Output

    Permalink
    Definition Classes
    Math
  78. def maximum(x: Output, y: Output, name: String = "Maximum"): Output

    Permalink
    Definition Classes
    Math
  79. def mean(input: Output, axes: Output = null, keepDims: Boolean = false, name: String = "Mean"): Output

    Permalink
    Definition Classes
    Math
  80. def min(input: Output, axes: Output = null, keepDims: Boolean = false, name: String = "Min"): Output

    Permalink
    Definition Classes
    Math
  81. def minimum(x: Output, y: Output, name: String = "Minimum"): Output

    Permalink
    Definition Classes
    Math
  82. def mod(x: Output, y: Output, name: String = "Mod"): Output

    Permalink
    Definition Classes
    Math
  83. def multiply(x: Output, y: Output, name: String = "Mul"): Output

    Permalink
    Definition Classes
    Math
  84. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  85. def negate[T](x: T, name: String = "Negate")(implicit arg0: OutputOps[T]): T

    Permalink
    Definition Classes
    Math
  86. def notEqual(x: Output, y: Output, name: String = "NotEqual"): Output

    Permalink
    Definition Classes
    Math
  87. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  89. def polygamma(n: Output, x: Output, name: String = "Polygamma"): Output

    Permalink
    Definition Classes
    Math
  90. def pow(x: Output, y: Output, name: String = "Pow"): Output

    Permalink
    Definition Classes
    Math
  91. def prod(input: Output, axes: Output = null, keepDims: Boolean = false, name: String = "Prod"): Output

    Permalink
    Definition Classes
    Math
  92. def range(start: Output, limit: Output, delta: Output = Basic.constant(1), dataType: types.DataType = null, name: String = "Range"): Output

    Permalink
    Definition Classes
    Math
  93. def real[T <: OutputLike](input: T, name: String = "Real")(implicit arg0: OutputOps[T]): T

    Permalink
    Definition Classes
    Math
  94. def realDivide(x: Output, y: Output, name: String = "RealDiv"): Output

    Permalink
    Definition Classes
    Math
  95. def reciprocal[T](x: T, name: String = "Reciprocal")(implicit arg0: OutputOps[T]): T

    Permalink
    Definition Classes
    Math
  96. def round[T](x: T, name: String = "Round")(implicit arg0: OutputOps[T]): T

    Permalink
    Definition Classes
    Math
  97. def roundInt[T](x: T, name: String = "RoundInt")(implicit arg0: OutputOps[T]): T

    Permalink
    Definition Classes
    Math
  98. def rsqrt[T](x: T, name: String = "Rsqrt")(implicit arg0: OutputOps[T]): T

    Permalink
    Definition Classes
    Math
  99. def scalarMul[T](scalar: Output, tensor: T, name: String = "ScalarMul")(implicit arg0: OutputOps[T]): T

    Permalink
    Definition Classes
    Math
  100. def segmentMax(data: Output, segmentIndices: Output, name: String = "SegmentMax"): Output

    Permalink
    Definition Classes
    Math
  101. def segmentMean(data: Output, segmentIndices: Output, name: String = "SegmentMean"): Output

    Permalink
    Definition Classes
    Math
  102. def segmentMin(data: Output, segmentIndices: Output, name: String = "SegmentMin"): Output

    Permalink
    Definition Classes
    Math
  103. def segmentProd(data: Output, segmentIndices: Output, name: String = "SegmentProd"): Output

    Permalink
    Definition Classes
    Math
  104. def segmentSum(data: Output, segmentIndices: Output, name: String = "SegmentSum"): Output

    Permalink
    Definition Classes
    Math
  105. def select(condition: Output, x: Output, y: Output, name: String = "Select"): Output

    Permalink
    Definition Classes
    Math
  106. def sigmoid[T](x: T, name: String = "Sigmoid")(implicit arg0: OutputOps[T]): T

    Permalink
    Definition Classes
    Math
  107. def sign[T](x: T, name: String = "Sign")(implicit arg0: OutputOps[T]): T

    Permalink
    Definition Classes
    Math
  108. def sin[T](x: T, name: String = "Sin")(implicit arg0: OutputOps[T]): T

    Permalink
    Definition Classes
    Math
  109. def sinh[T](x: T, name: String = "Sinh")(implicit arg0: OutputOps[T]): T

    Permalink
    Definition Classes
    Math
  110. def sparseSegmentMean(data: Output, indices: Output, segmentIndices: Output, numSegments: Output = null, name: String = "SparseSegmentMean"): Output

    Permalink
    Definition Classes
    Math
  111. def sparseSegmentSum(data: Output, indices: Output, segmentIndices: Output, numSegments: Output = null, name: String = "SparseSegmentSum"): Output

    Permalink
    Definition Classes
    Math
  112. def sparseSegmentSumSqrtN(data: Output, indices: Output, segmentIndices: Output, numSegments: Output = null, name: String = "SparseSegmentSumSqrtN"): Output

    Permalink
    Definition Classes
    Math
  113. def sqrt[T](x: T, name: String = "Sqrt")(implicit arg0: OutputOps[T]): T

    Permalink
    Definition Classes
    Math
  114. def square[T](x: T, name: String = "Square")(implicit arg0: OutputOps[T]): T

    Permalink
    Definition Classes
    Math
  115. def squaredDifference(x: Output, y: Output, name: String = "SquaredDifference"): Output

    Permalink
    Definition Classes
    Math
  116. def subtract(x: Output, y: Output, name: String = "Sub"): Output

    Permalink
    Definition Classes
    Math
  117. def sum(input: Output, axes: Output = null, keepDims: Boolean = false, name: String = "Sum"): Output

    Permalink
    Definition Classes
    Math
  118. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  119. def tan[T](x: T, name: String = "Tan")(implicit arg0: OutputOps[T]): T

    Permalink
    Definition Classes
    Math
  120. def tanh[T](x: T, name: String = "Tanh")(implicit arg0: OutputOps[T]): T

    Permalink
    Definition Classes
    Math
  121. def tensorDot(a: Output, b: Output, axesA: Seq[Int], axesB: Seq[Int], name: String): Output

    Permalink
    Definition Classes
    Math
  122. def tensorDot(a: Output, b: Output, axesA: Seq[Int], axesB: Seq[Int]): Output

    Permalink
    Definition Classes
    Math
  123. def tensorDot(a: Output, b: Output, numAxes: Int, name: String): Output

    Permalink
    Definition Classes
    Math
  124. def tensorDot(a: Output, b: Output, numAxes: Int): Output

    Permalink
    Definition Classes
    Math
  125. def tensorDotDynamic(a: Output, b: Output, axesA: Output, axesB: Output, name: String = "TensorDot"): Output

    Permalink
    Definition Classes
    Math
  126. def tensorDotDynamic(a: Output, b: Output, axesA: Output, axesB: Output): Output

    Permalink
    Definition Classes
    Math
  127. def tensorDotDynamic(a: Output, b: Output, numAxes: Output, name: String): Output

    Permalink
    Definition Classes
    Math
  128. def tensorDotDynamic(a: Output, b: Output, numAxes: Output): Output

    Permalink
    Definition Classes
    Math
  129. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  130. def trace(input: Output, name: String = "Trace"): Output

    Permalink
    Definition Classes
    Math
  131. def truncateDivide(x: Output, y: Output, name: String = "TruncateDiv"): Output

    Permalink
    Definition Classes
    Math
  132. def truncateMod(x: Output, y: Output, name: String = "TruncateMod"): Output

    Permalink
    Definition Classes
    Math
  133. def unsortedSegmentMax(data: Output, segmentIndices: Output, segmentsNumber: Output, name: String = "UnsortedSegmentMax"): Output

    Permalink
    Definition Classes
    Math
  134. def unsortedSegmentSum(data: Output, segmentIndices: Output, segmentsNumber: Output, name: String = "UnsortedSegmentSum"): Output

    Permalink
    Definition Classes
    Math
  135. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  138. def zerosFraction(input: Output, name: String = "ZerosFraction"): Output

    Permalink
    Definition Classes
    Math
  139. def zeta(x: Output, q: Output, name: String = "Zeta"): Output

    Permalink
    Definition Classes
    Math

Deprecated Value Members

  1. def floorDivide(x: Output, y: Output, name: String = "FloorDiv"): Output

    Permalink
    Definition Classes
    Math
    Annotations
    @deprecated
    Deprecated

    (Since version 0.1) Use truncateDivide instead.

Inherited from Math

Inherited from AnyRef

Inherited from Any

Ungrouped