Class/Object

org.platanios.tensorflow.api.learn

RecoverableSession

Related Docs: object RecoverableSession | package learn

Permalink

case class RecoverableSession extends SessionWrapper with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RecoverableSession
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. SessionWrapper
  7. Session
  8. Closeable
  9. AnyRef
  10. 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
    Definition Classes
    SessionWrapper
  5. var _hooksEnabled: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    SessionWrapper
  6. var _shouldStop: Boolean

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

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

    Permalink
    Definition Classes
    SessionWrapper
  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
    Definition Classes
    SessionWrapper
  14. def enableHooks(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  16. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    Session
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  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. def removeHooks(hooks: Set[Hook]): Unit

    Permalink
    Definition Classes
    SessionWrapper
  24. def resetShouldStop(): Unit

    Permalink
    Definition Classes
    SessionWrapper
  25. 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( ... )
  26. 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( ... )
  27. var session: core.client.Session

    Permalink
    Attributes
    protected
    Definition Classes
    SessionWrapper
  28. val sessionCreator: SessionCreator

    Permalink
  29. final def shouldStop: Boolean

    Permalink
    Definition Classes
    SessionWrapper
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. val target: String

    Permalink
    Definition Classes
    Session
  32. final def wait(): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. 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 SessionWrapper

Inherited from core.client.Session

Inherited from utilities.Closeable

Inherited from AnyRef

Inherited from Any

Ungrouped