LostTech.TensorFlow : API Documentation

Type values

Namespace tensorflow.python.distribute.values

Public static methods

bool is_distributed_variable(Trackable v)

object is_distributed_variable_dyn(object v)

object regroup(DeviceMap device_map, object values, object wrap_class)

object regroup(DeviceMap device_map, PythonClassContainer values, ImplicitContainer<T> wrap_class)

object regroup(DeviceMap device_map, PythonClassContainer values, object wrap_class)

object regroup(DeviceMap device_map, object values, ImplicitContainer<T> wrap_class)

object regroup_dyn(object device_map, object values, ImplicitContainer<T> wrap_class)

object select_device_mirrored(string device, object structured)

object select_device_mirrored(string device, DistributedValues structured)

object select_device_mirrored(string device, IDictionary<object, object> structured)

object select_device_mirrored(string device, IEnumerable<object> structured)

object select_device_mirrored_dyn(object device, object structured)

object select_replica(int replica_id, object structured)

object select_replica_dyn(object replica_id, object structured)

object update_regroup(StrategyExtended extended, ReplicaDeviceMap device_map, IEnumerable<object> updates, bool group)

object update_regroup_dyn(object extended, object device_map, object updates, object group)

void validate_colocate(object v, StrategyExtended extended)

void validate_colocate_distributed_variable(object v, StrategyExtended extended)

object validate_colocate_distributed_variable_dyn(object v, object extended)

object validate_colocate_dyn(object v, object extended)

Public properties

PythonFunctionContainer _MirroredSaveable_fn get;

PythonFunctionContainer _SyncOnReadSaveable_fn get;

PythonFunctionContainer AggregatingVariable_fn get;

PythonFunctionContainer DeviceMap_fn get;

PythonFunctionContainer DistributedDelegate_fn get;

PythonFunctionContainer DistributedValues_fn get;

PythonFunctionContainer DistributedVariable_fn get;

PythonFunctionContainer DistributedVarOp_fn get;

PythonFunctionContainer is_distributed_variable_fn get;

PythonFunctionContainer LogicalDeviceSpec_fn get;

PythonFunctionContainer Mirrored_fn get;

PythonFunctionContainer MirroredVariable_fn get;

PythonFunctionContainer PerReplica_fn get;

PythonFunctionContainer PerReplicaSpec_fn get;

PythonFunctionContainer regroup_fn get;

PythonFunctionContainer ReplicaDeviceMap_fn get;

PythonFunctionContainer select_device_mirrored_fn get;

PythonFunctionContainer select_replica_fn get;

PythonFunctionContainer SingleDeviceMap_fn get;

PythonFunctionContainer SyncOnReadVariable_fn get;

PythonFunctionContainer TPUMirroredVariable_fn get;

PythonFunctionContainer TPUSyncOnReadVariable_fn get;

PythonFunctionContainer TPUVariableMixin_fn get;

PythonFunctionContainer update_regroup_fn get;

PythonFunctionContainer validate_colocate_distributed_variable_fn get;

PythonFunctionContainer validate_colocate_fn get;

PythonFunctionContainer value_container_fn get;

PythonFunctionContainer WorkerDeviceMap_fn get;