DeviceAttributesOrBuilder

interfaz pública DeviceAttributesOrBuilder
Subclases indirectas conocidas

Métodos públicos

cadena abstracta
obtener tipo de dispositivo ()
 String representation of device_type.
resumen com.google.protobuf.ByteString
getDeviceTypeBytes ()
 String representation of device_type.
abstracto largo
obtenerEncarnación ()
 A device is assigned a global unique number each time it is
 initialized.
localidad abstracta del dispositivo
obtenerLocalidad ()
 Platform-specific data about device that may be useful
 for supporting efficient data transfers.
resumen DeviceLocalityOrBuilder
getLocalityOrBuilder ()
 Platform-specific data about device that may be useful
 for supporting efficient data transfers.
abstracto largo
obtener límite de memoria ()
 Memory capacity of device in bytes.
cadena abstracta
obtenerNombre ()
 Fully specified name of the device within a cluster.
resumen com.google.protobuf.ByteString
getNombreBytes ()
 Fully specified name of the device within a cluster.
cadena abstracta
getPhysicalDeviceDesc ()
 String representation of the physical device that this device maps to.
resumen com.google.protobuf.ByteString
getPhysicalDeviceDescBytes ()
 String representation of the physical device that this device maps to.
booleano abstracto
tieneLocalidad ()
 Platform-specific data about device that may be useful
 for supporting efficient data transfers.

Métodos públicos

Cadena abstracta pública getDeviceType ()

 String representation of device_type.
 
string device_type = 2;

resumen público com.google.protobuf.ByteString getDeviceTypeBytes ()

 String representation of device_type.
 
string device_type = 2;

resumen público largo getIncarnation ()

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

resumen público DeviceLocality getLocality ()

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

resumen público DeviceLocalityOrBuilder getLocalityOrBuilder ()

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

getMemoryLimit largo abstracto público ()

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

Cadena abstracta pública getName ()

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

resumen público com.google.protobuf.ByteString getNameBytes ()

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

Cadena abstracta pública getPhysicalDeviceDesc ()

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

resumen público com.google.protobuf.ByteString getPhysicalDeviceDescBytes ()

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

hasLocality booleano abstracto público ()

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