Packages

implicit class BasicOps[T] extends AnyRef

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BasicOps
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new BasicOps(output: ops.Output[T])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def batchToSpace[I](blockSize: Int, crops: ops.Output[I])(implicit arg0: core.types.TF[I], arg1: core.types.IsIntOrLong[I]): ops.Output[T]
  6. def batchToSpaceND[I1, I2](blockShape: ops.Output[I1], crops: ops.Output[I2])(implicit arg0: core.types.TF[I1], arg1: core.types.IsIntOrLong[I1], arg2: core.types.TF[I2], arg3: core.types.IsIntOrLong[I2]): ops.Output[T]
  7. def booleanMask(mask: ops.Output[Boolean]): ops.Output[T]
  8. def broadcastTo[I](shape: ops.Output[I])(implicit arg0: core.types.TF[I], arg1: core.types.IsIntOrLong[I]): ops.Output[T]
  9. def checkNumerics(message: String = "")(implicit ev: core.types.IsDecimal[T]): ops.Output[T]
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  11. def depthToSpace(blockSize: Int, dataFormat: CNNDataFormat = CNNDataFormat.default): ops.Output[T]
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. implicit val evTTF: core.types.TF[T]
    Attributes
    protected
  15. def expandDims(axis: ops.Output[Int]): ops.Output[T]
  16. def gather[I](indices: ops.Output[I], axis: ops.Output[I] = null)(implicit arg0: core.types.TF[I], arg1: core.types.IsIntOrLong[I]): ops.Output[T]
  17. def gatherND[I](indices: ops.Output[I])(implicit arg0: core.types.TF[I], arg1: core.types.IsIntOrLong[I]): ops.Output[T]
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def identity: ops.Output[T]
  21. def invertPermutation(implicit ev: core.types.IsIntOrLong[T]): ops.Output[T]
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def listDiff[I](other: ops.Output[T], indicesDataType: core.types.DataType[I])(implicit arg0: core.types.TF[I], arg1: core.types.IsIntOrLong[I]): (ops.Output[T], ops.Output[I])
  24. def listDiff(other: ops.Output[T]): (ops.Output[T], ops.Output[Int])
  25. def matrixTranspose(conjugate: Boolean = false): ops.Output[T]
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. def oneHot[R](depth: ops.Output[Int], onValue: ops.Output[R] = null, offValue: ops.Output[R] = null, axis: Int = -1)(implicit arg0: core.types.TF[R], ev: core.types.IsIntOrLongOrUByte[T]): ops.Output[R]
  30. val output: ops.Output[T]
  31. def pad[I](paddings: ops.Output[I], mode: ops.basic.Manipulation.PaddingMode = ConstantPadding(Some(Tensor.zeros[Int](Shape()))))(implicit arg0: core.types.TF[I], arg1: core.types.IsIntOrLong[I]): ops.Output[T]
  32. def preventGradient(message: String = ""): ops.Output[T]
  33. def reshape[I](shape: ops.Output[I])(implicit arg0: core.types.TF[I], arg1: core.types.IsIntOrLong[I]): ops.Output[T]
  34. def reverse[I](axes: ops.Output[I])(implicit arg0: core.types.TF[I], arg1: core.types.IsIntOrLong[I]): ops.Output[T]
  35. def reverseSequence[I](sequenceLengths: ops.Output[I], sequenceAxis: Int, batchAxis: Int = 0)(implicit arg0: core.types.TF[I], arg1: core.types.IsIntOrLong[I]): ops.Output[T]
  36. def sequenceMask(maxLength: ops.Output[T] = null)(implicit ev: core.types.IsIntOrUInt[T]): ops.Output[Boolean]
  37. def spaceToBatch[I](blockSize: Int, paddings: ops.Output[I])(implicit arg0: core.types.TF[I], arg1: core.types.IsIntOrLong[I]): ops.Output[T]
  38. def spaceToBatchND[I1, I2](blockShape: ops.Output[I1], paddings: ops.Output[I2])(implicit arg0: core.types.TF[I1], arg1: core.types.IsIntOrLong[I1], arg2: core.types.TF[I2], arg3: core.types.IsIntOrLong[I2]): ops.Output[T]
  39. def spaceToDepth(blockSize: Int, dataFormat: CNNDataFormat = CNNDataFormat.default): ops.Output[T]
  40. def split[I](splitSizes: ops.Output[I], axis: ops.Output[Int] = Output.constant[Int](Tensor.zeros[Int](Shape())))(implicit arg0: core.types.TF[I], arg1: core.types.IsIntOrLong[I]): Seq[ops.Output[T]]
  41. def splitEvenly(numSplits: Int, axis: ops.Output[Int] = Output.constant[Int](Tensor.zeros[Int](Shape()))): Seq[ops.Output[T]]
  42. def squeeze(axes: Seq[Int] = null): ops.Output[T]
  43. def stopGradient(): ops.Output[T]
  44. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  45. def tile[I](multiples: ops.Output[I])(implicit arg0: core.types.TF[I], arg1: core.types.IsIntOrLong[I]): ops.Output[T]
  46. def toString(): String
    Definition Classes
    AnyRef → Any
  47. def transpose[I](permutation: ops.Output[I] = null, conjugate: Boolean = false)(implicit arg0: IntDefault[I], arg1: core.types.TF[I], arg2: core.types.IsIntOrLong[I]): ops.Output[T]
  48. def unique[I1, I2](axis: ops.Output[I1], indicesDataType: core.types.DataType[I2])(implicit arg0: core.types.TF[I1], arg1: core.types.IsIntOrLong[I1], arg2: core.types.TF[I2], arg3: core.types.IsIntOrLong[I2]): (ops.Output[T], ops.Output[I2])
  49. def unique[I1](axis: ops.Output[I1])(implicit arg0: core.types.TF[I1], arg1: core.types.IsIntOrLong[I1]): (ops.Output[T], ops.Output[Int])
  50. def uniqueWithCounts[I1, I2](axis: ops.Output[I1], indicesDataType: core.types.DataType[I2])(implicit arg0: core.types.TF[I1], arg1: core.types.IsIntOrLong[I1], arg2: core.types.TF[I2], arg3: core.types.IsIntOrLong[I2]): (ops.Output[T], ops.Output[I2], ops.Output[I2])
  51. def uniqueWithCounts[I1](axis: ops.Output[I1])(implicit arg0: core.types.TF[I1], arg1: core.types.IsIntOrLong[I1]): (ops.Output[T], ops.Output[Int], ops.Output[Int])
  52. def unstack(number: Int = -1, axis: Int = 0): Seq[ops.Output[T]]
  53. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  54. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  55. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  56. def where(implicit ev: core.types.IsBooleanOrNumeric[T]): ops.Output[Long]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped