공개 최종 클래스 CPUInfo
Protobuf 유형 tensorflow.CPUInfo
중첩 클래스
수업 | CPUInfo.Builder | 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 |
공개 방법
불리언 | containCacheSize (문자열 키) Cache sizes (in bytes), e.g. |
불리언 | 같음 (객체 객체) |
맵<문자열, Long> | 캐시 크기 () 대신 getCacheSizeMap() 사용하세요. |
정수 | getCacheSizeCount () Cache sizes (in bytes), e.g. |
맵<문자열, Long> | getCacheSizeMap () Cache sizes (in bytes), e.g. |
긴 | getCacheSizeOrDefault (문자열 키, 긴 defaultValue) Cache sizes (in bytes), e.g. |
긴 | getCacheSizeOrThrow (문자열 키) Cache sizes (in bytes), e.g. |
끈 | getCpuGovernor () What kind of cpu scaling is enabled on the host. |
com.google.protobuf.ByteString | getCpuGovernorBytes () What kind of cpu scaling is enabled on the host. |
끈 | getCpuInfo () Additional cpu information. |
com.google.protobuf.ByteString | getCpuInfoBytes () Additional cpu information. |
정적 CPU정보 | |
CPU정보 | |
최종 정적 com.google.protobuf.Descriptors.Descriptor | |
더블 | getMhzPerCpu () How fast are these cpus? double mhz_per_cpu = 3; |
긴 | getNumCores () int64 num_cores = 1; |
긴 | getNumCoresAllowed () int64 num_cores_allowed = 2; |
정수 | |
최종 com.google.protobuf.UnknownFieldSet | |
정수 | 해시코드 () |
최종 부울 | 초기화됨 () |
정적 CPUInfo.Builder | newBuilder ( CPUInfo 프로토타입) |
정적 CPUInfo.Builder | 새로운 빌더 () |
CPUInfo.Builder | |
정적 CPU정보 | parsDelimitedFrom (InputStream 입력) |
정적 CPU정보 | parseDelimitedFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
정적 CPU정보 | parsFrom (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 (byte[] 데이터, com.google.protobuf.ExtensionRegistryLite 확장Registry) |
정적 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.Builder | toBuilder () |
무효의 | writeTo (com.google.protobuf.CodedOutputStream 출력) |
상속된 메서드
상수
공개 정적 최종 int CACHE_SIZE_FIELD_NUMBER
상수값: 6
공개 정적 최종 int CPU_GOVERNOR_FIELD_NUMBER
상수값: 5
공개 정적 최종 int CPU_INFO_FIELD_NUMBER
상수값: 4
공개 정적 최종 int MHZ_PER_CPU_FIELD_NUMBER
상수값: 3
공개 정적 최종 정수 NUM_CORES_ALLOWED_FIELD_NUMBER
상수값: 2
공개 정적 최종 정수 NUM_CORES_FIELD_NUMBER
상수값: 1
공개 방법
공개 부울 containCacheSize (문자열 키)
Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
map<string, int64> cache_size = 6;
공개 부울은 (객체 obj) 와 같습니다 .
공개 int getCacheSizeCount ()
Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
map<string, int64> cache_size = 6;
공용 Map<String, Long> getCacheSizeMap ()
Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
map<string, int64> cache_size = 6;
public long getCacheSizeOrDefault (문자열 키, 긴 defaultValue)
Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
map<string, int64> cache_size = 6;
public long 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 ()
공개 정적 CPUInfoparseDelimitedFrom ( InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
IO예외 |
---|
공개 정적 CPUInfo 구문 분석 (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite 확장 레지스트리)
던지기
IO예외 |
---|
공개 정적 CPUInfo 구문 분석 (ByteBuffer 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
잘못된프로토콜버퍼예외 |
---|
공개 정적 CPUInfo parsFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
IO예외 |
---|
공개 정적 CPUInfo parseFrom (com.google.protobuf.ByteString 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
잘못된프로토콜버퍼예외 |
---|
공개 정적 파서 ()
공개 무효 writeTo (com.google.protobuf.CodedOutputStream 출력)
던지기
IO예외 |
---|