Uses of Class
org.tensorflow.proto.DebugMetadata.Builder
Packages that use DebugMetadata.Builder
-
Uses of DebugMetadata.Builder in org.tensorflow.proto
Subclasses with type arguments of type DebugMetadata.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classMetadata about the debugger and the debugged TensorFlow program.Methods in org.tensorflow.proto that return DebugMetadata.BuilderModifier and TypeMethodDescriptionDebugMetadata.Builder.clear()DebugMetadata.Builder.clearFileVersion()Version of the DebugEvent file format.DebugMetadata.Builder.clearTensorflowVersion()Version of TensorFlow.DebugMetadata.Builder.clearTfdbgRunId()A unique ID for the current run of tfdbg.DebugEvent.Builder.getDebugMetadataBuilder()Metadata related to this debugging data.DebugMetadata.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) DebugMetadata.Builder.mergeFrom(DebugMetadata other) static DebugMetadata.BuilderDebugMetadata.newBuilder()static DebugMetadata.BuilderDebugMetadata.newBuilder(DebugMetadata prototype) DebugMetadata.newBuilderForType()protected DebugMetadata.BuilderDebugMetadata.newBuilderForType(AbstractMessage.BuilderParent parent) DebugMetadata.Builder.setFileVersion(String value) Version of the DebugEvent file format.DebugMetadata.Builder.setFileVersionBytes(ByteString value) Version of the DebugEvent file format.DebugMetadata.Builder.setTensorflowVersion(String value) Version of TensorFlow.DebugMetadata.Builder.setTensorflowVersionBytes(ByteString value) Version of TensorFlow.DebugMetadata.Builder.setTfdbgRunId(String value) A unique ID for the current run of tfdbg.DebugMetadata.Builder.setTfdbgRunIdBytes(ByteString value) A unique ID for the current run of tfdbg.DebugMetadata.toBuilder()Methods in org.tensorflow.proto with parameters of type DebugMetadata.BuilderModifier and TypeMethodDescriptionDebugEvent.Builder.setDebugMetadata(DebugMetadata.Builder builderForValue) Metadata related to this debugging data.