classe final estática pública DeviceProperties.Builder
Tipo de protobuf tensorflow.DeviceProperties
Métodos Públicos
DeviceProperties.Builder | addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto) |
Propriedades do dispositivo | construir () |
Propriedades do dispositivo | |
DeviceProperties.Builder | claro () |
DeviceProperties.Builder | limpar largura de banda () Memory bandwidth in KB/s int64 bandwidth = 13; |
DeviceProperties.Builder | |
DeviceProperties.Builder | clearField (campo com.google.protobuf.Descriptors.FieldDescriptor) |
DeviceProperties.Builder | limparFrequência () Core Frequency in Mhz int64 frequency = 4; |
DeviceProperties.Builder | limparL1CacheSize () L1 cache size in bytes int64 l1_cache_size = 8; |
DeviceProperties.Builder | limparL2CacheSize () L2 cache size in bytes int64 l2_cache_size = 9; |
DeviceProperties.Builder | limparL3CacheSize () L3 cache size in bytes int64 l3_cache_size = 10; |
DeviceProperties.Builder | limparMemorySize () Memory size in bytes int64 memory_size = 12; |
DeviceProperties.Builder | limparModel () Model (Haswell, K40, ...) string model = 3; |
DeviceProperties.Builder | limparNumCores () Number of cores int64 num_cores = 5; |
DeviceProperties.Builder | clearNumRegisters () Number of registers per core. |
DeviceProperties.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor umof) |
DeviceProperties.Builder | clearSharedMemorySizePerMultiprocessor () Shared memory size per multiprocessor in bytes. |
DeviceProperties.Builder | limparType () Device type (CPU, GPU, ...) string type = 1; |
DeviceProperties.Builder | limparVendor () Vendor (Intel, nvidia, ...) string vendor = 2; |
DeviceProperties.Builder | clonar () |
booleano | contémEnvironment (chave de string) Version of the tools and libraries used with this device (e.g. |
longo | obter largura de banda () Memory bandwidth in KB/s int64 bandwidth = 13; |
Propriedades do dispositivo | |
final estático com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
Mapa<String, String> | getAmbiente () Use getEnvironmentMap() em vez disso. |
interno | getEnvironmentCount () Version of the tools and libraries used with this device (e.g. |
Mapa<String, String> | getEnvironmentMap () Version of the tools and libraries used with this device (e.g. |
Corda | getEnvironmentOrDefault (chave de string, string defaultValue) Version of the tools and libraries used with this device (e.g. |
Corda | getEnvironmentOrThrow (chave de string) Version of the tools and libraries used with this device (e.g. |
longo | getFrequência () 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; |
Corda | getModel () Model (Haswell, K40, ...) string model = 3; |
com.google.protobuf.ByteString | getModelBytes () Model (Haswell, K40, ...) string model = 3; |
Mapa<String, String> | getMutableEnvironment () Use acessadores de mutação alternativos. |
longo | getNumCores () Number of cores int64 num_cores = 5; |
longo | getNumRegisters () Number of registers per core. |
longo | getSharedMemorySizePerMultiprocessor () Shared memory size per multiprocessor in bytes. |
Corda | getType () Device type (CPU, GPU, ...) string type = 1; |
com.google.protobuf.ByteString | getTypeBytes () Device type (CPU, GPU, ...) string type = 1; |
Corda | obterVendedor () Vendor (Intel, nvidia, ...) string vendor = 2; |
com.google.protobuf.ByteString | getVendorBytes () Vendor (Intel, nvidia, ...) string vendor = 2; |
booleano final | |
DeviceProperties.Builder | mergeFrom (com.google.protobuf.Message outro) |
DeviceProperties.Builder | mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
final DeviceProperties.Builder | mesclarUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields) |
DeviceProperties.Builder | putAllEnvironment (Map<String, String> valores) Version of the tools and libraries used with this device (e.g. |
DeviceProperties.Builder | putEnvironment (chave de string, valor de string) Version of the tools and libraries used with this device (e.g. |
DeviceProperties.Builder | removeEnvironment (chave de string) Version of the tools and libraries used with this device (e.g. |
DeviceProperties.Builder | setBandwidth (valor longo) Memory bandwidth in KB/s int64 bandwidth = 13; |
DeviceProperties.Builder | setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto) |
DeviceProperties.Builder | setFrequency (valor longo) Core Frequency in Mhz int64 frequency = 4; |
DeviceProperties.Builder | setL1CacheSize (valor longo) L1 cache size in bytes int64 l1_cache_size = 8; |
DeviceProperties.Builder | setL2CacheSize (valor longo) L2 cache size in bytes int64 l2_cache_size = 9; |
DeviceProperties.Builder | setL3CacheSize (valor longo) L3 cache size in bytes int64 l3_cache_size = 10; |
DeviceProperties.Builder | setMemorySize (valor longo) Memory size in bytes int64 memory_size = 12; |
DeviceProperties.Builder | setModel (valor da string) Model (Haswell, K40, ...) string model = 3; |
DeviceProperties.Builder | setModelBytes (valor com.google.protobuf.ByteString) Model (Haswell, K40, ...) string model = 3; |
DeviceProperties.Builder | setNumCores (valor longo) Number of cores int64 num_cores = 5; |
DeviceProperties.Builder | setNumRegisters (valor longo) Number of registers per core. |
DeviceProperties.Builder | setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto) |
DeviceProperties.Builder | setSharedMemorySizePerMultiprocessor (valor longo) Shared memory size per multiprocessor in bytes. |
DeviceProperties.Builder | setType (valor da string) Device type (CPU, GPU, ...) string type = 1; |
DeviceProperties.Builder | setTypeBytes (valor com.google.protobuf.ByteString) Device type (CPU, GPU, ...) string type = 1; |
final DeviceProperties.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields) |
DeviceProperties.Builder | setVendor (valor da string) Vendor (Intel, nvidia, ...) string vendor = 2; |
DeviceProperties.Builder | setVendorBytes (valor com.google.protobuf.ByteString) Vendor (Intel, nvidia, ...) string vendor = 2; |
Métodos herdados
Métodos Públicos
public DeviceProperties.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
público DeviceProperties.Builder clearL1CacheSize ()
L1 cache size in bytes
int64 l1_cache_size = 8;
público DeviceProperties.Builder clearL2CacheSize ()
L2 cache size in bytes
int64 l2_cache_size = 9;
público DeviceProperties.Builder clearL3CacheSize ()
L3 cache size in bytes
int64 l3_cache_size = 10;
público DeviceProperties.Builder clearNumRegisters ()
Number of registers per core.
int64 num_registers = 7;
público DeviceProperties.Builder clearSharedMemorySizePerMultiprocessor ()
Shared memory size per multiprocessor in bytes. This field is applicable to GPUs only.
int64 shared_memory_size_per_multiprocessor = 11;
booleano público contémEnvironment (chave String)
Version of the tools and libraries used with this device (e.g. gcc 4.9, cudnn 5.1)
map<string, string> environment = 6;
getBandwidth longo público ()
Memory bandwidth in KB/s
int64 bandwidth = 13;
final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()
público com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
público 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;
mapa público<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;
string pública getEnvironmentOrDefault (chave de string, 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;
String pública getEnvironmentOrThrow (chave de string)
Version of the tools and libraries used with this device (e.g. gcc 4.9, cudnn 5.1)
map<string, string> environment = 6;
getFrequency longo público ()
Core Frequency in Mhz
int64 frequency = 4;
público longo getL1CacheSize ()
L1 cache size in bytes
int64 l1_cache_size = 8;
público longo getL2CacheSize ()
L2 cache size in bytes
int64 l2_cache_size = 9;
público longo getL3CacheSize ()
L3 cache size in bytes
int64 l3_cache_size = 10;
público longo getMemorySize ()
Memory size in bytes
int64 memory_size = 12;
String pública getModel ()
Model (Haswell, K40, ...)
string model = 3;
público com.google.protobuf.ByteString getModelBytes ()
Model (Haswell, K40, ...)
string model = 3;
mapa público<String, String> getMutableEnvironment ()
Use acessadores de mutação alternativos.
getNumCores longo público ()
Number of cores
int64 num_cores = 5;
getNumRegisters longo público ()
Number of registers per core.
int64 num_registers = 7;
público longo getSharedMemorySizePerMultiprocessor ()
Shared memory size per multiprocessor in bytes. This field is applicable to GPUs only.
int64 shared_memory_size_per_multiprocessor = 11;
String pública getType ()
Device type (CPU, GPU, ...)
string type = 1;
público com.google.protobuf.ByteString getTypeBytes ()
Device type (CPU, GPU, ...)
string type = 1;
String pública getVendor ()
Vendor (Intel, nvidia, ...)
string vendor = 2;
público com.google.protobuf.ByteString getVendorBytes ()
Vendor (Intel, nvidia, ...)
string vendor = 2;
público final booleano isInitialized ()
public DeviceProperties.Builder mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
público final DeviceProperties.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields)
public DeviceProperties.Builder putAllEnvironment (Map<String, String> valores)
Version of the tools and libraries used with this device (e.g. gcc 4.9, cudnn 5.1)
map<string, string> environment = 6;
public DeviceProperties.Builder putEnvironment (chave String, valor String)
Version of the tools and libraries used with this device (e.g. gcc 4.9, cudnn 5.1)
map<string, string> environment = 6;
public DeviceProperties.Builder removeEnvironment (chave String)
Version of the tools and libraries used with this device (e.g. gcc 4.9, cudnn 5.1)
map<string, string> environment = 6;
public DeviceProperties.Builder setBandwidth (valor longo)
Memory bandwidth in KB/s
int64 bandwidth = 13;
public DeviceProperties.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
público DeviceProperties.Builder setFrequency (valor longo)
Core Frequency in Mhz
int64 frequency = 4;
público DeviceProperties.Builder setL1CacheSize (valor longo)
L1 cache size in bytes
int64 l1_cache_size = 8;
público DeviceProperties.Builder setL2CacheSize (valor longo)
L2 cache size in bytes
int64 l2_cache_size = 9;
público DeviceProperties.Builder setL3CacheSize (valor longo)
L3 cache size in bytes
int64 l3_cache_size = 10;
público DeviceProperties.Builder setMemorySize (valor longo)
Memory size in bytes
int64 memory_size = 12;
público DeviceProperties.Builder setModel (valor de string)
Model (Haswell, K40, ...)
string model = 3;
público DeviceProperties.Builder setModelBytes (valor com.google.protobuf.ByteString)
Model (Haswell, K40, ...)
string model = 3;
public DeviceProperties.Builder setNumRegisters (valor longo)
Number of registers per core.
int64 num_registers = 7;
public DeviceProperties.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto)
public DeviceProperties.Builder setSharedMemorySizePerMultiprocessor (valor longo)
Shared memory size per multiprocessor in bytes. This field is applicable to GPUs only.
int64 shared_memory_size_per_multiprocessor = 11;
public DeviceProperties.Builder setType (valor da string)
Device type (CPU, GPU, ...)
string type = 1;
público DeviceProperties.Builder setTypeBytes (valor com.google.protobuf.ByteString)
Device type (CPU, GPU, ...)
string type = 1;
público final DeviceProperties.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields)
público DeviceProperties.Builder setVendor (valor da string)
Vendor (Intel, nvidia, ...)
string vendor = 2;
público DeviceProperties.Builder setVendorBytes (valor com.google.protobuf.ByteString)
Vendor (Intel, nvidia, ...)
string vendor = 2;