DeviceAttributesOrBuilder

interfaccia pubblica DeviceAttributesOrBuilder
Sottoclassi indirette conosciute

Metodi pubblici

stringa astratta
getDeviceType ()
 String representation of device_type.
astratto com.google.protobuf.ByteString
getDeviceTypeBytes ()
 String representation of device_type.
astratto lungo
getIncarnazione ()
 A device is assigned a global unique number each time it is
 initialized.
DeviceLocality astratto
getLocalità ()
 Platform-specific data about device that may be useful
 for supporting efficient data transfers.
astratto DeviceLocalityOrBuilder
getLocalityOrBuilder ()
 Platform-specific data about device that may be useful
 for supporting efficient data transfers.
astratto lungo
getLimite memoria ()
 Memory capacity of device in bytes.
stringa astratta
getNome ()
 Fully specified name of the device within a cluster.
astratto com.google.protobuf.ByteString
getNomeBytes ()
 Fully specified name of the device within a cluster.
stringa astratta
getPhysicalDeviceDesc ()
 String representation of the physical device that this device maps to.
astratto com.google.protobuf.ByteString
getPhysicalDeviceDescBytes ()
 String representation of the physical device that this device maps to.
booleano astratto
hasLocality ()
 Platform-specific data about device that may be useful
 for supporting efficient data transfers.

Metodi pubblici

public abstract String getDeviceType ()

 String representation of device_type.
 
string device_type = 2;

estratto pubblico com.google.protobuf.ByteString getDeviceTypeBytes ()

 String representation of device_type.
 
string device_type = 2;

public abstract lungo getIncarnation ()

 A device is assigned a global unique number each time it is
 initialized. "incarnation" should never be 0.
 
fixed64 incarnation = 6;

estratto pubblico DeviceLocality getLocality ()

località

 Platform-specific data about device that may be useful
 for supporting efficient data transfers.
 
.tensorflow.DeviceLocality locality = 5;

estratto pubblico DeviceLocalityOrBuilder getLocalityOrBuilder ()

località

 Platform-specific data about device that may be useful
 for supporting efficient data transfers.
 
.tensorflow.DeviceLocality locality = 5;

pubblico astratto lungo getMemoryLimit ()

 Memory capacity of device in bytes.
 
int64 memory_limit = 4;

stringa astratta pubblica getName ()

 Fully specified name of the device within a cluster.
 
string name = 1;

estratto pubblico com.google.protobuf.ByteString getNameBytes ()

 Fully specified name of the device within a cluster.
 
string name = 1;

public abstract String getPhysicalDeviceDesc ()

 String representation of the physical device that this device maps to.
 
string physical_device_desc = 7;

public abstract com.google.protobuf.ByteString getPhysicalDeviceDescBytes ()

 String representation of the physical device that this device maps to.
 
string physical_device_desc = 7;

pubblico astratto booleano hasLocality ()

località

 Platform-specific data about device that may be useful
 for supporting efficient data transfers.
 
.tensorflow.DeviceLocality locality = 5;