Class

org.platanios.tensorflow.api.ops.Math

MathOps

Related Doc: package Math

Permalink

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

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MathOps
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MathOps(output: Output)

    Permalink

Value Members

  1. def !=(other: Output): Output

    Permalink
  2. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  4. def %(other: Output): Output

    Permalink
  5. def &&(other: Output): Output

    Permalink
  6. def *(other: Output): Output

    Permalink
  7. def **(other: Output): Output

    Permalink
  8. def +(other: Output): Output

    Permalink
  9. def -(other: Output): Output

    Permalink
  10. def /(other: Output): Output

    Permalink
  11. def <(other: Output): Output

    Permalink
  12. def <=(other: Output): Output

    Permalink
  13. def ==(other: Output): Output

    Permalink
  14. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. def >(other: Output): Output

    Permalink
  16. def >=(other: Output): Output

    Permalink
  17. def ^(other: Output): Output

    Permalink
  18. def abs: Output

    Permalink
  19. def acos: Output

    Permalink
  20. def acosh: Output

    Permalink
  21. def add(other: Output): Output

    Permalink
  22. def all(axes: Output = null, keepDims: Boolean = false): Output

    Permalink
  23. def angle: Output

    Permalink
  24. def any(axes: Output = null, keepDims: Boolean = false): Output

    Permalink
  25. def approximatelyEqual(other: Output): Output

    Permalink
  26. def argmax(axes: Output = 0, outputDataType: types.DataType = INT64): Output

    Permalink
  27. def argmin(axes: Output = 0, outputDataType: types.DataType = INT64): Output

    Permalink
  28. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  29. def asin: Output

    Permalink
  30. def asinh: Output

    Permalink
  31. def atan: Output

    Permalink
  32. def atan2(other: Output): Output

    Permalink
  33. def atanh: Output

    Permalink
  34. def binCount(weights: Output = null, minLength: Output = null, maxLength: Output = null, dataType: types.DataType = INT32): Output

    Permalink
  35. def bitcast(dataType: types.DataType): Output

    Permalink
  36. def bucketize(boundaries: Seq[Float]): Output

    Permalink
  37. def cast(dataType: types.DataType): Output

    Permalink
  38. def ceil: Output

    Permalink
  39. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. def conjugate: Output

    Permalink
  41. def cos: Output

    Permalink
  42. def cosh: Output

    Permalink
  43. def countNonZero(axes: Output = null, keepDims: Boolean = false): Output

    Permalink
  44. def cross(other: Output): Output

    Permalink
  45. def cumprod(axis: Output = 0, exclusive: Boolean = false, reverse: Boolean = false): Output

    Permalink
  46. def cumsum(axis: Output = 0, exclusive: Boolean = false, reverse: Boolean = false): Output

    Permalink
  47. def diag: Output

    Permalink
  48. def diagPart: Output

    Permalink
  49. def digamma: Output

    Permalink
  50. def divide(other: Output): Output

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

    Permalink
    Definition Classes
    AnyRef
  52. def equal(other: Output): Output

    Permalink
  53. def erc: Output

    Permalink
  54. def erf: Output

    Permalink
  55. def exp: Output

    Permalink
  56. def expm1: Output

    Permalink
  57. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  58. def floor: Output

    Permalink
  59. def floorDivide(other: Output): Output

    Permalink
  60. def floorMod(other: Output): Output

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

    Permalink
    Definition Classes
    AnyRef → Any
  62. def greater(other: Output): Output

    Permalink
  63. def greaterEqual(other: Output): Output

    Permalink
  64. def igamma(other: Output): Output

    Permalink
  65. def igammac(other: Output): Output

    Permalink
  66. def imag: Output

    Permalink
  67. def isFinite: Output

    Permalink
  68. def isInf: Output

    Permalink
  69. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  70. def isNaN: Output

    Permalink
  71. def less(other: Output): Output

    Permalink
  72. def lessEqual(other: Output): Output

    Permalink
  73. def log: Output

    Permalink
  74. def log1p: Output

    Permalink
  75. def logGamma: Output

    Permalink
  76. def logSumExp(axes: Seq[Int] = null, keepDims: Boolean = false): Output

    Permalink
  77. def logicalAnd(other: Output): Output

    Permalink
  78. def logicalNot: Output

    Permalink
  79. def logicalOr(other: Output): Output

    Permalink
  80. def logicalXOr(other: Output): Output

    Permalink
  81. def matmul(other: Output, transposeA: Boolean = false, transposeB: Boolean = false, conjugateA: Boolean = false, conjugateB: Boolean = false, aIsSparse: Boolean = false, bIsSparse: Boolean = false): Output

    Permalink
  82. def matrixBandPart(numSubDiagonals: Output, numSuperDiagonals: Output): Output

    Permalink
  83. def matrixDiag: Output

    Permalink
  84. def matrixDiagPart: Output

    Permalink
  85. def matrixSetDiag(diagonal: Output): Output

    Permalink
  86. def max(axes: Output = null, keepDims: Boolean = false): Output

    Permalink
  87. def maximum(other: Output): Output

    Permalink
  88. def mean(axes: Output = null, keepDims: Boolean = false): Output

    Permalink
  89. def min(axes: Output = null, keepDims: Boolean = false): Output

    Permalink
  90. def minimum(other: Output): Output

    Permalink
  91. def mod(other: Output): Output

    Permalink
  92. def multiply(other: Output): Output

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

    Permalink
    Definition Classes
    AnyRef
  94. def negate: Output

    Permalink
  95. def notEqual(other: Output): Output

    Permalink
  96. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  98. val output: Output

    Permalink
  99. def polygamma(other: Output): Output

    Permalink
  100. def pow(other: Output): Output

    Permalink
  101. def prod(axes: Output = null, keepDims: Boolean = false): Output

    Permalink
  102. def real: Output

    Permalink
  103. def realDivide(other: Output): Output

    Permalink
  104. def reciprocal: Output

    Permalink
  105. def round: Output

    Permalink
  106. def roundInt: Output

    Permalink
  107. def rsqrt: Output

    Permalink
  108. def segmentMax(segmentIndices: Output): Output

    Permalink
  109. def segmentMean(segmentIndices: Output): Output

    Permalink
  110. def segmentMin(segmentIndices: Output): Output

    Permalink
  111. def segmentProd(segmentIndices: Output): Output

    Permalink
  112. def segmentSum(segmentIndices: Output): Output

    Permalink
  113. def sigmoid: Output

    Permalink
  114. def sign: Output

    Permalink
  115. def sin: Output

    Permalink
  116. def sinh: Output

    Permalink
  117. def sparseSegmentMean(indices: Output, segmentIndices: Output, numSegments: Output = null): Output

    Permalink
  118. def sparseSegmentSum(indices: Output, segmentIndices: Output, numSegments: Output = null): Output

    Permalink
  119. def sparseSegmentSumSqrtN(indices: Output, segmentIndices: Output, numSegments: Output = null): Output

    Permalink
  120. def sqrt: Output

    Permalink
  121. def square: Output

    Permalink
  122. def squaredDifference(other: Output): Output

    Permalink
  123. def subtract(other: Output): Output

    Permalink
  124. def sum(axes: Output = null, keepDims: Boolean = false): Output

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

    Permalink
    Definition Classes
    AnyRef
  126. def tan: Output

    Permalink
  127. def tanh: Output

    Permalink
  128. def tensorDot(other: Output, axes: Seq[Int], axesOther: Seq[Int], name: String): Output

    Permalink
  129. def tensorDot(other: Output, axes: Seq[Int], axesOther: Seq[Int]): Output

    Permalink
  130. def tensorDot(other: Output, numAxes: Int, name: String): Output

    Permalink
  131. def tensorDot(other: Output, numAxes: Int): Output

    Permalink
  132. def tensorDotDynamic(other: Output, axes: Output, axesOther: Output, name: String): Output

    Permalink
  133. def tensorDotDynamic(other: Output, axes: Output, axesOther: Output): Output

    Permalink
  134. def tensorDotDynamic(other: Output, numAxes: Output, name: String): Output

    Permalink
  135. def tensorDotDynamic(other: Output, numAxes: Output): Output

    Permalink
  136. def trace: Output

    Permalink
  137. def truncateDivide(other: Output): Output

    Permalink
  138. def truncateMod(other: Output): Output

    Permalink
  139. def unary_!: Output

    Permalink
  140. def unary_-: Output

    Permalink
  141. def unsortedSegmentMax(segmentIndices: Output, segmentsNumber: Output): Output

    Permalink
  142. def unsortedSegmentSum(segmentIndices: Output, segmentsNumber: Output): Output

    Permalink
  143. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  146. def zerosFraction: Output

    Permalink
  147. def zeta(other: Output): Output

    Permalink
  148. def ||(other: Output): Output

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped