publiczna klasa końcowa DeviceProperties
Protobuf typu tensorflow.DeviceProperties
Klasy zagnieżdżone
klasa | Właściwości urządzenia.Builder | Protobuf typu tensorflow.DeviceProperties |
Stałe
Metody publiczne
wartość logiczna | zawieraŚrodowisko (klucz ciąg) Version of the tools and libraries used with this device (e.g. |
wartość logiczna | równa się (obiekt obiektu) |
długi | uzyskaj przepustowość () Memory bandwidth in KB/s int64 bandwidth = 13; |
statyczne właściwości urządzenia | |
Właściwości urządzenia | |
końcowy statyczny com.google.protobuf.Descriptors.Descriptor | |
Mapa<String, String> | pobierz środowisko () Zamiast tego użyj funkcji getEnvironmentMap() . |
wew | getEnvironmentCount () Version of the tools and libraries used with this device (e.g. |
Mapa<String, String> | pobierzMapęŚrodowiska () Version of the tools and libraries used with this device (e.g. |
Smyczkowy | getEnvironmentOrDefault (klucz ciągu, ciąg znaków defaultValue) Version of the tools and libraries used with this device (e.g. |
Smyczkowy | getEnvironmentOrThrow (klawisz łańcuchowy) Version of the tools and libraries used with this device (e.g. |
długi | pobierz częstotliwość () Core Frequency in Mhz int64 frequency = 4; |
długi | getL1CacheSize () L1 cache size in bytes int64 l1_cache_size = 8; |
długi | getL2CacheSize () L2 cache size in bytes int64 l2_cache_size = 9; |
długi | getL3CacheSize () L3 cache size in bytes int64 l3_cache_size = 10; |
długi | pobierz rozmiar pamięci () Memory size in bytes int64 memory_size = 12; |
Smyczkowy | pobierzModel () Model (Haswell, K40, ...) string model = 3; |
com.google.protobuf.ByteString | getModelBytes () Model (Haswell, K40, ...) string model = 3; |
długi | getNumCores () Number of cores int64 num_cores = 5; |
długi | getNumRegisters () Number of registers per core. |
wew | |
długi | getSharedMemorySizePerMultiprocessor () Shared memory size per multiprocessor in bytes. |
Smyczkowy | pobierzTyp () Device type (CPU, GPU, ...) string type = 1; |
com.google.protobuf.ByteString | getTypeBytes () Device type (CPU, GPU, ...) string type = 1; |
końcowy com.google.protobuf.UnknownFieldSet | |
Smyczkowy | pobierz dostawcę () Vendor (Intel, nvidia, ...) string vendor = 2; |
com.google.protobuf.ByteString | getVendorBytes () Vendor (Intel, nvidia, ...) string vendor = 2; |
wew | hashCode () |
końcowa wartość logiczna | |
statyczne DeviceProperties.Builder | |
statyczne DeviceProperties.Builder | newBuilder (prototyp DeviceProperties ) |
Właściwości urządzenia.Builder | |
statyczne właściwości urządzenia | parseDelimitedFrom (wejście strumienia wejściowego) |
statyczne właściwości urządzenia | parseDelimitedFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
statyczne właściwości urządzenia | parseFrom (dane ByteBuffer) |
statyczne właściwości urządzenia | parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
statyczne właściwości urządzenia | parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
statyczne właściwości urządzenia | parseFrom (wejście com.google.protobuf.CodedInputStream) |
statyczne właściwości urządzenia | parseFrom (bajt [] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry) |
statyczne właściwości urządzenia | parseFrom (dane com.google.protobuf.ByteString) |
statyczne właściwości urządzenia | parseFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
statyczne właściwości urządzenia | parseFrom (dane com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
statyczny | parser () |
Właściwości urządzenia.Builder | |
próżnia | writeTo (wyjście com.google.protobuf.CodedOutputStream) |
Metody dziedziczone
Stałe
publiczny statyczny końcowy int BANDWIDTH_FIELD_NUMBER
Wartość stała: 13
publiczny statyczny końcowy int ENVIRONMENT_FIELD_NUMBER
Wartość stała: 6
publiczny statyczny końcowy int FREQUENCY_FIELD_NUMBER
Wartość stała: 4
publiczny statyczny końcowy int L1_CACHE_SIZE_FIELD_NUMBER
Wartość stała: 8
publiczny statyczny końcowy int L2_CACHE_SIZE_FIELD_NUMBER
Wartość stała: 9
publiczny statyczny końcowy int L3_CACHE_SIZE_FIELD_NUMBER
Wartość stała: 10
publiczny statyczny końcowy int MEMORY_SIZE_FIELD_NUMBER
Wartość stała: 12
publiczny statyczny końcowy int MODEL_FIELD_NUMBER
Wartość stała: 3
publiczny statyczny końcowy int NUM_CORES_FIELD_NUMBER
Wartość stała: 5
publiczny statyczny końcowy int NUM_REGISTERS_FIELD_NUMBER
Wartość stała: 7
publiczny statyczny końcowy int SHARED_MEMORY_SIZE_PER_MULTIPROCESSOR_FIELD_NUMBER
Wartość stała: 11
publiczny statyczny końcowy int TYPE_FIELD_NUMBER
Wartość stała: 1
publiczny statyczny końcowy int VENDOR_FIELD_NUMBER
Wartość stała: 2
Metody publiczne
publiczna wartość logiczna zawieraŚrodowisko (klucz ciąg)
Version of the tools and libraries used with this device (e.g. gcc 4.9, cudnn 5.1)
map<string, string> environment = 6;
publiczna wartość logiczna równa się (obiekt obiektu)
publiczna długa przepustowość ()
Memory bandwidth in KB/s
int64 bandwidth = 13;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
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 (klucz ciągu, ciąg domyślna wartość)
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 (klucz ciąg)
Version of the tools and libraries used with this device (e.g. gcc 4.9, cudnn 5.1)
map<string, string> environment = 6;
publiczny długi getFrequency ()
Core Frequency in Mhz
int64 frequency = 4;
publiczny długi getL1CacheSize ()
L1 cache size in bytes
int64 l1_cache_size = 8;
publiczny długi getL2CacheSize ()
L2 cache size in bytes
int64 l2_cache_size = 9;
publiczny długi getL3CacheSize ()
L3 cache size in bytes
int64 l3_cache_size = 10;
publiczny długi getMemorySize ()
Memory size in bytes
int64 memory_size = 12;
publiczny ciąg getModel ()
Model (Haswell, K40, ...)
string model = 3;
publiczny com.google.protobuf.ByteString getModelBytes ()
Model (Haswell, K40, ...)
string model = 3;
publiczny długi getNumCores ()
Number of cores
int64 num_cores = 5;
publiczny długi getNumRegisters ()
Number of registers per core.
int64 num_registers = 7;
publiczny getParserForType ()
publiczny int getSerializedSize ()
publiczny długi getSharedMemorySizePerMultiprocessor ()
Shared memory size per multiprocessor in bytes. This field is applicable to GPUs only.
int64 shared_memory_size_per_multiprocessor = 11;
publiczny ciąg getType ()
Device type (CPU, GPU, ...)
string type = 1;
publiczny com.google.protobuf.ByteString getTypeBytes ()
Device type (CPU, GPU, ...)
string type = 1;
publiczny finał com.google.protobuf.UnknownFieldSet getUnknownFields ()
publiczny String getVendor ()
Vendor (Intel, nvidia, ...)
string vendor = 2;
public com.google.protobuf.ByteString getVendorBytes ()
Vendor (Intel, nvidia, ...)
string vendor = 2;
publiczny int hashCode ()
publiczna końcowa wartość logiczna isInitialized ()
publiczne statyczne DeviceProperties parseDelimitedFrom (dane wejściowe wejściowe, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Rzuca
Wyjątek IO |
---|
public static DeviceProperties parseFrom (dane ByteBuffer)
Rzuca
Nieprawidłowy wyjątekProtocolBufferException |
---|
public static DeviceProperties parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Rzuca
Wyjątek IO |
---|
public static DeviceProperties parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Rzuca
Nieprawidłowy wyjątekProtocolBufferException |
---|
public static DeviceProperties parseFrom (wejście com.google.protobuf.CodedInputStream)
Rzuca
Wyjątek IO |
---|
public static DeviceProperties parseFrom (bajt [] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)
Rzuca
Nieprawidłowy wyjątekProtocolBufferException |
---|
public static DeviceProperties parseFrom (dane com.google.protobuf.ByteString)
Rzuca
Nieprawidłowy wyjątekProtocolBufferException |
---|
public static DeviceProperties parseFrom (dane wejściowe wejściowe, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Rzuca
Wyjątek IO |
---|
public static DeviceProperties parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Rzuca
Nieprawidłowy wyjątekProtocolBufferException |
---|
publiczna statyka parser ()
public void writeTo (wyjście com.google.protobuf.CodedOutputStream)
Rzuca
Wyjątek IO |
---|