LostTech.TensorFlow : API Documentation

Type Server

Namespace tensorflow.train

Parent PythonObjectContainer

Interfaces IServer

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

A tf.distribute.Server instance encapsulates a set of devices and a `tf.compat.v1.Session` target that can participate in distributed training. A server belongs to a cluster (specified by a tf.train.ClusterSpec), and corresponds to a particular task in a named job. The server can communicate with any other server in the same cluster.

Methods

Properties

Public instance methods

void start()

object start_dyn()

Public static methods

Server create_local_server(object config, bool start)

object create_local_server_dyn(object config, ImplicitContainer<T> start)

Public properties

object PythonObject get;

object server_def get;

object server_def_dyn get;

object target get;

object target_dyn get;