Class

org.platanios.tensorflow.api.learn

WorkerSessionCreator

Related Doc: package learn

Permalink

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

Session factory for WORKERs.

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.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WorkerSessionCreator
  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 WorkerSessionCreator(master: String = "", sessionScaffold: SessionScaffold = SessionScaffold(), sessionConfig: Option[SessionConfig] = 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.

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. def clone(): AnyRef

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

    Permalink

    Creates a new Session.

    Creates a new Session.

    Definition Classes
    WorkerSessionCreatorSessionCreator
  9. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    SessionCreator
  12. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. lazy val initOp: ops.Op

    Permalink
    Attributes
    protected
    Definition Classes
    WorkerSessionCreatorSessionCreator
  15. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Attributes
    protected
    Definition Classes
    WorkerSessionCreatorSessionCreator
  17. val master: String

    Permalink

    TensorFlow master to use.

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

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

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

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

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

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

    Permalink

    Session configuration to be used for the new sessions.

  24. 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.

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

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

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

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