Class/Object

org.platanios.tensorflow.api.ops

Output

Related Docs: object Output | package ops

Permalink

final case class Output extends OutputLike with Symbol with Product with Serializable

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

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 apply(indexers: core.Indexer*): Output

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def consumers: Array[Input]

    Permalink
    Definition Classes
    OutputOutputLike
  8. def dataType: types.DataType

    Permalink
    Definition Classes
    OutputOutputLike
  9. def device: String

    Permalink
    Definition Classes
    OutputOutputLike
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(that: Any): Boolean

    Permalink
    Definition Classes
    Output → Equals → AnyRef → Any
  12. def evaluate(feeds: Map[Output, tensors.Tensor] = Map.empty, session: core.client.Session = null): tensors.Tensor

    Permalink
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def graph: core.Graph

    Permalink
    Definition Classes
    OutputOutputLike
  16. def hashCode(): Int

    Permalink
    Definition Classes
    Output → AnyRef → Any
  17. val index: Int

    Permalink
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. def name: String

    Permalink
    Definition Classes
    OutputOutputLike
  20. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  23. val op: Op

    Permalink
    Definition Classes
    OutputOutputLike
  24. def rank: Int

    Permalink
  25. def setShape(shape: core.Shape): Unit

    Permalink
  26. def shape: core.Shape

    Permalink
  27. def size: Long

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

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

    Permalink
    Definition Classes
    AnyRef
  30. def toOutput: Output

    Permalink
    Definition Classes
    OutputOutputLike
  31. def toOutputIndexedSlices(optimize: Boolean = true): OutputIndexedSlices

    Permalink
    Definition Classes
    OutputOutputLike
  32. def toString(): String

    Permalink
    Definition Classes
    Output → AnyRef → Any
  33. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Symbol

Inherited from OutputLike

Inherited from AnyRef

Inherited from Any

Ungrouped