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.clear()PlatformInfo.Builder.clearBits()e.g. '64bit'PlatformInfo.Builder.clearLinkage()e.g.PlatformInfo.Builder.clearMachine()e.g.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'MachineConfiguration.Builder.getPlatformInfoBuilder()Additional platform information.PlatformInfo.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) PlatformInfo.Builder.mergeFrom(PlatformInfo other) static PlatformInfo.BuilderPlatformInfo.newBuilder()static PlatformInfo.BuilderPlatformInfo.newBuilder(PlatformInfo prototype) PlatformInfo.newBuilderForType()protected PlatformInfo.BuilderPlatformInfo.newBuilderForType(AbstractMessage.BuilderParent parent) e.g. '64bit'PlatformInfo.Builder.setBitsBytes(ByteString value) e.g. '64bit'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'e.g.PlatformInfo.Builder.setSystemBytes(ByteString value) e.g.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.