Uses of Interface
org.tensorflow.framework.DeviceAttributesOrBuilder
-
Packages that use DeviceAttributesOrBuilder Package Description org.tensorflow.distruntime org.tensorflow.framework tensorflow.eager -
-
Uses of DeviceAttributesOrBuilder in org.tensorflow.distruntime
Methods in org.tensorflow.distruntime that return DeviceAttributesOrBuilder Modifier and Type Method Description DeviceAttributesOrBuilderGetStatusResponse.Builder. getDeviceAttributesOrBuilder(int index)repeated .tensorflow.DeviceAttributes device_attributes = 1;DeviceAttributesOrBuilderGetStatusResponse. getDeviceAttributesOrBuilder(int index)repeated .tensorflow.DeviceAttributes device_attributes = 1;DeviceAttributesOrBuilderGetStatusResponseOrBuilder. getDeviceAttributesOrBuilder(int index)repeated .tensorflow.DeviceAttributes device_attributes = 1;DeviceAttributesOrBuilderListDevicesResponse.Builder. getLocalDeviceOrBuilder(int index)repeated .tensorflow.DeviceAttributes local_device = 1;DeviceAttributesOrBuilderListDevicesResponse. getLocalDeviceOrBuilder(int index)repeated .tensorflow.DeviceAttributes local_device = 1;DeviceAttributesOrBuilderListDevicesResponseOrBuilder. getLocalDeviceOrBuilder(int index)repeated .tensorflow.DeviceAttributes local_device = 1;DeviceAttributesOrBuilderListDevicesResponse.Builder. getRemoteDeviceOrBuilder(int index)repeated .tensorflow.DeviceAttributes remote_device = 2;DeviceAttributesOrBuilderListDevicesResponse. getRemoteDeviceOrBuilder(int index)repeated .tensorflow.DeviceAttributes remote_device = 2;DeviceAttributesOrBuilderListDevicesResponseOrBuilder. getRemoteDeviceOrBuilder(int index)repeated .tensorflow.DeviceAttributes remote_device = 2;Methods in org.tensorflow.distruntime that return types with arguments of type DeviceAttributesOrBuilder Modifier and Type Method Description List<? extends DeviceAttributesOrBuilder>GetStatusResponse.Builder. getDeviceAttributesOrBuilderList()repeated .tensorflow.DeviceAttributes device_attributes = 1;List<? extends DeviceAttributesOrBuilder>GetStatusResponse. getDeviceAttributesOrBuilderList()repeated .tensorflow.DeviceAttributes device_attributes = 1;List<? extends DeviceAttributesOrBuilder>GetStatusResponseOrBuilder. getDeviceAttributesOrBuilderList()repeated .tensorflow.DeviceAttributes device_attributes = 1;List<? extends DeviceAttributesOrBuilder>ListDevicesResponse.Builder. getLocalDeviceOrBuilderList()repeated .tensorflow.DeviceAttributes local_device = 1;List<? extends DeviceAttributesOrBuilder>ListDevicesResponse. getLocalDeviceOrBuilderList()repeated .tensorflow.DeviceAttributes local_device = 1;List<? extends DeviceAttributesOrBuilder>ListDevicesResponseOrBuilder. getLocalDeviceOrBuilderList()repeated .tensorflow.DeviceAttributes local_device = 1;List<? extends DeviceAttributesOrBuilder>ListDevicesResponse.Builder. getRemoteDeviceOrBuilderList()repeated .tensorflow.DeviceAttributes remote_device = 2;List<? extends DeviceAttributesOrBuilder>ListDevicesResponse. getRemoteDeviceOrBuilderList()repeated .tensorflow.DeviceAttributes remote_device = 2;List<? extends DeviceAttributesOrBuilder>ListDevicesResponseOrBuilder. getRemoteDeviceOrBuilderList()repeated .tensorflow.DeviceAttributes remote_device = 2; -
Uses of DeviceAttributesOrBuilder in org.tensorflow.framework
Classes in org.tensorflow.framework that implement DeviceAttributesOrBuilder Modifier and Type Class Description classDeviceAttributesProtobuf typetensorflow.DeviceAttributesstatic classDeviceAttributes.BuilderProtobuf typetensorflow.DeviceAttributes -
Uses of DeviceAttributesOrBuilder in tensorflow.eager
Methods in tensorflow.eager that return DeviceAttributesOrBuilder Modifier and Type Method Description DeviceAttributesOrBuilderEagerServiceOuterClass.CreateContextResponse.Builder. getDeviceAttributesOrBuilder(int index)List of devices that are locally accessible to the worker.DeviceAttributesOrBuilderEagerServiceOuterClass.CreateContextResponse. getDeviceAttributesOrBuilder(int index)List of devices that are locally accessible to the worker.DeviceAttributesOrBuilderEagerServiceOuterClass.CreateContextResponseOrBuilder. getDeviceAttributesOrBuilder(int index)List of devices that are locally accessible to the worker.Methods in tensorflow.eager that return types with arguments of type DeviceAttributesOrBuilder Modifier and Type Method Description List<? extends DeviceAttributesOrBuilder>EagerServiceOuterClass.CreateContextResponse.Builder. getDeviceAttributesOrBuilderList()List of devices that are locally accessible to the worker.List<? extends DeviceAttributesOrBuilder>EagerServiceOuterClass.CreateContextResponse. getDeviceAttributesOrBuilderList()List of devices that are locally accessible to the worker.List<? extends DeviceAttributesOrBuilder>EagerServiceOuterClass.CreateContextResponseOrBuilder. getDeviceAttributesOrBuilderList()List of devices that are locally accessible to the worker.
-