LostTech.TensorFlow : API Documentation

Type multi_worker_util

Namespace tensorflow.python.distribute.multi_worker_util

Public static methods

string collective_leader(ClusterSpec cluster_spec, string task_type, Nullable<int> task_id)

string collective_leader(ValueTuple<IDictionary<object, object>, PythonClassContainer> cluster_spec, string task_type, Nullable<int> task_id)

string collective_leader(IDictionary<string, IEnumerable<string>> cluster_spec, string task_type, Nullable<int> task_id)

object collective_leader_dyn(object cluster_spec, object task_type, object task_id)

bool has_worker_context()

object has_worker_context_dyn()

Nullable<int> id_in_cluster(ClusterSpec cluster_spec, string task_type, Nullable<int> task_id)

Nullable<int> id_in_cluster(ValueTuple<IDictionary<object, object>, PythonClassContainer> cluster_spec, string task_type, Nullable<int> task_id)

Nullable<int> id_in_cluster(IDictionary<string, IEnumerable<string>> cluster_spec, string task_type, Nullable<int> task_id)

object id_in_cluster_dyn(object cluster_spec, object task_type, object task_id)

bool is_chief(IDictionary<string, IEnumerable<string>> cluster_spec, string task_type, Nullable<int> task_id)

bool is_chief(ValueTuple<IDictionary<object, object>, PythonClassContainer> cluster_spec, MirroredStrategy task_type, Nullable<int> task_id)

bool is_chief(ValueTuple<IDictionary<object, object>, PythonClassContainer> cluster_spec, string task_type, Nullable<int> task_id)

bool is_chief(ClusterSpec cluster_spec, MirroredStrategy task_type, Nullable<int> task_id)

bool is_chief(ClusterSpec cluster_spec, string task_type, Nullable<int> task_id)

bool is_chief(IDictionary<string, IEnumerable<string>> cluster_spec, MirroredStrategy task_type, Nullable<int> task_id)

object is_chief_dyn(object cluster_spec, object task_type, object task_id)

object normalize_cluster_spec(IDictionary<string, IEnumerable<string>> cluster_spec)

object normalize_cluster_spec(IEnumerable<string> cluster_spec)

object normalize_cluster_spec(ValueTuple<IDictionary<object, object>, PythonClassContainer> cluster_spec)

object normalize_cluster_spec(ClusterSpec cluster_spec)

object normalize_cluster_spec_dyn(object cluster_spec)

object should_load_checkpoint()

object should_load_checkpoint_dyn()

object should_save_checkpoint()

object should_save_checkpoint_dyn()

object wait_for_other_workers()

object wait_for_other_workers_dyn()

int worker_count(IDictionary<string, IEnumerable<string>> cluster_spec, string task_type)

int worker_count(ValueTuple<IDictionary<object, object>, PythonClassContainer> cluster_spec, string task_type)

int worker_count(ClusterSpec cluster_spec, string task_type)

object worker_count_dyn(object cluster_spec, object task_type)

Public properties

PythonFunctionContainer collective_leader_fn get;

PythonFunctionContainer has_worker_context_fn get;

PythonFunctionContainer id_in_cluster_fn get;

PythonFunctionContainer is_chief_fn get;

PythonFunctionContainer normalize_cluster_spec_fn get;

PythonFunctionContainer should_load_checkpoint_fn get;

PythonFunctionContainer should_save_checkpoint_fn get;

PythonFunctionContainer wait_for_other_workers_fn get;

PythonFunctionContainer worker_count_fn get;