Uses of Class
org.tensorflow.proto.CPUInfo.Builder
Packages that use CPUInfo.Builder
-
Uses of CPUInfo.Builder in org.tensorflow.proto
Subclasses with type arguments of type CPUInfo.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classProtobuf typetensorflow.CPUInfoMethods in org.tensorflow.proto that return CPUInfo.BuilderModifier and TypeMethodDescriptionCPUInfo.Builder.addRepeatedField(Descriptors.FieldDescriptor field, Object value) CPUInfo.Builder.clear()CPUInfo.Builder.clearCacheSize()CPUInfo.Builder.clearCpuGovernor()What kind of cpu scaling is enabled on the host.CPUInfo.Builder.clearCpuInfo()Additional cpu information.CPUInfo.Builder.clearField(Descriptors.FieldDescriptor field) CPUInfo.Builder.clearMhzPerCpu()How fast are these cpus?CPUInfo.Builder.clearNumCores()int64 num_cores = 1;CPUInfo.Builder.clearNumCoresAllowed()int64 num_cores_allowed = 2;CPUInfo.Builder.clearOneof(Descriptors.OneofDescriptor oneof) CPUInfo.Builder.clone()MachineConfiguration.Builder.getCpuInfoBuilder()CPU Information.CPUInfo.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) final CPUInfo.BuilderCPUInfo.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) static CPUInfo.BuilderCPUInfo.newBuilder()static CPUInfo.BuilderCPUInfo.newBuilder(CPUInfo prototype) CPUInfo.newBuilderForType()protected CPUInfo.BuilderCPUInfo.newBuilderForType(GeneratedMessageV3.BuilderParent parent) CPUInfo.Builder.putAllCacheSize(Map<String, Long> values) Cache sizes (in bytes), e.g.CPUInfo.Builder.putCacheSize(String key, long value) Cache sizes (in bytes), e.g.CPUInfo.Builder.removeCacheSize(String key) Cache sizes (in bytes), e.g.CPUInfo.Builder.setCpuGovernor(String value) What kind of cpu scaling is enabled on the host.CPUInfo.Builder.setCpuGovernorBytes(ByteString value) What kind of cpu scaling is enabled on the host.CPUInfo.Builder.setCpuInfo(String value) Additional cpu information.CPUInfo.Builder.setCpuInfoBytes(ByteString value) Additional cpu information.CPUInfo.Builder.setField(Descriptors.FieldDescriptor field, Object value) CPUInfo.Builder.setMhzPerCpu(double value) How fast are these cpus?CPUInfo.Builder.setNumCores(long value) int64 num_cores = 1;CPUInfo.Builder.setNumCoresAllowed(long value) int64 num_cores_allowed = 2;CPUInfo.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) final CPUInfo.BuilderCPUInfo.Builder.setUnknownFields(UnknownFieldSet unknownFields) CPUInfo.toBuilder()Methods in org.tensorflow.proto with parameters of type CPUInfo.BuilderModifier and TypeMethodDescriptionMachineConfiguration.Builder.setCpuInfo(CPUInfo.Builder builderForValue) CPU Information.