Uses of Class
org.tensorflow.proto.DebugEvent.Builder
Packages that use DebugEvent.Builder
-
Uses of DebugEvent.Builder in org.tensorflow.proto
Subclasses with type arguments of type DebugEvent.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classAn Event related to the debugging of a TensorFlow program.Methods in org.tensorflow.proto that return DebugEvent.BuilderModifier and TypeMethodDescriptionDebugEvent.Builder.addRepeatedField(Descriptors.FieldDescriptor field, Object value) DebugEvent.Builder.clear()DebugEvent.Builder.clearDebuggedDevice()A device on which debugger-instrumented ops and/or tensors reside.DebugEvent.Builder.clearDebuggedGraph()Information about a debugged graph.DebugEvent.Builder.clearDebugMetadata()Metadata related to this debugging data.DebugEvent.Builder.clearExecution()Execution of an op or a Graph (e.g., a tf.function).DebugEvent.Builder.clearField(Descriptors.FieldDescriptor field) DebugEvent.Builder.clearGraphExecutionTrace()A graph execution trace: Contains information about the intermediate tensors computed during the graph execution.DebugEvent.Builder.clearGraphId()The ID of the graph (i.e., FuncGraph) executed here: applicable only to the execution of a FuncGraph.DebugEvent.Builder.clearGraphOpCreation()The creation of an op within a graph (e.g., a FuncGraph compiled from a Python function).DebugEvent.Builder.clearOneof(Descriptors.OneofDescriptor oneof) DebugEvent.Builder.clearSourceFile()The content of a source file.DebugEvent.Builder.clearStackFrameWithId()A stack frame (filename, line number and column number, function name and code string) with ID.DebugEvent.Builder.clearStep()Step of training (if available).DebugEvent.Builder.clearWallTime()Timestamp in seconds (with microsecond precision).DebugEvent.Builder.clearWhat()DebugEvent.Builder.clone()DebugEvent.Builder.mergeDebuggedDevice(DebuggedDevice value) A device on which debugger-instrumented ops and/or tensors reside.DebugEvent.Builder.mergeDebuggedGraph(DebuggedGraph value) Information about a debugged graph.DebugEvent.Builder.mergeDebugMetadata(DebugMetadata value) Metadata related to this debugging data.DebugEvent.Builder.mergeExecution(Execution value) Execution of an op or a Graph (e.g., a tf.function).DebugEvent.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) DebugEvent.Builder.mergeFrom(DebugEvent other) DebugEvent.Builder.mergeGraphExecutionTrace(GraphExecutionTrace value) A graph execution trace: Contains information about the intermediate tensors computed during the graph execution.DebugEvent.Builder.mergeGraphOpCreation(GraphOpCreation value) The creation of an op within a graph (e.g., a FuncGraph compiled from a Python function).DebugEvent.Builder.mergeSourceFile(SourceFile value) The content of a source file.DebugEvent.Builder.mergeStackFrameWithId(StackFrameWithId value) A stack frame (filename, line number and column number, function name and code string) with ID.final DebugEvent.BuilderDebugEvent.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) static DebugEvent.BuilderDebugEvent.newBuilder()static DebugEvent.BuilderDebugEvent.newBuilder(DebugEvent prototype) DebugEvent.newBuilderForType()protected DebugEvent.BuilderDebugEvent.newBuilderForType(GeneratedMessageV3.BuilderParent parent) DebugEvent.Builder.setDebuggedDevice(DebuggedDevice value) A device on which debugger-instrumented ops and/or tensors reside.DebugEvent.Builder.setDebuggedDevice(DebuggedDevice.Builder builderForValue) A device on which debugger-instrumented ops and/or tensors reside.DebugEvent.Builder.setDebuggedGraph(DebuggedGraph value) Information about a debugged graph.DebugEvent.Builder.setDebuggedGraph(DebuggedGraph.Builder builderForValue) Information about a debugged graph.DebugEvent.Builder.setDebugMetadata(DebugMetadata value) Metadata related to this debugging data.DebugEvent.Builder.setDebugMetadata(DebugMetadata.Builder builderForValue) Metadata related to this debugging data.DebugEvent.Builder.setExecution(Execution value) Execution of an op or a Graph (e.g., a tf.function).DebugEvent.Builder.setExecution(Execution.Builder builderForValue) Execution of an op or a Graph (e.g., a tf.function).DebugEvent.Builder.setField(Descriptors.FieldDescriptor field, Object value) DebugEvent.Builder.setGraphExecutionTrace(GraphExecutionTrace value) A graph execution trace: Contains information about the intermediate tensors computed during the graph execution.DebugEvent.Builder.setGraphExecutionTrace(GraphExecutionTrace.Builder builderForValue) A graph execution trace: Contains information about the intermediate tensors computed during the graph execution.DebugEvent.Builder.setGraphId(String value) The ID of the graph (i.e., FuncGraph) executed here: applicable only to the execution of a FuncGraph.DebugEvent.Builder.setGraphIdBytes(ByteString value) The ID of the graph (i.e., FuncGraph) executed here: applicable only to the execution of a FuncGraph.DebugEvent.Builder.setGraphOpCreation(GraphOpCreation value) The creation of an op within a graph (e.g., a FuncGraph compiled from a Python function).DebugEvent.Builder.setGraphOpCreation(GraphOpCreation.Builder builderForValue) The creation of an op within a graph (e.g., a FuncGraph compiled from a Python function).DebugEvent.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) DebugEvent.Builder.setSourceFile(SourceFile value) The content of a source file.DebugEvent.Builder.setSourceFile(SourceFile.Builder builderForValue) The content of a source file.DebugEvent.Builder.setStackFrameWithId(StackFrameWithId value) A stack frame (filename, line number and column number, function name and code string) with ID.DebugEvent.Builder.setStackFrameWithId(StackFrameWithId.Builder builderForValue) A stack frame (filename, line number and column number, function name and code string) with ID.DebugEvent.Builder.setStep(long value) Step of training (if available).final DebugEvent.BuilderDebugEvent.Builder.setUnknownFields(UnknownFieldSet unknownFields) DebugEvent.Builder.setWallTime(double value) Timestamp in seconds (with microsecond precision).DebugEvent.toBuilder()