Class

org.platanios.tensorflow.api.learn

ChiefSessionCreator

Related Doc: package learn

Permalink

case class ChiefSessionCreator(master: String = "", sessionScaffold: SessionScaffold = SessionScaffold(), sessionConfig: Option[SessionConfig] = None, checkpointPath: Option[Path] = None) extends SessionCreator with Product with Serializable

Session factory for CHIEFs.

master

TensorFlow master to use.

sessionScaffold

Session scaffold used for gathering and/or building supportive ops. If not specified, a default one is created. The session scaffold is used to finalize the graph.

sessionConfig

Session configuration to be used for the new sessions.

checkpointPath

Path to either a checkpoint file to restore the model from, or a directory containing multiple checkpoint files, in which case the latest checkpoint in the directory will be used.

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

Instance Constructors

  1. new ChiefSessionCreator(master: String = "", sessionScaffold: SessionScaffold = SessionScaffold(), sessionConfig: Option[SessionConfig] = None, checkpointPath: Option[Path] = None)

    Permalink

    master

    TensorFlow master to use.

    sessionScaffold

    Session scaffold used for gathering and/or building supportive ops. If not specified, a default one is created. The session scaffold is used to finalize the graph.

    sessionConfig

    Session configuration to be used for the new sessions.

    checkpointPath

    Path to either a checkpoint file to restore the model from, or a directory containing multiple checkpoint files, in which case the latest checkpoint in the directory will be used.

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 addInitOp(op: ops.Op): Unit

    Permalink
    Definition Classes
    SessionCreator
  5. def addLocalInitOp(op: ops.Op): Unit

    Permalink
    Definition Classes
    SessionCreator
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. val checkpointPath: Option[Path]

    Permalink

    Path to either a checkpoint file to restore the model from, or a directory containing multiple checkpoint files, in which case the latest checkpoint in the directory will be used.

  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def createSession(): core.client.Session

    Permalink

    Creates a new Session.

    Creates a new Session.

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

    Permalink
    Definition Classes
    AnyRef
  11. var extraInitOps: Set[ops.Op]

    Permalink
    Attributes
    protected
    Definition Classes
    SessionCreator
  12. var extraLocalInitOps: Set[ops.Op]

    Permalink
    Attributes
    protected
    Definition Classes
    SessionCreator
  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. lazy val initOp: ops.Op

    Permalink
    Attributes
    protected
    Definition Classes
    ChiefSessionCreatorSessionCreator
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. lazy val localInitOp: ops.Op

    Permalink
    Attributes
    protected
    Definition Classes
    ChiefSessionCreatorSessionCreator
  18. val master: String

    Permalink

    TensorFlow master to use.

  19. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  22. def removeInitOp(op: ops.Op): Unit

    Permalink
    Definition Classes
    SessionCreator
  23. def removeLocalInitOp(op: ops.Op): Unit

    Permalink
    Definition Classes
    SessionCreator
  24. val sessionConfig: Option[SessionConfig]

    Permalink

    Session configuration to be used for the new sessions.

  25. val sessionScaffold: SessionScaffold

    Permalink

    Session scaffold used for gathering and/or building supportive ops.

    Session scaffold used for gathering and/or building supportive ops. If not specified, a default one is created. The session scaffold is used to finalize the graph.

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

    Permalink
    Definition Classes
    AnyRef
  27. final def wait(): Unit

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped