CPUInfo คลาสสุดท้ายสาธารณะ
Protobuf ประเภท tensorflow.CPUInfo
คลาสที่ซ้อนกัน
ระดับ | CPUInfo.ตัวสร้าง | Protobuf ประเภท tensorflow.CPUInfo |
ค่าคงที่
ภายใน | CACHE_SIZE_FIELD_NUMBER | |
ภายใน | CPU_GOVERNOR_FIELD_NUMBER | |
ภายใน | CPU_INFO_FIELD_NUMBER | |
ภายใน | MHZ_PER_CPU_FIELD_NUMBER | |
ภายใน | NUM_CORES_ALLOWED_FIELD_NUMBER | |
ภายใน | NUM_CORES_FIELD_NUMBER |
วิธีการสาธารณะ
บูลีน | containsCacheSize (คีย์สตริง) Cache sizes (in bytes), e.g. |
บูลีน | เท่ากับ (วัตถุ obj) |
แมป<สตริง ยาว> | รับแคชขนาด () ใช้ getCacheSizeMap() แทน |
ภายใน | getCacheSizeCount () Cache sizes (in bytes), e.g. |
แมป<สตริง ยาว> | รับ CacheSizeMap () Cache sizes (in bytes), e.g. |
ยาว | getCacheSizeOrDefault (คีย์สตริง, defaultValue แบบยาว) Cache sizes (in bytes), e.g. |
ยาว | getCacheSizeOrThrow (คีย์สตริง) Cache sizes (in bytes), e.g. |
สตริง | รับ CPUGovernor () What kind of cpu scaling is enabled on the host. |
com.google.protobuf.ByteString | รับ CPUGovernorBytes () What kind of cpu scaling is enabled on the host. |
สตริง | รับ CPUInfo () Additional cpu information. |
com.google.protobuf.ByteString | รับ CPUInfoBytes () Additional cpu information. |
ข้อมูล CPU แบบคงที่ | |
ข้อมูลซีพียู | |
com.google.protobuf.Descriptors.Descriptor แบบคงที่ขั้นสุดท้าย | รับคำอธิบาย () |
สองเท่า | getMhzPerCpu () How fast are these cpus? double mhz_per_cpu = 3; |
ยาว | getNumCores () int64 num_cores = 1; |
ยาว | getNumCores อนุญาต () int64 num_cores_allowed = 2; |
ภายใน | |
สุดท้าย com.google.protobuf.UnknownFieldSet | |
ภายใน | แฮชโค้ด () |
บูลีนสุดท้าย | |
CPUInfo.Builder แบบคงที่ | newBuilder (ต้นแบบ CPUInfo ) |
CPUInfo.Builder แบบคงที่ | ตัวสร้างใหม่ () |
CPUInfo.ตัวสร้าง | |
ข้อมูล CPU แบบคงที่ | parseDelimitedFrom (อินพุต InputStream) |
ข้อมูล CPU แบบคงที่ | parseDelimitedFrom (อินพุตสตรีม com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ข้อมูล CPU แบบคงที่ | parseFrom (ข้อมูล ByteBuffer) |
ข้อมูล CPU แบบคงที่ | parseFrom (อินพุต com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ข้อมูล CPU แบบคงที่ | parseFrom (ข้อมูล ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ข้อมูล CPU แบบคงที่ | parseFrom (com.google.protobuf.CodedInputStream อินพุต) |
ข้อมูล CPU แบบคงที่ | parseFrom (ข้อมูลไบต์ [], com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ข้อมูล CPU แบบคงที่ | parseFrom (ข้อมูล com.google.protobuf.ByteString) |
ข้อมูล CPU แบบคงที่ | parseFrom (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ข้อมูล CPU แบบคงที่ | parseFrom (ข้อมูล com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
คงที่ | |
CPUInfo.ตัวสร้าง | toBuilder () |
เป็นโมฆะ | writeTo (com.google.protobuf.CodedOutputStream เอาต์พุต) |
วิธีการสืบทอด
ค่าคงที่
int สุดท้ายแบบคงที่สาธารณะ CACHE_SIZE_FIELD_NUMBER
ค่าคงที่: 6
CPU_GOVERNOR_FIELD_NUMBER int สาธารณะคงที่สุดท้าย
ค่าคงที่: 5
CPU_INFO_FIELD_NUMBER int สาธารณะคงที่สุดท้าย
ค่าคงที่: 4
สาธารณะคงสุดท้าย int MHZ_PER_CPU_FIELD_NUMBER
ค่าคงที่: 3
สาธารณะคงที่สุดท้าย int NUM_CORES_ALLOWED_FIELD_NUMBER
ค่าคงที่: 2
สาธารณะคงสุดท้าย int NUM_CORES_FIELD_NUMBER
ค่าคงที่: 1
วิธีการสาธารณะ
บูลีนสาธารณะ มี CacheSize (คีย์สตริง)
Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
map<string, int64> cache_size = 6;
บูลีนสาธารณะ เท่ากับ (Object obj)
สาธารณะ int getCacheSizeCount ()
Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
map<string, int64> cache_size = 6;
แผนที่สาธารณะ <String, Long> getCacheSizeMap ()
Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
map<string, int64> cache_size = 6;
getCacheSizeOrDefault แบบยาวสาธารณะ (คีย์สตริง, defaultValue แบบยาว)
Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
map<string, int64> cache_size = 6;
getCacheSizeOrThrow แบบยาวสาธารณะ (คีย์สตริง)
Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
map<string, int64> cache_size = 6;
สตริงสาธารณะ getCpuGovernor ()
What kind of cpu scaling is enabled on the host. Examples include "performance", "ondemand", "conservative", "mixed".
string cpu_governor = 5;
สาธารณะ com.google.protobuf.ByteString getCpuGovernorBytes ()
What kind of cpu scaling is enabled on the host. Examples include "performance", "ondemand", "conservative", "mixed".
string cpu_governor = 5;
สตริงสาธารณะ getCpuInfo ()
Additional cpu information. For example, Intel Ivybridge with HyperThreading (24 cores) dL1:32KB dL2:256KB dL3:30MB
string cpu_info = 4;
สาธารณะ com.google.protobuf.ByteString getCpuInfoBytes ()
Additional cpu information. For example, Intel Ivybridge with HyperThreading (24 cores) dL1:32KB dL2:256KB dL3:30MB
string cpu_info = 4;
สาธารณะคงที่สุดท้าย com.google.protobuf.Descriptors.Descriptor getDescriptor ()
สาธารณะสองเท่า getMhzPerCpu ()
How fast are these cpus?
double mhz_per_cpu = 3;
สาธารณะ getNumCores ยาว ()
int64 num_cores = 1;
สาธารณะยาว getNumCoresAllowed ()
int64 num_cores_allowed = 2;
สาธารณะ getParserForType ()
สาธารณะ int getSerializedSize ()
สาธารณะสุดท้าย com.google.protobuf.UnknownFieldSet getUnknownFields ()
สาธารณะ int hashCode ()
บูลีนสุดท้ายสาธารณะ isInitialized ()
CPUInfo แบบคงที่สาธารณะ parseDelimitedFrom (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
IOข้อยกเว้น |
---|
CPUInfo แบบคงที่สาธารณะ parseFrom (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
IOข้อยกเว้น |
---|
CPUInfo แบบคงที่สาธารณะ แยกวิเคราะห์ (ข้อมูล ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
ProtocolBufferException ไม่ถูกต้อง |
---|
CPUInfo แบบคงที่สาธารณะ แยกวิเคราะห์ (อินพุต com.google.protobuf.CodedInputStream)
ขว้าง
IOข้อยกเว้น |
---|
CPUInfo แบบคงที่สาธารณะ แยกวิเคราะห์ (ข้อมูลไบต์ [], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
ProtocolBufferException ไม่ถูกต้อง |
---|
CPUInfo แบบคงที่สาธารณะ แยกวิเคราะห์ (ข้อมูล com.google.protobuf.ByteString)
ขว้าง
ProtocolBufferException ไม่ถูกต้อง |
---|
CPUInfo แบบคงที่สาธารณะ parseFrom (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
IOข้อยกเว้น |
---|
CPUInfo แบบคงที่สาธารณะ แยกวิเคราะห์ (ข้อมูล com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
ProtocolBufferException ไม่ถูกต้อง |
---|
สาธารณะคงที่ ตัวแยกวิเคราะห์ ()
โมฆะสาธารณะ writeTo (com.google.protobuf.CodedOutputStream เอาต์พุต)
ขว้าง
IOข้อยกเว้น |
---|