DeviceProperties.Builder

общедоступный статический конечный класс DeviceProperties.Builder

Тип protobuf tensorflow.DeviceProperties

Публичные методы

DeviceProperties.Builder
addRepeatedField (поле com.google.protobuf.Descriptors.FieldDescriptor, значение объекта)
Свойства устройства
Свойства устройства
DeviceProperties.Builder
DeviceProperties.Builder
очистить полосу пропускания ()
 Memory bandwidth in KB/s
 
int64 bandwidth = 13;
DeviceProperties.Builder
DeviceProperties.Builder
ClearField (поле com.google.protobuf.Descriptors.FieldDescriptor)
DeviceProperties.Builder
ясная частота ()
 Core Frequency in Mhz
 
int64 frequency = 4;
DeviceProperties.Builder
очиститьL1CacheSize ()
 L1 cache size in bytes
 
int64 l1_cache_size = 8;
DeviceProperties.Builder
очиститьL2CacheSize ()
 L2 cache size in bytes
 
int64 l2_cache_size = 9;
DeviceProperties.Builder
очиститьL3CacheSize ()
 L3 cache size in bytes
 
int64 l3_cache_size = 10;
DeviceProperties.Builder
ОчиститьМемориСизе ()
 Memory size in bytes
 
int64 memory_size = 12;
DeviceProperties.Builder
ОчиститьМодель ()
 Model (Haswell, K40, ...)
 
string model = 3;
DeviceProperties.Builder
очиститьNumCores ()
 Number of cores
 
int64 num_cores = 5;
DeviceProperties.Builder
ОчиститьНумРегистерс ()
 Number of registers per core.
DeviceProperties.Builder
ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
DeviceProperties.Builder
ClearSharedMemorySizePerMultiprocessor ()
 Shared memory size per multiprocessor in bytes.
DeviceProperties.Builder
ОчиститьТип ()
 Device type (CPU, GPU, ...)
 
string type = 1;
DeviceProperties.Builder
очиститьВендор ()
 Vendor (Intel, nvidia, ...)
 
string vendor = 2;
DeviceProperties.Builder
логическое значение
containsEnvironment (строковый ключ)
 Version of the tools and libraries used with this device (e.g.
длинный
получить пропускную способность ()
 Memory bandwidth in KB/s
 
int64 bandwidth = 13;
Свойства устройства
окончательный статический com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
Карта<Строка, Строка>
получить среду ()
Вместо этого используйте getEnvironmentMap() .
интервал
getEnvironmentCount ()
 Version of the tools and libraries used with this device (e.g.
Карта<Строка, Строка>
getEnvironmentMap ()
 Version of the tools and libraries used with this device (e.g.
Нить
getEnvironmentOrDefault (строковый ключ, строковое значение по умолчанию)
 Version of the tools and libraries used with this device (e.g.
Нить
getEnvironmentOrThrow (строковый ключ)
 Version of the tools and libraries used with this device (e.g.
длинный
получить частоту ()
 Core Frequency in Mhz
 
int64 frequency = 4;
длинный
getL1CacheSize ()
 L1 cache size in bytes
 
int64 l1_cache_size = 8;
длинный
getL2CacheSize ()
 L2 cache size in bytes
 
int64 l2_cache_size = 9;
длинный
getL3CacheSize ()
 L3 cache size in bytes
 
int64 l3_cache_size = 10;
длинный
getMemorySize ()
 Memory size in bytes
 
int64 memory_size = 12;
Нить
получитьмодель ()
 Model (Haswell, K40, ...)
 
string model = 3;
com.google.protobuf.ByteString
getModelBytes ()
строковая модель
 Model (Haswell, K40, ...)
 
string model = 3;
Карта<Строка, Строка>
getMutableEnvironment ()
Вместо этого используйте альтернативные методы доступа к мутациям.
длинный
getNumCores ()
 Number of cores
 
int64 num_cores = 5;
длинный
getNumRegisters ()
 Number of registers per core.
длинный
getSharedMemorySizePerMultiprocessor ()
 Shared memory size per multiprocessor in bytes.
Нить
ПолучитьТип ()
 Device type (CPU, GPU, ...)
 
string type = 1;
com.google.protobuf.ByteString
getTypeBytes ()
 Device type (CPU, GPU, ...)
 
string type = 1;
Нить
получитьВендор ()
 Vendor (Intel, nvidia, ...)
 
string vendor = 2;
com.google.protobuf.ByteString
getVendorBytes ()
 Vendor (Intel, nvidia, ...)
 
string vendor = 2;
последнее логическое значение
DeviceProperties.Builder
mergeFrom (com.google.protobuf.Message другое)
DeviceProperties.Builder
mergeFrom (ввод com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
окончательный DeviceProperties.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
DeviceProperties.Builder
putAllEnvironment (значения Map<String, String>)
 Version of the tools and libraries used with this device (e.g.
DeviceProperties.Builder
putEnvironment (строковый ключ, строковое значение)
 Version of the tools and libraries used with this device (e.g.
DeviceProperties.Builder
RemoveEnvironment (строковый ключ)
 Version of the tools and libraries used with this device (e.g.
DeviceProperties.Builder
setBandwidth (длинное значение)
 Memory bandwidth in KB/s
 
int64 bandwidth = 13;
DeviceProperties.Builder
setField (поле com.google.protobuf.Descriptors.FieldDescriptor, значение объекта)
DeviceProperties.Builder
setFrequency (длинное значение)
 Core Frequency in Mhz
 
int64 frequency = 4;
DeviceProperties.Builder
setL1CacheSize (длинное значение)
 L1 cache size in bytes
 
int64 l1_cache_size = 8;
DeviceProperties.Builder
setL2CacheSize (длинное значение)
 L2 cache size in bytes
 
int64 l2_cache_size = 9;
DeviceProperties.Builder
setL3CacheSize (длинное значение)
 L3 cache size in bytes
 
int64 l3_cache_size = 10;
DeviceProperties.Builder
setMemorySize (длинное значение)
 Memory size in bytes
 
int64 memory_size = 12;
DeviceProperties.Builder
setModel (строковое значение)
 Model (Haswell, K40, ...)
 
string model = 3;
DeviceProperties.Builder
setModelBytes (значение com.google.protobuf.ByteString)
строковая модель
 Model (Haswell, K40, ...)
 
string model = 3;
DeviceProperties.Builder
setNumCores (длинное значение)
 Number of cores
 
int64 num_cores = 5;
DeviceProperties.Builder
setNumRegisters (длинное значение)
 Number of registers per core.
DeviceProperties.Builder
setRepeatedField (поле com.google.protobuf.Descriptors.FieldDescriptor, индекс int, значение объекта)
DeviceProperties.Builder
setSharedMemorySizePerMultiprocessor (длинное значение)
 Shared memory size per multiprocessor in bytes.
DeviceProperties.Builder
setType (строковое значение)
 Device type (CPU, GPU, ...)
 
string type = 1;
DeviceProperties.Builder
setTypeBytes (значение com.google.protobuf.ByteString)
 Device type (CPU, GPU, ...)
 
string type = 1;
окончательный DeviceProperties.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
DeviceProperties.Builder
setVendor (строковое значение)
 Vendor (Intel, nvidia, ...)
 
string vendor = 2;
DeviceProperties.Builder
setVendorBytes (значение com.google.protobuf.ByteString)
 Vendor (Intel, nvidia, ...)
 
string vendor = 2;

Унаследованные методы

Публичные методы

public DeviceProperties.Builder addRepeatedField (поле com.google.protobuf.Descriptors.FieldDescriptor, значение объекта)

общедоступная сборка DeviceProperties ()

общедоступные свойства устройства buildPartial ()

общедоступный DeviceProperties.Builder очистить ()

общедоступный DeviceProperties.Builder ClearBandwidth ()

 Memory bandwidth in KB/s
 
int64 bandwidth = 13;

public DeviceProperties.Builder ClearEnvironment ()

public DeviceProperties.Builder ClearField (поле com.google.protobuf.Descriptors.FieldDescriptor)

общедоступный DeviceProperties.Builder ClearFrequency ()

 Core Frequency in Mhz
 
int64 frequency = 4;

общедоступный DeviceProperties.Builder ClearL1CacheSize ()

 L1 cache size in bytes
 
int64 l1_cache_size = 8;

общедоступный DeviceProperties.Builder ClearL2CacheSize ()

 L2 cache size in bytes
 
int64 l2_cache_size = 9;

общедоступный DeviceProperties.Builder ClearL3CacheSize ()

 L3 cache size in bytes
 
int64 l3_cache_size = 10;

public DeviceProperties.Builder ClearMemorySize ()

 Memory size in bytes
 
int64 memory_size = 12;

общедоступный DeviceProperties.Builder ClearModel ()

строковая модель

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

общедоступный DeviceProperties.Builder ClearNumCores ()

 Number of cores
 
int64 num_cores = 5;

общедоступный DeviceProperties.Builder ClearNumRegisters ()

 Number of registers per core.
 
int64 num_registers = 7;

общедоступный DeviceProperties.Builder ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public DeviceProperties.Builder ClearSharedMemorySizePerMultiprocessor ()

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

общедоступный DeviceProperties.Builder ClearType ()

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

public DeviceProperties.Builder ClearVendor ()

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

общедоступный клон DeviceProperties.Builder ()

общедоступное логическое значение containsEnvironment (строковый ключ)

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

общественный длинный getBandwidth ()

 Memory bandwidth in KB/s
 
int64 bandwidth = 13;

public DeviceProperties getDefaultInstanceForType ()

общедоступный статический окончательный com.google.protobuf.Descriptors.Descriptor getDescriptor ()

общедоступный com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

общедоступная карта<String, String> getEnvironment ()

Вместо этого используйте getEnvironmentMap() .

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;

общедоступная карта<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;

общедоступная строка getEnvironmentOrDefault (строковый ключ, строковое значение по умолчанию)

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

общедоступная строка getEnvironmentOrThrow (строковый ключ)

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

публичный длинный getFrequency ()

 Core Frequency in Mhz
 
int64 frequency = 4;

общедоступный длинный getL1CacheSize ()

 L1 cache size in bytes
 
int64 l1_cache_size = 8;

общедоступный длинный getL2CacheSize ()

 L2 cache size in bytes
 
int64 l2_cache_size = 9;

общедоступный длинный getL3CacheSize ()

 L3 cache size in bytes
 
int64 l3_cache_size = 10;

общедоступный длинный getMemorySize ()

 Memory size in bytes
 
int64 memory_size = 12;

публичная строка getModel ()

строковая модель

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

public com.google.protobuf.ByteString getModelBytes ()

строковая модель

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

общедоступная карта getMutableEnvironment ()

Вместо этого используйте альтернативные методы доступа к мутациям.

общедоступный длинный getNumCores ()

 Number of cores
 
int64 num_cores = 5;

общедоступный длинный getNumRegisters ()

 Number of registers per core.
 
int64 num_registers = 7;

public long getSharedMemorySizePerMultiprocessor ()

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

общедоступная строка getType ()

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

public com.google.protobuf.ByteString getTypeBytes ()

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

публичная строка getVendor ()

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

общедоступный com.google.protobuf.ByteString getVendorBytes ()

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

публичное финальное логическое значение isInitialized ()

public DeviceProperties.Builder mergeFrom (com.google.protobuf.Message другое)

public DeviceProperties.Builder mergeFrom (вход com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Броски
Исключение IO

общедоступный окончательный DeviceProperties.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

public DeviceProperties.Builder putAllEnvironment (значения Map<String, 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 putEnvironment (строковый ключ, строковое значение)

 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 (строковый ключ)

 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 (длинное значение)

 Memory bandwidth in KB/s
 
int64 bandwidth = 13;

public DeviceProperties.Builder setField (поле com.google.protobuf.Descriptors.FieldDescriptor, значение объекта)

public DeviceProperties.Builder setFrequency (длинное значение)

 Core Frequency in Mhz
 
int64 frequency = 4;

public DeviceProperties.Builder setL1CacheSize (длинное значение)

 L1 cache size in bytes
 
int64 l1_cache_size = 8;

public DeviceProperties.Builder setL2CacheSize (длинное значение)

 L2 cache size in bytes
 
int64 l2_cache_size = 9;

public DeviceProperties.Builder setL3CacheSize (длинное значение)

 L3 cache size in bytes
 
int64 l3_cache_size = 10;

public DeviceProperties.Builder setMemorySize (длинное значение)

 Memory size in bytes
 
int64 memory_size = 12;

public DeviceProperties.Builder setModel (строковое значение)

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

public DeviceProperties.Builder setModelBytes (значение com.google.protobuf.ByteString)

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

public DeviceProperties.Builder setNumCores (длинное значение)

 Number of cores
 
int64 num_cores = 5;

public DeviceProperties.Builder setNumRegisters (длинное значение)

 Number of registers per core.
 
int64 num_registers = 7;

public DeviceProperties.Builder setRepeatedField (поле com.google.protobuf.Descriptors.FieldDescriptor, индекс int, значение объекта)

public DeviceProperties.Builder setSharedMemorySizePerMultiprocessor (длинное значение)

 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 (строковое значение)

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

public DeviceProperties.Builder setTypeBytes (значение com.google.protobuf.ByteString)

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

общедоступный окончательный DeviceProperties.Builder setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

public DeviceProperties.Builder setVendor (строковое значение)

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

public DeviceProperties.Builder setVendorBytes (значение com.google.protobuf.ByteString)

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