Class/Object

org.platanios.tensorflow.api.core.distributed

Server

Related Docs: object Server | package distributed

Permalink

class Server extends Serializable with utilities.Closeable

In-process TensorFlow server, for use in distributed training.

A Server instance encapsulates a set of devices along with a Session target, that can participate in distributed training. A server belongs to a cluster (specified by a ClusterConfig when creating the server), and corresponds to a particular task in a named job. The server can communicate with any other server in the same cluster.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Server
  2. Closeable
  3. Serializable
  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. final def asInstanceOf[T0]: T0

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

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

    Permalink

    Releases the native resources associated with this object.

    Releases the native resources associated with this object.

    Definition Classes
    Closeable
  7. val closeFn: () ⇒ Unit

    Permalink

    Function used to delete the native server object (i.e., free relevant memory).

    Function used to delete the native server object (i.e., free relevant memory).

    Attributes
    protected
    Definition Classes
    ServerCloseable
  8. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  14. def join(): Unit

    Permalink

    Blocks until the server has shut down.

    Blocks until the server has shut down. This method currently blocks forever.

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

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

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

    Permalink
    Definition Classes
    AnyRef
  18. val serverDef: ServerDef

    Permalink

    ServerDef containing all the configuration options for this server.

  19. def start(): Unit

    Permalink

    Starts this server.

  20. val startImmediately: Boolean

    Permalink

    Boolean indicator, specifying whether to start the server immediately after creating it.

  21. def stop(): Unit

    Permalink

    Stops this server.

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

    Permalink
    Definition Classes
    AnyRef
  23. def target: String

    Permalink

    Returns the target for a Session to connect to this server.

  24. def toProto: GeneratedMessageV3

    Permalink

    Constructs and returns a ServerDef object that represents this session.

    Constructs and returns a ServerDef object that represents this session.

    returns

    Constructed ServerDef.

    Definition Classes
    ServerSerializable
  25. def toServerDef: ServerDef

    Permalink

    Constructs and returns a ServerDef object that represents this session.

    Constructs and returns a ServerDef object that represents this session.

    returns

    Constructed ServerDef.

  26. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  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 utilities.Closeable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped