Uses of Class
org.tensorflow.proto.PlatformInfo.Builder
Packages that use PlatformInfo.Builder
-
Uses of PlatformInfo.Builder in org.tensorflow.proto
Subclasses with type arguments of type PlatformInfo.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classProtobuf typetensorflow.PlatformInfoMethods in org.tensorflow.proto that return PlatformInfo.BuilderModifier and TypeMethodDescriptionPlatformInfo.Builder.addRepeatedField(Descriptors.FieldDescriptor field, Object value) PlatformInfo.Builder.clear()PlatformInfo.Builder.clearBits()e.g. '64bit'PlatformInfo.Builder.clearField(Descriptors.FieldDescriptor field) PlatformInfo.Builder.clearLinkage()e.g.PlatformInfo.Builder.clearMachine()e.g.PlatformInfo.Builder.clearOneof(Descriptors.OneofDescriptor oneof) PlatformInfo.Builder.clearRelease()e.g. '3.13.0-76-generic'PlatformInfo.Builder.clearSystem()e.g.PlatformInfo.Builder.clearVersion()e.g. '#120-Ubuntu SMP Mon Jan 18 15:59:10 UTC 2016'PlatformInfo.Builder.clone()MachineConfiguration.Builder.getPlatformInfoBuilder()Additional platform information.PlatformInfo.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) PlatformInfo.Builder.mergeFrom(PlatformInfo other) final PlatformInfo.BuilderPlatformInfo.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) static PlatformInfo.BuilderPlatformInfo.newBuilder()static PlatformInfo.BuilderPlatformInfo.newBuilder(PlatformInfo prototype) PlatformInfo.newBuilderForType()protected PlatformInfo.BuilderPlatformInfo.newBuilderForType(GeneratedMessageV3.BuilderParent parent) e.g. '64bit'PlatformInfo.Builder.setBitsBytes(ByteString value) e.g. '64bit'PlatformInfo.Builder.setField(Descriptors.FieldDescriptor field, Object value) PlatformInfo.Builder.setLinkage(String value) e.g.PlatformInfo.Builder.setLinkageBytes(ByteString value) e.g.PlatformInfo.Builder.setMachine(String value) e.g.PlatformInfo.Builder.setMachineBytes(ByteString value) e.g.PlatformInfo.Builder.setRelease(String value) e.g. '3.13.0-76-generic'PlatformInfo.Builder.setReleaseBytes(ByteString value) e.g. '3.13.0-76-generic'PlatformInfo.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) e.g.PlatformInfo.Builder.setSystemBytes(ByteString value) e.g.final PlatformInfo.BuilderPlatformInfo.Builder.setUnknownFields(UnknownFieldSet unknownFields) PlatformInfo.Builder.setVersion(String value) e.g. '#120-Ubuntu SMP Mon Jan 18 15:59:10 UTC 2016'PlatformInfo.Builder.setVersionBytes(ByteString value) e.g. '#120-Ubuntu SMP Mon Jan 18 15:59:10 UTC 2016'PlatformInfo.toBuilder()Methods in org.tensorflow.proto with parameters of type PlatformInfo.BuilderModifier and TypeMethodDescriptionMachineConfiguration.Builder.setPlatformInfo(PlatformInfo.Builder builderForValue) Additional platform information.