DeviceProperties

classe final pública DeviceProperties

tensorflow.DeviceProperties tipo tensorflow.DeviceProperties

Classes aninhadas

aula DeviceProperties.Builder tensorflow.DeviceProperties tipo tensorflow.DeviceProperties

Constantes

intBANDWIDTH_FIELD_NUMBER
int ENVIRONMENT_FIELD_NUMBER
intFREQUENCY_FIELD_NUMBER
int L1_CACHE_SIZE_FIELD_NUMBER
int L2_CACHE_SIZE_FIELD_NUMBER
int L3_CACHE_SIZE_FIELD_NUMBER
int MEMORY_SIZE_FIELD_NUMBER
int MODEL_FIELD_NUMBER
intNUM_CORES_FIELD_NUMBER
int NUM_REGISTERS_FIELD_NUMBER
int SHARED_MEMORY_SIZE_PER_MULTIPROCESSOR_FIELD_NUMBER
int TYPE_FIELD_NUMBER
int VENDOR_FIELD_NUMBER

Métodos Públicos

boleano
containsEnvironment (chave String)
 Version of the tools and libraries used with this device (e.g.
boleano
igual a (objeto obj)
longo
getBandwidth ()
 Memory bandwidth in KB/s
 
int64 bandwidth = 13;
DeviceProperties estáticas
DeviceProperties
final static com.google.protobuf.Descriptors.Descriptor
Map <String, String>
int
getEnvironmentCount ()
 Version of the tools and libraries used with this device (e.g.
Map <String, String>
getEnvironmentMap ()
 Version of the tools and libraries used with this device (e.g.
Fragmento
getEnvironmentOrDefault (String key, String defaultValue)
 Version of the tools and libraries used with this device (e.g.
Fragmento
getEnvironmentOrThrow (chave String)
 Version of the tools and libraries used with this device (e.g.
longo
getFrequency ()
 Core Frequency in Mhz
 
int64 frequency = 4;
longo
getL1CacheSize ()
 L1 cache size in bytes
 
int64 l1_cache_size = 8;
longo
getL2CacheSize ()
 L2 cache size in bytes
 
int64 l2_cache_size = 9;
longo
getL3CacheSize ()
 L3 cache size in bytes
 
int64 l3_cache_size = 10;
longo
getMemorySize ()
 Memory size in bytes
 
int64 memory_size = 12;
Fragmento
getModel ()
 Model (Haswell, K40, ...)
 
string model = 3;
com.google.protobuf.ByteString
getModelBytes ()
 Model (Haswell, K40, ...)
 
string model = 3;
longo
getNumCores ()
 Number of cores
 
int64 num_cores = 5;
longo
getNumRegisters ()
 Number of registers per core.
int
longo
getSharedMemorySizePerMultiprocessor ()
 Shared memory size per multiprocessor in bytes.
Fragmento
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
Fragmento
getVendor ()
Vendedor de string vendor = 2;
 Vendor (Intel, nvidia, ...)
 
string vendor = 2;
com.google.protobuf.ByteString
getVendorBytes ()
Vendedor de string vendor = 2;
 Vendor (Intel, nvidia, ...)
 
string vendor = 2;
int
final booleano
static DeviceProperties.Builder
static DeviceProperties.Builder
DeviceProperties.Builder
DeviceProperties estáticas
parseDelimitedFrom (input InputStream)
DeviceProperties estáticas
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DeviceProperties estáticas
parseFrom (dados ByteBuffer)
DeviceProperties estáticas
parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DeviceProperties estáticas
parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DeviceProperties estáticas
parseFrom (com.google.protobuf.CodedInputStream input)
DeviceProperties estáticas
parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DeviceProperties estáticas
parseFrom (com.google.protobuf.ByteString data)
DeviceProperties estáticas
parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DeviceProperties estáticas
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
DeviceProperties.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

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

público estático final int NUM_CORES_FIELD_NUMBER

Valor constante: 5

público estático final int NUM_REGISTERS_FIELD_NUMBER

Valor constante: 7

public static final int SHARED_MEMORY_SIZE_PER_MULTIPROCESSOR_FIELD_NUMBER

Valor constante: 11

public static 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 (String key)

 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 equals (Object obj)

public long getBandwidth ()

 Memory bandwidth in KB/s
 
int64 bandwidth = 13;

public static DeviceProperties getDefaultInstance ()

public DeviceProperties getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public Map <String, String> getEnvironment ()

Use getEnvironmentMap() vez disso.

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 (String key, String defaultValue)

 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 (String key)

 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 ()

Vendedor de string vendor = 2;

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

public com.google.protobuf.ByteString getVendorBytes ()

Vendedor de string vendor = 2;

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

public int hashCode ()

public final boolean isInitialized ()

public static DeviceProperties.Builder newBuilder ()

public static DeviceProperties.Builder newBuilder (protótipo DeviceProperties )

public DeviceProperties.Builder newBuilderForType ()

public static DeviceProperties parseDelimitedFrom (InputStream input)

Lança
IOException

public static DeviceProperties parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static DeviceProperties parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

public static DeviceProperties parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static DeviceProperties parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static DeviceProperties parseFrom (com.google.protobuf.CodedInputStream input)

Lança
IOException

public static DeviceProperties parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static DeviceProperties parseFrom (com.google.protobuf.ByteString data)

Lança
InvalidProtocolBufferException

public static DeviceProperties parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static DeviceProperties parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

estática pública analisador ()

public DeviceProperties.Builder toBuilder ()

public void writeTo (saída com.google.protobuf.CodedOutputStream)

Lança
IOException