LostTech.TensorFlow : API Documentation

Type device_util

Namespace tensorflow.python.distribute.device_util

Public static methods

IList<string> canonicalize(PythonClassContainer d, string default)

IList<string> canonicalize(object d, string default)

object canonicalize_dyn(object d, object default)

string current()

object current_dyn()

IList<string> get_host_for_device(object device)

object get_host_for_device_dyn(object device)

ValueTuple<object> local_devices_from_num_gpus(Nullable<int> num_gpus)

object local_devices_from_num_gpus_dyn(object num_gpus)

object resolve(IEnumerable<object> d)

object resolve(ValueTuple<object, IEnumerable<object>> d)

object resolve(DistributedValues d)

object resolve(IGraphNodeBase d)

object resolve(object d)

object resolve(string d)

object resolve_dyn(object d)

Public properties

PythonFunctionContainer _FakeNodeDef_fn get;

PythonFunctionContainer _FakeOperation_fn get;

PythonFunctionContainer canonicalize_fn get;

PythonFunctionContainer current_fn get;

PythonFunctionContainer get_host_for_device_fn get;

PythonFunctionContainer local_devices_from_num_gpus_fn get;

PythonFunctionContainer resolve_fn get;