| Package | Description |
|---|---|
| org.tensorflow.util.testlog |
| Modifier and Type | Method and Description |
|---|---|
CPUInfo.Builder |
CPUInfo.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CPUInfo.Builder |
CPUInfo.Builder.clear() |
CPUInfo.Builder |
CPUInfo.Builder.clearCacheSize() |
CPUInfo.Builder |
CPUInfo.Builder.clearCpuGovernor()
What kind of cpu scaling is enabled on the host.
|
CPUInfo.Builder |
CPUInfo.Builder.clearCpuInfo()
Additional cpu information.
|
CPUInfo.Builder |
CPUInfo.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
CPUInfo.Builder |
CPUInfo.Builder.clearMhzPerCpu()
How fast are these cpus?
|
CPUInfo.Builder |
CPUInfo.Builder.clearNumCores()
int64 num_cores = 1; |
CPUInfo.Builder |
CPUInfo.Builder.clearNumCoresAllowed()
int64 num_cores_allowed = 2; |
CPUInfo.Builder |
CPUInfo.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
CPUInfo.Builder |
CPUInfo.Builder.clone() |
CPUInfo.Builder |
MachineConfiguration.Builder.getCpuInfoBuilder()
CPU Information.
|
CPUInfo.Builder |
CPUInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CPUInfo.Builder |
CPUInfo.Builder.mergeFrom(CPUInfo other) |
CPUInfo.Builder |
CPUInfo.Builder.mergeFrom(com.google.protobuf.Message other) |
CPUInfo.Builder |
CPUInfo.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static CPUInfo.Builder |
CPUInfo.newBuilder() |
static CPUInfo.Builder |
CPUInfo.newBuilder(CPUInfo prototype) |
CPUInfo.Builder |
CPUInfo.newBuilderForType() |
protected CPUInfo.Builder |
CPUInfo.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
CPUInfo.Builder |
CPUInfo.Builder.putAllCacheSize(Map<String,Long> values)
Cache sizes (in bytes), e.g.
|
CPUInfo.Builder |
CPUInfo.Builder.putCacheSize(String key,
long value)
Cache sizes (in bytes), e.g.
|
CPUInfo.Builder |
CPUInfo.Builder.removeCacheSize(String key)
Cache sizes (in bytes), e.g.
|
CPUInfo.Builder |
CPUInfo.Builder.setCpuGovernor(String value)
What kind of cpu scaling is enabled on the host.
|
CPUInfo.Builder |
CPUInfo.Builder.setCpuGovernorBytes(com.google.protobuf.ByteString value)
What kind of cpu scaling is enabled on the host.
|
CPUInfo.Builder |
CPUInfo.Builder.setCpuInfo(String value)
Additional cpu information.
|
CPUInfo.Builder |
CPUInfo.Builder.setCpuInfoBytes(com.google.protobuf.ByteString value)
Additional cpu information.
|
CPUInfo.Builder |
CPUInfo.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CPUInfo.Builder |
CPUInfo.Builder.setMhzPerCpu(double value)
How fast are these cpus?
|
CPUInfo.Builder |
CPUInfo.Builder.setNumCores(long value)
int64 num_cores = 1; |
CPUInfo.Builder |
CPUInfo.Builder.setNumCoresAllowed(long value)
int64 num_cores_allowed = 2; |
CPUInfo.Builder |
CPUInfo.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
CPUInfo.Builder |
CPUInfo.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
CPUInfo.Builder |
CPUInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
MachineConfiguration.Builder |
MachineConfiguration.Builder.setCpuInfo(CPUInfo.Builder builderForValue)
CPU Information.
|
Copyright © 2015–2019. All rights reserved.