Uses of Class
org.tensorflow.framework.DeviceAttributes
-
Packages that use DeviceAttributes Package Description org.tensorflow.distruntime org.tensorflow.framework tensorflow.eager -
-
Uses of DeviceAttributes in org.tensorflow.distruntime
Methods in org.tensorflow.distruntime that return DeviceAttributes Modifier and Type Method Description DeviceAttributesGetStatusResponse.Builder. getDeviceAttributes(int index)repeated .tensorflow.DeviceAttributes device_attributes = 1;DeviceAttributesGetStatusResponse. getDeviceAttributes(int index)repeated .tensorflow.DeviceAttributes device_attributes = 1;DeviceAttributesGetStatusResponseOrBuilder. getDeviceAttributes(int index)repeated .tensorflow.DeviceAttributes device_attributes = 1;DeviceAttributesListDevicesResponse.Builder. getLocalDevice(int index)repeated .tensorflow.DeviceAttributes local_device = 1;DeviceAttributesListDevicesResponse. getLocalDevice(int index)repeated .tensorflow.DeviceAttributes local_device = 1;DeviceAttributesListDevicesResponseOrBuilder. getLocalDevice(int index)repeated .tensorflow.DeviceAttributes local_device = 1;DeviceAttributesListDevicesResponse.Builder. getRemoteDevice(int index)repeated .tensorflow.DeviceAttributes remote_device = 2;DeviceAttributesListDevicesResponse. getRemoteDevice(int index)repeated .tensorflow.DeviceAttributes remote_device = 2;DeviceAttributesListDevicesResponseOrBuilder. getRemoteDevice(int index)repeated .tensorflow.DeviceAttributes remote_device = 2;Methods in org.tensorflow.distruntime that return types with arguments of type DeviceAttributes Modifier and Type Method Description List<DeviceAttributes>GetStatusResponse.Builder. getDeviceAttributesList()repeated .tensorflow.DeviceAttributes device_attributes = 1;List<DeviceAttributes>GetStatusResponse. getDeviceAttributesList()repeated .tensorflow.DeviceAttributes device_attributes = 1;List<DeviceAttributes>GetStatusResponseOrBuilder. getDeviceAttributesList()repeated .tensorflow.DeviceAttributes device_attributes = 1;List<DeviceAttributes>ListDevicesResponse.Builder. getLocalDeviceList()repeated .tensorflow.DeviceAttributes local_device = 1;List<DeviceAttributes>ListDevicesResponse. getLocalDeviceList()repeated .tensorflow.DeviceAttributes local_device = 1;List<DeviceAttributes>ListDevicesResponseOrBuilder. getLocalDeviceList()repeated .tensorflow.DeviceAttributes local_device = 1;List<DeviceAttributes>ListDevicesResponse.Builder. getRemoteDeviceList()repeated .tensorflow.DeviceAttributes remote_device = 2;List<DeviceAttributes>ListDevicesResponse. getRemoteDeviceList()repeated .tensorflow.DeviceAttributes remote_device = 2;List<DeviceAttributes>ListDevicesResponseOrBuilder. getRemoteDeviceList()repeated .tensorflow.DeviceAttributes remote_device = 2;Methods in org.tensorflow.distruntime with parameters of type DeviceAttributes Modifier and Type Method Description GetStatusResponse.BuilderGetStatusResponse.Builder. addDeviceAttributes(int index, DeviceAttributes value)repeated .tensorflow.DeviceAttributes device_attributes = 1;GetStatusResponse.BuilderGetStatusResponse.Builder. addDeviceAttributes(DeviceAttributes value)repeated .tensorflow.DeviceAttributes device_attributes = 1;ListDevicesResponse.BuilderListDevicesResponse.Builder. addLocalDevice(int index, DeviceAttributes value)repeated .tensorflow.DeviceAttributes local_device = 1;ListDevicesResponse.BuilderListDevicesResponse.Builder. addLocalDevice(DeviceAttributes value)repeated .tensorflow.DeviceAttributes local_device = 1;ListDevicesResponse.BuilderListDevicesResponse.Builder. addRemoteDevice(int index, DeviceAttributes value)repeated .tensorflow.DeviceAttributes remote_device = 2;ListDevicesResponse.BuilderListDevicesResponse.Builder. addRemoteDevice(DeviceAttributes value)repeated .tensorflow.DeviceAttributes remote_device = 2;GetStatusResponse.BuilderGetStatusResponse.Builder. setDeviceAttributes(int index, DeviceAttributes value)repeated .tensorflow.DeviceAttributes device_attributes = 1;ListDevicesResponse.BuilderListDevicesResponse.Builder. setLocalDevice(int index, DeviceAttributes value)repeated .tensorflow.DeviceAttributes local_device = 1;ListDevicesResponse.BuilderListDevicesResponse.Builder. setRemoteDevice(int index, DeviceAttributes value)repeated .tensorflow.DeviceAttributes remote_device = 2;Method parameters in org.tensorflow.distruntime with type arguments of type DeviceAttributes Modifier and Type Method Description GetStatusResponse.BuilderGetStatusResponse.Builder. addAllDeviceAttributes(Iterable<? extends DeviceAttributes> values)repeated .tensorflow.DeviceAttributes device_attributes = 1;ListDevicesResponse.BuilderListDevicesResponse.Builder. addAllLocalDevice(Iterable<? extends DeviceAttributes> values)repeated .tensorflow.DeviceAttributes local_device = 1;ListDevicesResponse.BuilderListDevicesResponse.Builder. addAllRemoteDevice(Iterable<? extends DeviceAttributes> values)repeated .tensorflow.DeviceAttributes remote_device = 2; -
Uses of DeviceAttributes in org.tensorflow.framework
Methods in org.tensorflow.framework that return DeviceAttributes Modifier and Type Method Description DeviceAttributesDeviceAttributes.Builder. build()DeviceAttributesDeviceAttributes.Builder. buildPartial()static DeviceAttributesDeviceAttributes. getDefaultInstance()DeviceAttributesDeviceAttributes.Builder. getDefaultInstanceForType()DeviceAttributesDeviceAttributes. getDefaultInstanceForType()static DeviceAttributesDeviceAttributes. parseDelimitedFrom(InputStream input)static DeviceAttributesDeviceAttributes. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static DeviceAttributesDeviceAttributes. parseFrom(byte[] data)static DeviceAttributesDeviceAttributes. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static DeviceAttributesDeviceAttributes. parseFrom(InputStream input)static DeviceAttributesDeviceAttributes. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static DeviceAttributesDeviceAttributes. parseFrom(ByteBuffer data)static DeviceAttributesDeviceAttributes. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static DeviceAttributesDeviceAttributes. parseFrom(org.nd4j.shade.protobuf.ByteString data)static DeviceAttributesDeviceAttributes. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static DeviceAttributesDeviceAttributes. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)static DeviceAttributesDeviceAttributes. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.tensorflow.framework that return types with arguments of type DeviceAttributes Modifier and Type Method Description org.nd4j.shade.protobuf.Parser<DeviceAttributes>DeviceAttributes. getParserForType()static org.nd4j.shade.protobuf.Parser<DeviceAttributes>DeviceAttributes. parser()Methods in org.tensorflow.framework with parameters of type DeviceAttributes Modifier and Type Method Description DeviceAttributes.BuilderDeviceAttributes.Builder. mergeFrom(DeviceAttributes other)static DeviceAttributes.BuilderDeviceAttributes. newBuilder(DeviceAttributes prototype) -
Uses of DeviceAttributes in tensorflow.eager
Methods in tensorflow.eager that return DeviceAttributes Modifier and Type Method Description DeviceAttributesEagerServiceOuterClass.CreateContextResponse.Builder. getDeviceAttributes(int index)List of devices that are locally accessible to the worker.DeviceAttributesEagerServiceOuterClass.CreateContextResponse. getDeviceAttributes(int index)List of devices that are locally accessible to the worker.DeviceAttributesEagerServiceOuterClass.CreateContextResponseOrBuilder. getDeviceAttributes(int index)List of devices that are locally accessible to the worker.Methods in tensorflow.eager that return types with arguments of type DeviceAttributes Modifier and Type Method Description List<DeviceAttributes>EagerServiceOuterClass.CreateContextResponse.Builder. getDeviceAttributesList()List of devices that are locally accessible to the worker.List<DeviceAttributes>EagerServiceOuterClass.CreateContextResponse. getDeviceAttributesList()List of devices that are locally accessible to the worker.List<DeviceAttributes>EagerServiceOuterClass.CreateContextResponseOrBuilder. getDeviceAttributesList()List of devices that are locally accessible to the worker.Methods in tensorflow.eager with parameters of type DeviceAttributes Modifier and Type Method Description EagerServiceOuterClass.CreateContextResponse.BuilderEagerServiceOuterClass.CreateContextResponse.Builder. addDeviceAttributes(int index, DeviceAttributes value)List of devices that are locally accessible to the worker.EagerServiceOuterClass.CreateContextResponse.BuilderEagerServiceOuterClass.CreateContextResponse.Builder. addDeviceAttributes(DeviceAttributes value)List of devices that are locally accessible to the worker.EagerServiceOuterClass.CreateContextResponse.BuilderEagerServiceOuterClass.CreateContextResponse.Builder. setDeviceAttributes(int index, DeviceAttributes value)List of devices that are locally accessible to the worker.Method parameters in tensorflow.eager with type arguments of type DeviceAttributes Modifier and Type Method Description EagerServiceOuterClass.CreateContextResponse.BuilderEagerServiceOuterClass.CreateContextResponse.Builder. addAllDeviceAttributes(Iterable<? extends DeviceAttributes> values)List of devices that are locally accessible to the worker.
-