LostTech.TensorFlow : API Documentation

Type distribute_lib

Namespace tensorflow.python.distribute.distribute_lib

Public static methods

object create_mirrored_variable(object strategy, ReplicaDeviceMap device_map, int logical_device, object real_mirrored_creator, PythonClassContainer mirrored_cls, PythonClassContainer sync_on_read_cls, IDictionary<string, object> kwargs, Object[] args)

object create_mirrored_variable(object strategy, ReplicaDeviceMap device_map, int logical_device, object real_mirrored_creator, PythonClassContainer mirrored_cls, PythonClassContainer sync_on_read_cls, Object[] args)

object create_mirrored_variable_dyn(object strategy, object device_map, object logical_device, object real_mirrored_creator, object mirrored_cls, object sync_on_read_cls, IDictionary<string, object> kwargs, Object[] args)

object create_mirrored_variable_dyn(object strategy, object device_map, object logical_device, object real_mirrored_creator, object mirrored_cls, object sync_on_read_cls, Object[] args)

object get_update_device()

object get_update_device_dyn()

void require_replica_context(ReplicaContext replica_ctx)

object require_replica_context_dyn(object replica_ctx)

Public properties

PythonFunctionContainer _CurrentDistributionContext_fn get;

PythonFunctionContainer _DefaultDistributionContext_fn get;

PythonFunctionContainer _DefaultDistributionExtended_fn get;

PythonFunctionContainer _DefaultDistributionStrategy_fn get;

PythonFunctionContainer create_mirrored_variable_fn get;

PythonFunctionContainer get_update_device_fn get;

PythonFunctionContainer InputContext_fn get;

PythonFunctionContainer InputReplicationMode_fn get;

PythonFunctionContainer ReplicaContext_fn get;

PythonFunctionContainer require_replica_context_fn get;

PythonFunctionContainer Strategy_fn get;

PythonFunctionContainer StrategyExtendedV1_fn get;

PythonFunctionContainer StrategyExtendedV2_fn get;

PythonFunctionContainer StrategyV1_fn get;

PythonFunctionContainer UpdateContext_fn get;