공개 정적 최종 클래스 CPUInfo.Builder
Protobuf 유형 tensorflow.CPUInfo
공개 방법
CPUInfo.Builder | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값) |
CPU정보 | 짓다 () |
CPU정보 | 빌드부분 () |
CPUInfo.Builder | 분명한 () |
CPUInfo.Builder | 클리어캐시크기 () |
CPUInfo.Builder | 클리어Cpu거버너 () What kind of cpu scaling is enabled on the host. |
CPUInfo.Builder | 클리어Cpu정보 () Additional cpu information. |
CPUInfo.Builder | ClearField (com.google.protobuf.Descriptors.FieldDescriptor 필드) |
CPUInfo.Builder | 클리어MhzPerCpu () How fast are these cpus? double mhz_per_cpu = 3; |
CPUInfo.Builder | 클리어NumCore () int64 num_cores = 1; |
CPUInfo.Builder | ClearNumCoresAllowed () int64 num_cores_allowed = 2; |
CPUInfo.Builder | ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
CPUInfo.Builder | 클론 () |
부울 | 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정보 | |
최종 정적 com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
더블 | getMhzPerCpu () How fast are these cpus? double mhz_per_cpu = 3; |
맵<문자열, Long> | getMutableCacheSize () 대신 대체 돌연변이 접근자를 사용하세요. |
긴 | getNumCores () int64 num_cores = 1; |
긴 | getNumCoresAllowed () int64 num_cores_allowed = 2; |
최종 부울 | 초기화됨 () |
CPUInfo.Builder | mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
CPUInfo.Builder | mergeFrom (com.google.protobuf.다른 메시지 보내기) |
최종 CPUInfo.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet 알려지지 않은Fields) |
CPUInfo.Builder | putAllCacheSize (Map<String, Long> 값) Cache sizes (in bytes), e.g. |
CPUInfo.Builder | putCacheSize (문자열 키, 긴 값) Cache sizes (in bytes), e.g. |
CPUInfo.Builder | RemoveCacheSize (문자열 키) Cache sizes (in bytes), e.g. |
CPUInfo.Builder | setCpuGovernor (문자열 값) What kind of cpu scaling is enabled on the host. |
CPUInfo.Builder | setCpuGovernorBytes (com.google.protobuf.ByteString 값) What kind of cpu scaling is enabled on the host. |
CPUInfo.Builder | setCpuInfo (문자열 값) Additional cpu information. |
CPUInfo.Builder | setCpuInfoBytes (com.google.protobuf.ByteString 값) Additional cpu information. |
CPUInfo.Builder | setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값) |
CPUInfo.Builder | setMhzPerCpu (이중 값) How fast are these cpus? double mhz_per_cpu = 3; |
CPUInfo.Builder | setNumCores (긴 값) int64 num_cores = 1; |
CPUInfo.Builder | setNumCoresAllowed (긴 값) int64 num_cores_allowed = 2; |
CPUInfo.Builder | setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 개체 값) |
최종 CPUInfo.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
상속된 메서드
공개 방법
공개 CPUInfo.Builder ClearCpuGovernor ()
What kind of cpu scaling is enabled on the host. Examples include "performance", "ondemand", "conservative", "mixed".
string cpu_governor = 5;
공개 CPUInfo.Builder 클리어CpuInfo ()
Additional cpu information. For example, Intel Ivybridge with HyperThreading (24 cores) dL1:32KB dL2:256KB dL3:30MB
string cpu_info = 4;
공개 부울 containCacheSize (문자열 키)
Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
map<string, int64> cache_size = 6;
공개 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 ()
공개 com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
공개 이중 getMhzPerCpu ()
How fast are these cpus?
double mhz_per_cpu = 3;
공개 Map<String, Long> getMutableCacheSize ()
대신 대체 돌연변이 접근자를 사용하세요.
공개 긴 getNumCores ()
int64 num_cores = 1;
공개 긴 getNumCoresAllowed ()
int64 num_cores_allowed = 2;
공개 최종 부울 isInitialized ()
공개 CPUInfo.Builder mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
IO예외 |
---|
공용 CPUInfo.Builder putAllCacheSize (Map<String, Long> 값)
Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
map<string, int64> cache_size = 6;
공개 CPUInfo.Builder putCacheSize (문자열 키, 긴 값)
Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
map<string, int64> cache_size = 6;
공개 CPUInfo.Builder 제거CacheSize (문자열 키)
Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
map<string, int64> cache_size = 6;
공개 CPUInfo.Builder setCpuGovernor (문자열 값)
What kind of cpu scaling is enabled on the host. Examples include "performance", "ondemand", "conservative", "mixed".
string cpu_governor = 5;
공개 CPUInfo.Builder setCpuGovernorBytes (com.google.protobuf.ByteString 값)
What kind of cpu scaling is enabled on the host. Examples include "performance", "ondemand", "conservative", "mixed".
string cpu_governor = 5;
공개 CPUInfo.Builder setCpuInfo (문자열 값)
Additional cpu information. For example, Intel Ivybridge with HyperThreading (24 cores) dL1:32KB dL2:256KB dL3:30MB
string cpu_info = 4;
공개 CPUInfo.Builder setCpuInfoBytes (com.google.protobuf.ByteString 값)
Additional cpu information. For example, Intel Ivybridge with HyperThreading (24 cores) dL1:32KB dL2:256KB dL3:30MB
string cpu_info = 4;