Class

org.platanios.tensorflow.api.learn

SessionWrapper

Related Doc: package learn

Permalink

class SessionWrapper extends core.client.Session

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SessionWrapper
  2. Session
  3. Closeable
  4. AnyRef
  5. 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. var _closed: Boolean

    Permalink
    Attributes
    protected
  5. var _hooksEnabled: Boolean

    Permalink
    Attributes
    protected
  6. var _shouldStop: Boolean

    Permalink
    Attributes
    protected
  7. val activeHooks: Set[Hook]

    Permalink
    Attributes
    protected
  8. def addHooks(hooks: Set[Hook]): Unit

    Permalink
  9. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def close(): Unit

    Permalink
    Definition Classes
    SessionWrapperSessionCloseable
  12. def closed: Boolean

    Permalink
    Definition Classes
    SessionWrapperSession
  13. def disableHooks(): Unit

    Permalink
  14. def enableHooks(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. val graph: core.Graph

    Permalink
    Definition Classes
    Session
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  25. def removeHooks(hooks: Set[Hook]): Unit

    Permalink
  26. def resetShouldStop(): Unit

    Permalink
  27. def run[F, E, R](feeds: FeedMap = FeedMap.empty, fetches: F = Seq.empty[Output], targets: E = Traversable.empty[Op], options: RunOptions = null)(implicit executable: Executable[E], fetchable: Aux[F, R]): R

    Permalink
    Definition Classes
    Session
    Annotations
    @throws( ... )
  28. def runWithMetadata[F, E, R](feeds: FeedMap = FeedMap.empty, fetches: F = Seq.empty[Output], targets: E = Traversable.empty[Op], options: RunOptions = null)(implicit executable: Executable[E], fetchable: Aux[F, R]): (R, Option[RunMetadata])

    Permalink
    Definition Classes
    Session
    Annotations
    @throws( ... )
  29. var session: core.client.Session

    Permalink
    Attributes
    protected
  30. final def shouldStop: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  32. val target: String

    Permalink
    Definition Classes
    Session
  33. def toString(): String

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

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

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

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

Inherited from core.client.Session

Inherited from utilities.Closeable

Inherited from AnyRef

Inherited from Any

Ungrouped