Class

org.platanios.tensorflow.api.ops.Basic

BasicOps

Related Doc: package Basic

Permalink

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

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BasicOps
  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 BasicOps(output: Output)

    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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def batchToSpace(blockSize: Int, crops: Output): Output

    Permalink
  6. def batchToSpaceND(blockShape: Output, crops: Output): Output

    Permalink
  7. def booleanMask(mask: Output): Output

    Permalink
  8. def checkNumerics(message: String = ""): Output

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def depthToSpace(blockSize: Int, dataFormat: CNNDataFormat = CNNDataFormat.default): Output

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

    Permalink
    Definition Classes
    AnyRef
  12. def expandDims(axis: Output): Output

    Permalink
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def gather(indices: Output, axis: Output = 0): Output

    Permalink
  15. def gatherND(indices: Output): Output

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. def invertPermutation(): Output

    Permalink
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. def listDiff(other: Output, indicesDataType: types.DataType = INT32): (Output, Output)

    Permalink
  20. def matrixTranspose(conjugate: Boolean = false): Output

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

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  24. def oneHot(depth: Output, onValue: Output = null, offValue: Output = null, axis: Int = 1, dataType: types.DataType = null): Output

    Permalink
  25. val output: Output

    Permalink
  26. def pad(paddings: Output, mode: Basic.PaddingMode = ConstantPadding): Output

    Permalink
  27. def preventGradient(message: String = ""): Output

    Permalink
  28. def reshape(shape: Output): Output

    Permalink
  29. def reverse(axes: Output): Output

    Permalink
  30. def reverseSequence(sequenceLengths: Output, sequenceAxis: Int, batchAxis: Int = 0): Output

    Permalink
  31. def scatterND(updates: Output, shape: Output): Output

    Permalink
  32. def sequenceMask(maxLength: Output = null, dataType: types.DataType = BOOLEAN): Output

    Permalink
  33. def slice(indexers: core.Indexer*): Output

    Permalink
  34. def spaceToBatch(blockSize: Int, paddings: Output): Output

    Permalink
  35. def spaceToBatchND(blockShape: Output, paddings: Output): Output

    Permalink
  36. def spaceToDepth(blockSize: Int, dataFormat: CNNDataFormat = CNNDataFormat.default): Output

    Permalink
  37. def split(splitSizes: Output, axis: Output = 0): Seq[Output]

    Permalink
  38. def splitEvenly(numSplits: Int, axis: Output = 0): Seq[Output]

    Permalink
  39. def squeeze(axes: Seq[Int] = null): Output

    Permalink
  40. def stopGradient(): Output

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

    Permalink
    Definition Classes
    AnyRef
  42. def tile(multiples: Output): Output

    Permalink
  43. def transpose(permutation: Output = null, conjugate: Boolean = false): Output

    Permalink
  44. def unique(axis: Output, indicesDataType: types.DataType = INT32): (Output, Output)

    Permalink
  45. def uniqueWithCounts(indicesDataType: types.DataType = INT32): (Output, Output, Output)

    Permalink
  46. def unstack(number: Int, axis: Int = 0): Seq[Output]

    Permalink
  47. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. def where(): Output

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped