Object

org.platanios.tensorflow.api

tfi

Related Doc: package api

Permalink

object tfi extends API with API with API

Linear Supertypes
API, API, API, API, Random, NN, Math, Basic, API, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. tfi
  2. API
  3. API
  4. API
  5. API
  6. Random
  7. NN
  8. Math
  9. Basic
  10. API
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type AbortedException = jni.AbortedException

    Permalink
    Definition Classes
    API
  2. type AlreadyExistsException = jni.AlreadyExistsException

    Permalink
    Definition Classes
    API
  3. type CancelledException = jni.CancelledException

    Permalink
    Definition Classes
    API
  4. type CheckpointNotFoundException = core.exception.CheckpointNotFoundException

    Permalink
    Definition Classes
    API
  5. type DataLossException = jni.DataLossException

    Permalink
    Definition Classes
    API
  6. type DeadlineExceededException = jni.DeadlineExceededException

    Permalink
    Definition Classes
    API
  7. type DeviceSpecification = core.DeviceSpecification

    Permalink
    Definition Classes
    API
  8. type FailedPreconditionException = jni.FailedPreconditionException

    Permalink
    Definition Classes
    API
  9. type GraphMismatchException = core.exception.GraphMismatchException

    Permalink
    Definition Classes
    API
  10. type IllegalNameException = core.exception.IllegalNameException

    Permalink
    Definition Classes
    API
  11. type InternalException = jni.InternalException

    Permalink
    Definition Classes
    API
  12. type InvalidArgumentException = jni.InvalidArgumentException

    Permalink
    Definition Classes
    API
  13. type InvalidDataTypeException = core.exception.InvalidDataTypeException

    Permalink
    Definition Classes
    API
  14. type InvalidDeviceException = core.exception.InvalidDeviceException

    Permalink
    Definition Classes
    API
  15. type InvalidIndexerException = core.exception.InvalidIndexerException

    Permalink
    Definition Classes
    API
  16. type InvalidShapeException = core.exception.InvalidShapeException

    Permalink
    Definition Classes
    API
  17. type NotFoundException = jni.NotFoundException

    Permalink
    Definition Classes
    API
  18. type OpBuilderUsedException = core.exception.OpBuilderUsedException

    Permalink
    Definition Classes
    API
  19. type OutOfRangeException = jni.OutOfRangeException

    Permalink
    Definition Classes
    API
  20. type PermissionDeniedException = jni.PermissionDeniedException

    Permalink
    Definition Classes
    API
  21. type ResourceExhaustedException = jni.ResourceExhaustedException

    Permalink
    Definition Classes
    API
  22. type ShapeMismatchException = core.exception.ShapeMismatchException

    Permalink
    Definition Classes
    API
  23. type UnauthenticatedException = jni.UnauthenticatedException

    Permalink
    Definition Classes
    API
  24. type UnavailableException = jni.UnavailableException

    Permalink
    Definition Classes
    API
  25. type UnimplementedException = jni.UnimplementedException

    Permalink
    Definition Classes
    API
  26. type UnknownException = jni.UnknownException

    Permalink
    Definition Classes
    API

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. val AbortedException: core.exception.AbortedException.type

    Permalink
    Definition Classes
    API
  5. val AlreadyExistsException: core.exception.AlreadyExistsException.type

    Permalink
    Definition Classes
    API
  6. val CancelledException: core.exception.CancelledException.type

    Permalink
    Definition Classes
    API
  7. val CheckpointNotFoundException: core.exception.CheckpointNotFoundException.type

    Permalink
    Definition Classes
    API
  8. val DataLossException: core.exception.DataLossException.type

    Permalink
    Definition Classes
    API
  9. val DeadlineExceededException: core.exception.DeadlineExceededException.type

    Permalink
    Definition Classes
    API
  10. val FailedPreconditionException: core.exception.FailedPreconditionException.type

    Permalink
    Definition Classes
    API
  11. val GraphMismatchException: core.exception.GraphMismatchException.type

    Permalink
    Definition Classes
    API
  12. val IllegalNameException: core.exception.IllegalNameException.type

    Permalink
    Definition Classes
    API
  13. val InternalException: core.exception.InternalException.type

    Permalink
    Definition Classes
    API
  14. val InvalidArgumentException: core.exception.InvalidArgumentException.type

    Permalink
    Definition Classes
    API
  15. val InvalidDataTypeException: core.exception.InvalidDataTypeException.type

    Permalink
    Definition Classes
    API
  16. val InvalidDeviceException: core.exception.InvalidDeviceException.type

    Permalink
    Definition Classes
    API
  17. val InvalidIndexerException: core.exception.InvalidIndexerException.type

    Permalink
    Definition Classes
    API
  18. val InvalidShapeException: core.exception.InvalidShapeException.type

    Permalink
    Definition Classes
    API
  19. val NotFoundException: core.exception.NotFoundException.type

    Permalink
    Definition Classes
    API
  20. val OpBuilderUsedException: core.exception.OpBuilderUsedException.type

    Permalink
    Definition Classes
    API
  21. val OutOfRangeException: core.exception.OutOfRangeException.type

    Permalink
    Definition Classes
    API
  22. val PermissionDeniedException: core.exception.PermissionDeniedException.type

    Permalink
    Definition Classes
    API
  23. val ResourceExhaustedException: core.exception.ResourceExhaustedException.type

    Permalink
    Definition Classes
    API
  24. val ShapeMismatchException: core.exception.ShapeMismatchException.type

    Permalink
    Definition Classes
    API
  25. val UnauthenticatedException: core.exception.UnauthenticatedException.type

    Permalink
    Definition Classes
    API
  26. val UnavailableException: core.exception.UnavailableException.type

    Permalink
    Definition Classes
    API
  27. val UnimplementedException: core.exception.UnimplementedException.type

    Permalink
    Definition Classes
    API
  28. val UnknownException: core.exception.UnknownException.type

    Permalink
    Definition Classes
    API
  29. def abs[T <: TensorLike](x: T)(implicit arg0: TensorOps[T], context: DynamicVariable[Context]): T

    Permalink
    Definition Classes
    Math
  30. def acos[T](x: T)(implicit arg0: TensorOps[T], context: DynamicVariable[Context]): T

    Permalink
    Definition Classes
    Math
  31. def acosh[T](x: T)(implicit arg0: TensorOps[T], context: DynamicVariable[Context]): T

    Permalink
    Definition Classes
    Math
  32. def add(x: tensors.Tensor, y: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math
  33. def addBias(value: tensors.Tensor, bias: tensors.Tensor, cNNDataFormat: CNNDataFormat = CNNDataFormat.default)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    NN
  34. def addN(inputs: Seq[tensors.Tensor])(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math
  35. def all(input: tensors.Tensor, axes: tensors.Tensor = null, keepDims: Boolean = false)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math
  36. def angle[T <: TensorLike](input: T)(implicit arg0: TensorOps[T], context: DynamicVariable[Context]): T

    Permalink
    Definition Classes
    Math
  37. def any(input: tensors.Tensor, axes: tensors.Tensor = null, keepDims: Boolean = false)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math
  38. def approximatelyEqual(x: tensors.Tensor, y: tensors.Tensor, tolerance: Float = 0.00001f)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math
  39. def argmax(input: tensors.Tensor, axes: tensors.Tensor = 0, outputDataType: types.DataType = INT64)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math
  40. def argmin(input: tensors.Tensor, axes: tensors.Tensor = 0, outputDataType: types.DataType = INT64)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math
  41. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  42. def asin[T](x: T)(implicit arg0: TensorOps[T], context: DynamicVariable[Context]): T

    Permalink
    Definition Classes
    Math
  43. def asinh[T](x: T)(implicit arg0: TensorOps[T], context: DynamicVariable[Context]): T

    Permalink
    Definition Classes
    Math
  44. def atan[T](x: T)(implicit arg0: TensorOps[T], context: DynamicVariable[Context]): T

    Permalink
    Definition Classes
    Math
  45. def atan2(x: tensors.Tensor, y: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math
  46. def atanh[T](x: T)(implicit arg0: TensorOps[T], context: DynamicVariable[Context]): T

    Permalink
    Definition Classes
    Math
  47. def batchToSpace(input: tensors.Tensor, blockSize: Int, crops: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Basic
  48. def batchToSpaceND(input: tensors.Tensor, blockShape: tensors.Tensor, crops: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Basic
  49. def binCount(input: tensors.Tensor, weights: tensors.Tensor = null, minLength: tensors.Tensor = null, maxLength: tensors.Tensor = null, dataType: types.DataType = INT32)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math
  50. def bitcast(input: tensors.Tensor, dataType: types.DataType)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math
  51. def booleanMask(input: tensors.Tensor, mask: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Basic
  52. def bucketize(input: tensors.Tensor, boundaries: Seq[Float])(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math
  53. def cast[T <: TensorLike](x: T, dataType: types.DataType)(implicit arg0: TensorOps[T], context: DynamicVariable[Context]): T

    Permalink
    Definition Classes
    Math
  54. def ceil[T](x: T)(implicit arg0: TensorOps[T], context: DynamicVariable[Context]): T

    Permalink
    Definition Classes
    Math
  55. def checkNumerics(input: tensors.Tensor, message: String = "")(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Basic
  56. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. def complex(real: tensors.Tensor, imag: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math
    Annotations
    @throws( ... )
  58. def concatenate(inputs: Seq[tensors.Tensor], axis: tensors.Tensor = 0)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Basic
  59. def conjugate[T <: TensorLike](input: T)(implicit arg0: TensorOps[T], context: DynamicVariable[Context]): T

    Permalink
    Definition Classes
    Math
  60. def conv2D(input: tensors.Tensor, filter: tensors.Tensor, stride1: Long, stride2: Long, padding: PaddingMode, dataFormat: CNNDataFormat = CNNDataFormat.default, useCuDNNOnGPU: Boolean = true)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    NN
  61. def conv2DBackpropFilter(input: tensors.Tensor, filterSizes: tensors.Tensor, outputGradient: tensors.Tensor, stride1: Long, stride2: Long, padding: PaddingMode, dataFormat: CNNDataFormat = CNNDataFormat.default, useCuDNNOnGPU: Boolean = true)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    NN
  62. def conv2DBackpropInput(inputSizes: tensors.Tensor, filter: tensors.Tensor, outputGradient: tensors.Tensor, stride1: Long, stride2: Long, padding: PaddingMode, dataFormat: CNNDataFormat = CNNDataFormat.default, useCuDNNOnGPU: Boolean = true)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    NN
  63. def cos[T](x: T)(implicit arg0: TensorOps[T], context: DynamicVariable[Context]): T

    Permalink
    Definition Classes
    Math
  64. def cosh[T](x: T)(implicit arg0: TensorOps[T], context: DynamicVariable[Context]): T

    Permalink
    Definition Classes
    Math
  65. def countNonZero(input: tensors.Tensor, axes: tensors.Tensor = null, keepDims: Boolean = false)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math
  66. def crelu(input: tensors.Tensor): tensors.Tensor

    Permalink
    Definition Classes
    NN
  67. def cross(a: tensors.Tensor, b: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math
  68. def cumprod(input: tensors.Tensor, axis: tensors.Tensor = 0, exclusive: Boolean = false, reverse: Boolean = false)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math
  69. def cumsum(input: tensors.Tensor, axis: tensors.Tensor = 0, exclusive: Boolean = false, reverse: Boolean = false)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math
  70. def dataType(name: String): types.DataType

    Permalink
    Definition Classes
    API
    Annotations
    @throws( ... )
  71. def dataType(cValue: Int): types.DataType

    Permalink
    Definition Classes
    API
    Annotations
    @throws( ... )
  72. def dataTypeOf[T](value: T)(implicit arg0: SupportedType[T]): types.DataType

    Permalink
    Definition Classes
    API
    Annotations
    @inline()
  73. def depthToSpace(input: tensors.Tensor, blockSize: Int, dataFormat: CNNDataFormat = CNNDataFormat.default)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Basic
  74. def diag(diagonal: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math
  75. def diagPart(input: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math
  76. def digamma[T](x: T)(implicit arg0: TensorOps[T], context: DynamicVariable[Context]): T

    Permalink
    Definition Classes
    Math
  77. def divide(x: tensors.Tensor, y: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math
  78. def dropout(input: tensors.Tensor, keepProbability: Float, noiseShape: tensors.Tensor = null, seed: Option[Int] = None): tensors.Tensor

    Permalink
    Definition Classes
    NN
  79. def editDistance(hypothesis: SparseTensor, truth: SparseTensor, normalize: Boolean = true)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Basic
  80. def elu(input: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    NN
  81. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  82. def equal(x: tensors.Tensor, y: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

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

    Permalink
    Definition Classes
    AnyRef → Any
  84. def erf[T](x: T)(implicit arg0: TensorOps[T], context: DynamicVariable[Context]): T

    Permalink
    Definition Classes
    Math
  85. def erfc[T](x: T)(implicit arg0: TensorOps[T], context: DynamicVariable[Context]): T

    Permalink
    Definition Classes
    Math
  86. def exp[T](x: T)(implicit arg0: TensorOps[T], context: DynamicVariable[Context]): T

    Permalink
    Definition Classes
    Math
  87. def expandDims(input: tensors.Tensor, axis: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Basic
  88. def expm1[T](x: T)(implicit arg0: TensorOps[T], context: DynamicVariable[Context]): T

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  90. def floor[T](x: T)(implicit arg0: TensorOps[T], context: DynamicVariable[Context]): T

    Permalink
    Definition Classes
    Math
  91. def floorMod(x: tensors.Tensor, y: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math
  92. def gather(input: tensors.Tensor, indices: tensors.Tensor, axis: tensors.Tensor = 0)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Basic
  93. def gatherND(input: tensors.Tensor, indices: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Basic
  94. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  95. def greater(x: tensors.Tensor, y: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math
  96. def greaterEqual(x: tensors.Tensor, y: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

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

    Permalink
    Definition Classes
    AnyRef → Any
  98. def igamma(a: tensors.Tensor, x: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math
  99. def igammac(a: tensors.Tensor, x: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math
  100. def imag[T <: TensorLike](input: T)(implicit arg0: TensorOps[T], context: DynamicVariable[Context]): T

    Permalink
    Definition Classes
    Math
  101. def inTopK(predictions: tensors.Tensor, targets: tensors.Tensor, k: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    NN
  102. def incompleteBeta(a: tensors.Tensor, b: tensors.Tensor, x: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math
  103. def indexedSlicesMask(input: TensorIndexedSlices, maskIndices: tensors.Tensor)(implicit context: DynamicVariable[Context]): TensorIndexedSlices

    Permalink
    Definition Classes
    Basic
    Annotations
    @throws( ... )
  104. def invertPermutation(input: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Basic
  105. def isFinite[T](x: T)(implicit arg0: TensorOps[T], context: DynamicVariable[Context]): T

    Permalink
    Definition Classes
    Math
  106. def isInf[T](x: T)(implicit arg0: TensorOps[T], context: DynamicVariable[Context]): T

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

    Permalink
    Definition Classes
    Any
  108. def isNaN[T](x: T)(implicit arg0: TensorOps[T], context: DynamicVariable[Context]): T

    Permalink
    Definition Classes
    Math
  109. def l2Loss(input: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    NN
  110. def l2Normalize(x: tensors.Tensor, axes: tensors.Tensor, epsilon: Float = 1e-12f): tensors.Tensor

    Permalink
    Definition Classes
    NN
  111. def leastPreciseDataType(dataTypes: types.DataType*): types.DataType

    Permalink
    Definition Classes
    API
  112. def less(x: tensors.Tensor, y: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math
  113. def lessEqual(x: tensors.Tensor, y: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math
  114. def linear(x: tensors.Tensor, weights: tensors.Tensor, bias: tensors.Tensor = null): tensors.Tensor

    Permalink
    Definition Classes
    NN
  115. def linspace(start: tensors.Tensor, stop: tensors.Tensor, numberOfValues: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math
  116. def listDiff(x: tensors.Tensor, y: tensors.Tensor, indicesDataType: types.DataType = INT32)(implicit context: DynamicVariable[Context]): (tensors.Tensor, tensors.Tensor)

    Permalink
    Definition Classes
    Basic
  117. def log[T](x: T)(implicit arg0: TensorOps[T], context: DynamicVariable[Context]): T

    Permalink
    Definition Classes
    Math
  118. def log1p[T](x: T)(implicit arg0: TensorOps[T], context: DynamicVariable[Context]): T

    Permalink
    Definition Classes
    Math
  119. def logGamma[T](x: T)(implicit arg0: TensorOps[T], context: DynamicVariable[Context]): T

    Permalink
    Definition Classes
    Math
  120. def logPoissonLoss(logPredictions: tensors.Tensor, targets: tensors.Tensor, computeFullLoss: Boolean = false): tensors.Tensor

    Permalink
    Definition Classes
    NN
  121. def logSoftmax(logits: tensors.Tensor, axis: Int = 1)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    NN
  122. def logSumExp(input: tensors.Tensor, axes: Seq[Int] = null, keepDims: Boolean = false)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math
  123. def logicalAnd(x: tensors.Tensor, y: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math
  124. def logicalNot(x: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math
  125. def logicalOr(x: tensors.Tensor, y: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math
  126. def logicalXOr(x: tensors.Tensor, y: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math
  127. def matmul(a: tensors.Tensor, b: tensors.Tensor, transposeA: Boolean = false, transposeB: Boolean = false, conjugateA: Boolean = false, conjugateB: Boolean = false, aIsSparse: Boolean = false, bIsSparse: Boolean = false)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math
  128. def matrixBandPart(input: tensors.Tensor, numSubDiagonals: tensors.Tensor, numSuperDiagonals: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math
  129. def matrixDiag(diagonal: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math
  130. def matrixDiagPart(input: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math
  131. def matrixSetDiag(input: tensors.Tensor, diagonal: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math
  132. def matrixTranspose(input: tensors.Tensor, conjugate: Boolean = false)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Basic
  133. def max(input: tensors.Tensor, axes: tensors.Tensor = null, keepDims: Boolean = false)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math
  134. def maxPool(input: tensors.Tensor, windowSize: Seq[Long], stride1: Long, stride2: Long, padding: PaddingMode, dataFormat: CNNDataFormat = CNNDataFormat.default)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    NN
  135. def maxPoolGrad(originalInput: tensors.Tensor, originalOutput: tensors.Tensor, outputGradient: tensors.Tensor, windowSize: Seq[Long], stride1: Long, stride2: Long, padding: PaddingMode, dataFormat: CNNDataFormat = CNNDataFormat.default)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    NN
  136. def maxPoolGradGrad(originalInput: tensors.Tensor, originalOutput: tensors.Tensor, outputGradient: tensors.Tensor, windowSize: Seq[Long], stride1: Long, stride2: Long, padding: PaddingMode, dataFormat: CNNDataFormat = CNNDataFormat.default)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    NN
  137. def maximum(x: tensors.Tensor, y: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math
  138. def mean(input: tensors.Tensor, axes: tensors.Tensor = null, keepDims: Boolean = false)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math
  139. def min(input: tensors.Tensor, axes: tensors.Tensor = null, keepDims: Boolean = false)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math
  140. def minimum(x: tensors.Tensor, y: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math
  141. def mod(x: tensors.Tensor, y: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math
  142. def mostPreciseDataType(dataTypes: types.DataType*): types.DataType

    Permalink
    Definition Classes
    API
  143. def multiply(x: tensors.Tensor, y: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

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

    Permalink
    Definition Classes
    AnyRef
  145. def negate[T](x: T)(implicit arg0: TensorOps[T], context: DynamicVariable[Context]): T

    Permalink
    Definition Classes
    Math
  146. def notEqual(x: tensors.Tensor, y: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

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

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

    Permalink
    Definition Classes
    AnyRef
  149. def oneHot(indices: tensors.Tensor, depth: tensors.Tensor, onValue: tensors.Tensor = null, offValue: tensors.Tensor = null, axis: Int = 1, dataType: types.DataType = null)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Basic
  150. def pad(input: tensors.Tensor, paddings: tensors.Tensor, mode: ops.Basic.PaddingMode = ConstantPadding)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Basic
  151. def parallelStack(inputs: Array[tensors.Tensor])(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Basic
  152. def polygamma(n: tensors.Tensor, x: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math
  153. def pow(x: tensors.Tensor, y: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math
  154. def preventGradient(input: tensors.Tensor, message: String = "")(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Basic
  155. def prod(input: tensors.Tensor, axes: tensors.Tensor = null, keepDims: Boolean = false)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math
  156. def randomNormal(dataType: types.DataType = FLOAT32, shape: tensors.Tensor = Shape.scalar(), mean: tensors.Tensor = 0.0, standardDeviation: tensors.Tensor = 1.0, seed: Option[Int] = None)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Random
  157. def randomTruncatedNormal(dataType: types.DataType = FLOAT32, shape: tensors.Tensor = Shape.scalar(), mean: tensors.Tensor = 0.0, standardDeviation: tensors.Tensor = 1.0, seed: Option[Int] = None)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Random
  158. def randomUniform(dataType: types.DataType = FLOAT32, shape: tensors.Tensor = Shape.scalar(), minValue: tensors.Tensor = 0.0, maxValue: tensors.Tensor = 1.0, seed: Option[Int] = None)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Random
  159. def range(start: tensors.Tensor, limit: tensors.Tensor, delta: tensors.Tensor = 1, dataType: types.DataType = null)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math
  160. def rank[T <: TensorLike](input: T): tensors.Tensor

    Permalink
    Definition Classes
    Basic
  161. def real[T <: TensorLike](input: T)(implicit arg0: TensorOps[T], context: DynamicVariable[Context]): T

    Permalink
    Definition Classes
    Math
  162. def realDivide(x: tensors.Tensor, y: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math
  163. def reciprocal[T](x: T)(implicit arg0: TensorOps[T], context: DynamicVariable[Context]): T

    Permalink
    Definition Classes
    Math
  164. def relu(input: tensors.Tensor, alpha: Float = 0.0f)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    NN
  165. def relu6(input: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    NN
  166. def requiredSpaceToBatchPaddingsAndCrops(inputShape: tensors.Tensor, blockShape: tensors.Tensor, basePaddings: tensors.Tensor = null)(implicit context: DynamicVariable[Context]): (tensors.Tensor, tensors.Tensor)

    Permalink
    Definition Classes
    Basic
    Annotations
    @throws( ... )
  167. def reshape(input: tensors.Tensor, shape: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Basic
  168. def reverse(input: tensors.Tensor, axes: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Basic
  169. def reverseSequence(input: tensors.Tensor, sequenceLengths: tensors.Tensor, sequenceAxis: Int, batchAxis: Int = 0)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Basic
  170. def round[T](x: T)(implicit arg0: TensorOps[T], context: DynamicVariable[Context]): T

    Permalink
    Definition Classes
    Math
  171. def roundInt[T](x: T)(implicit arg0: TensorOps[T], context: DynamicVariable[Context]): T

    Permalink
    Definition Classes
    Math
  172. def rsqrt[T](x: T)(implicit arg0: TensorOps[T], context: DynamicVariable[Context]): T

    Permalink
    Definition Classes
    Math
  173. def scalarMul[T](scalar: tensors.Tensor, tensor: T)(implicit arg0: TensorOps[T], context: DynamicVariable[Context]): T

    Permalink
    Definition Classes
    Math
  174. def scatterND(indices: tensors.Tensor, updates: tensors.Tensor, shape: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Basic
  175. def segmentMax(data: tensors.Tensor, segmentIndices: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math
  176. def segmentMean(data: tensors.Tensor, segmentIndices: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math
  177. def segmentMin(data: tensors.Tensor, segmentIndices: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math
  178. def segmentProd(data: tensors.Tensor, segmentIndices: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math
  179. def segmentSum(data: tensors.Tensor, segmentIndices: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math
  180. def select(condition: tensors.Tensor, x: tensors.Tensor, y: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math
  181. def selu(input: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    NN
  182. def sequenceLoss(logits: tensors.Tensor, labels: tensors.Tensor, weights: tensors.Tensor = null, averageAcrossTimeSteps: Boolean = true, averageAcrossBatch: Boolean = true, lossFn: (tensors.Tensor, tensors.Tensor) ⇒ tensors.Tensor = sparseSoftmaxCrossEntropy(_, _)): tensors.Tensor

    Permalink
    Definition Classes
    NN
    Annotations
    @throws( ... )
  183. def sequenceMask(lengths: tensors.Tensor, maxLength: tensors.Tensor = null, dataType: types.DataType = BOOLEAN)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Basic
  184. def shape[T <: TensorLike](input: T, dataType: types.DataType = INT32): tensors.Tensor

    Permalink
    Definition Classes
    Basic
  185. def shapeN(inputs: Seq[tensors.Tensor], dataType: types.DataType = INT32): Seq[tensors.Tensor]

    Permalink
    Definition Classes
    Basic
  186. def sigmoid[T](x: T)(implicit arg0: TensorOps[T], context: DynamicVariable[Context]): T

    Permalink
    Definition Classes
    Math
  187. def sigmoidCrossEntropy(logits: tensors.Tensor, labels: tensors.Tensor, weights: tensors.Tensor = null): tensors.Tensor

    Permalink
    Definition Classes
    NN
  188. def sign[T](x: T)(implicit arg0: TensorOps[T], context: DynamicVariable[Context]): T

    Permalink
    Definition Classes
    Math
  189. def sin[T](x: T)(implicit arg0: TensorOps[T], context: DynamicVariable[Context]): T

    Permalink
    Definition Classes
    Math
  190. def sinh[T](x: T)(implicit arg0: TensorOps[T], context: DynamicVariable[Context]): T

    Permalink
    Definition Classes
    Math
  191. def size[T <: TensorLike](input: T, dataType: types.DataType = INT32): tensors.Tensor

    Permalink
    Definition Classes
    Basic
  192. def softmax(logits: tensors.Tensor, axis: Int = 1)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    NN
  193. def softmaxCrossEntropy(logits: tensors.Tensor, labels: tensors.Tensor, axis: Int = 1): tensors.Tensor

    Permalink
    Definition Classes
    NN
  194. def softplus(input: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    NN
  195. def softsign(input: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    NN
  196. def spaceToBatch(input: tensors.Tensor, blockSize: Int, paddings: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Basic
  197. def spaceToBatchND(input: tensors.Tensor, blockShape: tensors.Tensor, paddings: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Basic
  198. def spaceToDepth(input: tensors.Tensor, blockSize: Int, dataFormat: CNNDataFormat = CNNDataFormat.default)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Basic
  199. def sparseSegmentMean(data: tensors.Tensor, indices: tensors.Tensor, segmentIndices: tensors.Tensor, numSegments: tensors.Tensor = null)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math
  200. def sparseSegmentSum(data: tensors.Tensor, indices: tensors.Tensor, segmentIndices: tensors.Tensor, numSegments: tensors.Tensor = null)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math
  201. def sparseSegmentSumSqrtN(data: tensors.Tensor, indices: tensors.Tensor, segmentIndices: tensors.Tensor, numSegments: tensors.Tensor = null)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math
  202. def sparseSoftmaxCrossEntropy(logits: tensors.Tensor, labels: tensors.Tensor, axis: Int = 1): tensors.Tensor

    Permalink
    Definition Classes
    NN
  203. def split(input: tensors.Tensor, splitSizes: tensors.Tensor, axis: tensors.Tensor = 0)(implicit context: DynamicVariable[Context]): Seq[tensors.Tensor]

    Permalink
    Definition Classes
    Basic
  204. def splitEvenly(input: tensors.Tensor, numSplits: Int, axis: tensors.Tensor = 0)(implicit context: DynamicVariable[Context]): Seq[tensors.Tensor]

    Permalink
    Definition Classes
    Basic
  205. def sqrt[T](x: T)(implicit arg0: TensorOps[T], context: DynamicVariable[Context]): T

    Permalink
    Definition Classes
    Math
  206. def square[T](x: T)(implicit arg0: TensorOps[T], context: DynamicVariable[Context]): T

    Permalink
    Definition Classes
    Math
  207. def squaredDifference(x: tensors.Tensor, y: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math
  208. def squeeze(input: tensors.Tensor, axes: Seq[Int] = null)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Basic
  209. def stack(inputs: Seq[tensors.Tensor], axis: Int = 0)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Basic
  210. def stopGradient(input: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Basic
  211. def subtract(x: tensors.Tensor, y: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math
  212. def sum(input: tensors.Tensor, axes: tensors.Tensor = null, keepDims: Boolean = false)(implicit context: DynamicVariable[Context]): tensors.Tensor

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

    Permalink
    Definition Classes
    AnyRef
  214. def tan[T](x: T)(implicit arg0: TensorOps[T], context: DynamicVariable[Context]): T

    Permalink
    Definition Classes
    Math
  215. def tanh[T](x: T)(implicit arg0: TensorOps[T], context: DynamicVariable[Context]): T

    Permalink
    Definition Classes
    Math
  216. def tensorDot(a: tensors.Tensor, b: tensors.Tensor, axesA: tensors.Tensor, axesB: tensors.Tensor): tensors.Tensor

    Permalink
    Definition Classes
    Math
  217. def tensorDot(a: tensors.Tensor, b: tensors.Tensor, numAxes: tensors.Tensor): tensors.Tensor

    Permalink
    Definition Classes
    Math
  218. def tile(input: tensors.Tensor, multiples: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Basic
  219. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  220. def topK(input: tensors.Tensor, k: tensors.Tensor = 1, sorted: Boolean = true)(implicit context: DynamicVariable[Context]): (tensors.Tensor, tensors.Tensor)

    Permalink
    Definition Classes
    NN
  221. def trace(input: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math
  222. def transpose(input: tensors.Tensor, permutation: tensors.Tensor = null, conjugate: Boolean = false)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Basic
  223. def truncateDivide(x: tensors.Tensor, y: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math
  224. def truncateMod(x: tensors.Tensor, y: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math
  225. def unique(input: tensors.Tensor, indicesDataType: types.DataType = INT32)(implicit context: DynamicVariable[Context]): (tensors.Tensor, tensors.Tensor)

    Permalink
    Definition Classes
    Basic
  226. def uniqueWithCounts(input: tensors.Tensor, indicesDataType: types.DataType = INT32)(implicit context: DynamicVariable[Context]): (tensors.Tensor, tensors.Tensor, tensors.Tensor)

    Permalink
    Definition Classes
    Basic
  227. def unsortedSegmentMax(data: tensors.Tensor, segmentIndices: tensors.Tensor, segmentsNumber: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math
  228. def unsortedSegmentSum(data: tensors.Tensor, segmentIndices: tensors.Tensor, segmentsNumber: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math
  229. def unstack(input: tensors.Tensor, number: Int = 1, axis: Int = 0)(implicit context: DynamicVariable[Context]): Seq[tensors.Tensor]

    Permalink
    Definition Classes
    Basic
  230. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  233. def where(input: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Basic
  234. def zerosFraction(input: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math
  235. def zeta(x: tensors.Tensor, q: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math

Deprecated Value Members

  1. def floorDivide(x: tensors.Tensor, y: tensors.Tensor)(implicit context: DynamicVariable[Context]): tensors.Tensor

    Permalink
    Definition Classes
    Math
    Annotations
    @deprecated
    Deprecated

    (Since version 0.1) Use truncateDivide instead.

Inherited from API

Inherited from API

Inherited from API

Inherited from API

Inherited from Random

Inherited from NN

Inherited from Math

Inherited from Basic

Inherited from API

Inherited from AnyRef

Inherited from Any

Ungrouped