DeviceProperties

DeviceProperties de clase final pública

Protobuf tipo tensorflow.DeviceProperties

Clases anidadas

clase DeviceProperties.Builder Protobuf tipo tensorflow.DeviceProperties

Constantes

En tBANDWIDTH_FIELD_NUMBER
En t ENVIRONMENT_FIELD_NUMBER
En tFREQUENCY_FIELD_NUMBER
En t L1_CACHE_SIZE_FIELD_NUMBER
En t L2_CACHE_SIZE_FIELD_NUMBER
En t L3_CACHE_SIZE_FIELD_NUMBER
En t MEMORY_SIZE_FIELD_NUMBER
En t MODEL_FIELD_NUMBER
En tNUM_CORES_FIELD_NUMBER
En t NUM_REGISTERS_FIELD_NUMBER
En t SHARED_MEMORY_SIZE_PER_MULTIPROCESSOR_FIELD_NUMBER
En t TYPE_FIELD_NUMBER
En t VENDOR_FIELD_NUMBER

Métodos públicos

booleano
containsEnvironment (clave de cadena)
 Version of the tools and libraries used with this device (e.g.
booleano
es igual a (Objeto obj)
largo
getBandwidth ()
 Memory bandwidth in KB/s
 
int64 bandwidth = 13;
Propiedades de dispositivo estáticas
DeviceProperties
com.google.protobuf.Descriptors.Descriptor estático final
Mapa <Cadena, Cadena>
En t
getEnvironmentCount ()
 Version of the tools and libraries used with this device (e.g.
Mapa <Cadena, Cadena>
getEnvironmentMap ()
 Version of the tools and libraries used with this device (e.g.
Cuerda
getEnvironmentOrDefault (clave de cadena, valor predeterminado de cadena)
 Version of the tools and libraries used with this device (e.g.
Cuerda
getEnvironmentOrThrow (clave de cadena)
 Version of the tools and libraries used with this device (e.g.
largo
getFrequency ()
 Core Frequency in Mhz
 
int64 frequency = 4;
largo
getL1CacheSize ()
 L1 cache size in bytes
 
int64 l1_cache_size = 8;
largo
getL2CacheSize ()
 L2 cache size in bytes
 
int64 l2_cache_size = 9;
largo
getL3CacheSize ()
 L3 cache size in bytes
 
int64 l3_cache_size = 10;
largo
getMemorySize ()
 Memory size in bytes
 
int64 memory_size = 12;
Cuerda
getModel ()
 Model (Haswell, K40, ...)
 
string model = 3;
com.google.protobuf.ByteString
getModelBytes ()
 Model (Haswell, K40, ...)
 
string model = 3;
largo
getNumCores ()
 Number of cores
 
int64 num_cores = 5;
largo
getNumRegisters ()
 Number of registers per core.
En t
largo
getSharedMemorySizePerMultiprocessor ()
 Shared memory size per multiprocessor in bytes.
Cuerda
getType ()
 Device type (CPU, GPU, ...)
 
string type = 1;
com.google.protobuf.ByteString
getTypeBytes ()
 Device type (CPU, GPU, ...)
 
string type = 1;
final com.google.protobuf.UnknownFieldSet
Cuerda
getVendor ()
 Vendor (Intel, nvidia, ...)
 
string vendor = 2;
com.google.protobuf.ByteString
getVendorBytes ()
 Vendor (Intel, nvidia, ...)
 
string vendor = 2;
En t
booleano final
estático DeviceProperties.Builder
estático DeviceProperties.Builder
newBuilder (prototipo de DeviceProperties )
DeviceProperties.Builder
Propiedades de dispositivo estáticas
parseDelimitedFrom (entrada InputStream)
Propiedades de dispositivo estáticas
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Propiedades de dispositivo estáticas
parseFrom (datos ByteBuffer)
Propiedades de dispositivo estáticas
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Propiedades de dispositivo estáticas
parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Propiedades de dispositivo estáticas
parseFrom (entrada com.google.protobuf.CodedInputStream)
Propiedades de dispositivo estáticas
parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Propiedades de dispositivo estáticas
parseFrom (datos com.google.protobuf.ByteString)
Propiedades de dispositivo estáticas
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Propiedades de dispositivo estáticas
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
DeviceProperties.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

public static final int BANDWIDTH_FIELD_NUMBER

Valor constante: 13

public static final int ENVIRONMENT_FIELD_NUMBER

Valor constante: 6

público estático final int FREQUENCY_FIELD_NUMBER

Valor constante: 4

public static final int L1_CACHE_SIZE_FIELD_NUMBER

Valor constante: 8

public static final int L2_CACHE_SIZE_FIELD_NUMBER

Valor constante: 9

public static final int L3_CACHE_SIZE_FIELD_NUMBER

Valor constante: 10

public static final int MEMORY_SIZE_FIELD_NUMBER

Valor constante: 12

public static final int MODEL_FIELD_NUMBER

Valor constante: 3

public static final int NUM_CORES_FIELD_NUMBER

Valor constante: 5

public static final int NUM_REGISTERS_FIELD_NUMBER

Valor constante: 7

público estático final int SHARED_MEMORY_SIZE_PER_MULTIPROCESSOR_FIELD_NUMBER

Valor constante: 11

público estático final int TYPE_FIELD_NUMBER

Valor constante: 1

public static final int VENDOR_FIELD_NUMBER

Valor constante: 2

Métodos públicos

public boolean containsEnvironment (clave de cadena)

 Version of the tools and libraries used with this device (e.g. gcc 4.9,
 cudnn 5.1)
 
map<string, string> environment = 6;

public boolean es igual a (Object obj)

public long getBandwidth ()

 Memory bandwidth in KB/s
 
int64 bandwidth = 13;

DeviceProperties estático público getDefaultInstance ()

public DeviceProperties getDefaultInstanceForType ()

público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public Map <String, String> getEnvironment ()

Utilice getEnvironmentMap() lugar.

public int getEnvironmentCount ()

 Version of the tools and libraries used with this device (e.g. gcc 4.9,
 cudnn 5.1)
 
map<string, string> environment = 6;

public Map <String, String> getEnvironmentMap ()

 Version of the tools and libraries used with this device (e.g. gcc 4.9,
 cudnn 5.1)
 
map<string, string> environment = 6;

public String getEnvironmentOrDefault (clave de cadena, valor predeterminado de cadena)

 Version of the tools and libraries used with this device (e.g. gcc 4.9,
 cudnn 5.1)
 
map<string, string> environment = 6;

public String getEnvironmentOrThrow (clave de cadena)

 Version of the tools and libraries used with this device (e.g. gcc 4.9,
 cudnn 5.1)
 
map<string, string> environment = 6;

public long getFrequency ()

 Core Frequency in Mhz
 
int64 frequency = 4;

public long getL1CacheSize ()

 L1 cache size in bytes
 
int64 l1_cache_size = 8;

public long getL2CacheSize ()

 L2 cache size in bytes
 
int64 l2_cache_size = 9;

public long getL3CacheSize ()

 L3 cache size in bytes
 
int64 l3_cache_size = 10;

public long getMemorySize ()

 Memory size in bytes
 
int64 memory_size = 12;

public String getModel ()

 Model (Haswell, K40, ...)
 
string model = 3;

public com.google.protobuf.ByteString getModelBytes ()

 Model (Haswell, K40, ...)
 
string model = 3;

public long getNumCores ()

 Number of cores
 
int64 num_cores = 5;

public long getNumRegisters ()

 Number of registers per core.
 
int64 num_registers = 7;

público getParserForType ()

public int getSerializedSize ()

public long getSharedMemorySizePerMultiprocessor ()

 Shared memory size per multiprocessor in bytes. This field is
 applicable to GPUs only.
 
int64 shared_memory_size_per_multiprocessor = 11;

public String getType ()

 Device type (CPU, GPU, ...)
 
string type = 1;

public com.google.protobuf.ByteString getTypeBytes ()

 Device type (CPU, GPU, ...)
 
string type = 1;

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public String getVendor ()

 Vendor (Intel, nvidia, ...)
 
string vendor = 2;

public com.google.protobuf.ByteString getVendorBytes ()

 Vendor (Intel, nvidia, ...)
 
string vendor = 2;

public int hashCode ()

public final boolean isInitialized ()

DeviceProperties.Builder estático público newBuilder ()

DeviceProperties.Builder estático público newBuilder (prototipo de DeviceProperties )

public DeviceProperties.Builder newBuilderForType ()

DeviceProperties estático público parseDelimitedFrom (entrada InputStream)

Lanza
IOException

DeviceProperties estático público parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

DeviceProperties estático público parseFrom (datos ByteBuffer)

Lanza
InvalidProtocolBufferException

DeviceProperties estático público parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

DeviceProperties estático público parseFrom (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

DeviceProperties estático público parseFrom (entrada com.google.protobuf.CodedInputStream)

Lanza
IOException

DeviceProperties estático público parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

DeviceProperties estático público parseFrom (datos de com.google.protobuf.ByteString)

Lanza
InvalidProtocolBufferException

DeviceProperties estático público parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

DeviceProperties estático público parseFrom (datos de com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

público estático analizador ()

público DeviceProperties.Builder toBuilder ()

public void writeTo (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOException