Class DebugEvent.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<DebugEvent.Builder>
com.google.protobuf.GeneratedMessageV3.Builder<DebugEvent.Builder>
org.tensorflow.proto.DebugEvent.Builder
- All Implemented Interfaces:
Message.Builder, MessageLite.Builder, MessageLiteOrBuilder, MessageOrBuilder, Cloneable, DebugEventOrBuilder
- Enclosing class:
DebugEvent
public static final class DebugEvent.Builder
extends GeneratedMessageV3.Builder<DebugEvent.Builder>
implements DebugEventOrBuilder
An Event related to the debugging of a TensorFlow program.Protobuf type
tensorflow.DebugEvent-
Method Summary
Modifier and TypeMethodDescriptionaddRepeatedField(Descriptors.FieldDescriptor field, Object value) build()clear()A device on which debugger-instrumented ops and/or tensors reside.Information about a debugged graph.Metadata related to this debugging data.Execution of an op or a Graph (e.g., a tf.function).A graph execution trace: Contains information about the intermediate tensors computed during the graph execution.The ID of the graph (i.e., FuncGraph) executed here: applicable only to the execution of a FuncGraph.The creation of an op within a graph (e.g., a FuncGraph compiled from a Python function).The content of a source file.A stack frame (filename, line number and column number, function name and code string) with ID.Step of training (if available).Timestamp in seconds (with microsecond precision).clone()A device on which debugger-instrumented ops and/or tensors reside.A device on which debugger-instrumented ops and/or tensors reside.A device on which debugger-instrumented ops and/or tensors reside.Information about a debugged graph.Information about a debugged graph.Information about a debugged graph.Metadata related to this debugging data.Metadata related to this debugging data.Metadata related to this debugging data.static final Descriptors.DescriptorExecution of an op or a Graph (e.g., a tf.function).Execution of an op or a Graph (e.g., a tf.function).Execution of an op or a Graph (e.g., a tf.function).A graph execution trace: Contains information about the intermediate tensors computed during the graph execution.A graph execution trace: Contains information about the intermediate tensors computed during the graph execution.A graph execution trace: Contains information about the intermediate tensors computed during the graph execution.The ID of the graph (i.e., FuncGraph) executed here: applicable only to the execution of a FuncGraph.The ID of the graph (i.e., FuncGraph) executed here: applicable only to the execution of a FuncGraph.The creation of an op within a graph (e.g., a FuncGraph compiled from a Python function).The creation of an op within a graph (e.g., a FuncGraph compiled from a Python function).The creation of an op within a graph (e.g., a FuncGraph compiled from a Python function).The content of a source file.The content of a source file.The content of a source file.A stack frame (filename, line number and column number, function name and code string) with ID.A stack frame (filename, line number and column number, function name and code string) with ID.A stack frame (filename, line number and column number, function name and code string) with ID.longgetStep()Step of training (if available).doubleTimestamp in seconds (with microsecond precision).booleanA device on which debugger-instrumented ops and/or tensors reside.booleanInformation about a debugged graph.booleanMetadata related to this debugging data.booleanExecution of an op or a Graph (e.g., a tf.function).booleanA graph execution trace: Contains information about the intermediate tensors computed during the graph execution.booleanThe ID of the graph (i.e., FuncGraph) executed here: applicable only to the execution of a FuncGraph.booleanThe creation of an op within a graph (e.g., a FuncGraph compiled from a Python function).booleanThe content of a source file.booleanA stack frame (filename, line number and column number, function name and code string) with ID.protected GeneratedMessageV3.FieldAccessorTablefinal booleanA device on which debugger-instrumented ops and/or tensors reside.mergeDebuggedGraph(DebuggedGraph value) Information about a debugged graph.mergeDebugMetadata(DebugMetadata value) Metadata related to this debugging data.mergeExecution(Execution value) Execution of an op or a Graph (e.g., a tf.function).mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) mergeFrom(DebugEvent other) A graph execution trace: Contains information about the intermediate tensors computed during the graph execution.The creation of an op within a graph (e.g., a FuncGraph compiled from a Python function).mergeSourceFile(SourceFile value) The content of a source file.A stack frame (filename, line number and column number, function name and code string) with ID.final DebugEvent.BuildermergeUnknownFields(UnknownFieldSet unknownFields) setDebuggedDevice(DebuggedDevice value) A device on which debugger-instrumented ops and/or tensors reside.setDebuggedDevice(DebuggedDevice.Builder builderForValue) A device on which debugger-instrumented ops and/or tensors reside.setDebuggedGraph(DebuggedGraph value) Information about a debugged graph.setDebuggedGraph(DebuggedGraph.Builder builderForValue) Information about a debugged graph.setDebugMetadata(DebugMetadata value) Metadata related to this debugging data.setDebugMetadata(DebugMetadata.Builder builderForValue) Metadata related to this debugging data.setExecution(Execution value) Execution of an op or a Graph (e.g., a tf.function).setExecution(Execution.Builder builderForValue) Execution of an op or a Graph (e.g., a tf.function).setField(Descriptors.FieldDescriptor field, Object value) A graph execution trace: Contains information about the intermediate tensors computed during the graph execution.setGraphExecutionTrace(GraphExecutionTrace.Builder builderForValue) A graph execution trace: Contains information about the intermediate tensors computed during the graph execution.setGraphId(String value) The ID of the graph (i.e., FuncGraph) executed here: applicable only to the execution of a FuncGraph.setGraphIdBytes(ByteString value) The ID of the graph (i.e., FuncGraph) executed here: applicable only to the execution of a FuncGraph.The creation of an op within a graph (e.g., a FuncGraph compiled from a Python function).setGraphOpCreation(GraphOpCreation.Builder builderForValue) The creation of an op within a graph (e.g., a FuncGraph compiled from a Python function).setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) setSourceFile(SourceFile value) The content of a source file.setSourceFile(SourceFile.Builder builderForValue) The content of a source file.A stack frame (filename, line number and column number, function name and code string) with ID.setStackFrameWithId(StackFrameWithId.Builder builderForValue) A stack frame (filename, line number and column number, function name and code string) with ID.setStep(long value) Step of training (if available).final DebugEvent.BuildersetUnknownFields(UnknownFieldSet unknownFields) setWallTime(double value) Timestamp in seconds (with microsecond precision).Methods inherited from class GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3Methods inherited from class AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface MessageLite.Builder
mergeFromMethods inherited from interface MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
-
internalGetFieldAccessorTable
- Specified by:
internalGetFieldAccessorTablein classGeneratedMessageV3.Builder<DebugEvent.Builder>
-
clear
- Specified by:
clearin interfaceMessage.Builder- Specified by:
clearin interfaceMessageLite.Builder- Overrides:
clearin classGeneratedMessageV3.Builder<DebugEvent.Builder>
-
getDescriptorForType
- Specified by:
getDescriptorForTypein interfaceMessage.Builder- Specified by:
getDescriptorForTypein interfaceMessageOrBuilder- Overrides:
getDescriptorForTypein classGeneratedMessageV3.Builder<DebugEvent.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfaceMessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfaceMessageOrBuilder
-
build
- Specified by:
buildin interfaceMessage.Builder- Specified by:
buildin interfaceMessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfaceMessage.Builder- Specified by:
buildPartialin interfaceMessageLite.Builder
-
clone
- Specified by:
clonein interfaceMessage.Builder- Specified by:
clonein interfaceMessageLite.Builder- Overrides:
clonein classGeneratedMessageV3.Builder<DebugEvent.Builder>
-
setField
- Specified by:
setFieldin interfaceMessage.Builder- Overrides:
setFieldin classGeneratedMessageV3.Builder<DebugEvent.Builder>
-
clearField
- Specified by:
clearFieldin interfaceMessage.Builder- Overrides:
clearFieldin classGeneratedMessageV3.Builder<DebugEvent.Builder>
-
clearOneof
- Specified by:
clearOneofin interfaceMessage.Builder- Overrides:
clearOneofin classGeneratedMessageV3.Builder<DebugEvent.Builder>
-
setRepeatedField
public DebugEvent.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) - Specified by:
setRepeatedFieldin interfaceMessage.Builder- Overrides:
setRepeatedFieldin classGeneratedMessageV3.Builder<DebugEvent.Builder>
-
addRepeatedField
- Specified by:
addRepeatedFieldin interfaceMessage.Builder- Overrides:
addRepeatedFieldin classGeneratedMessageV3.Builder<DebugEvent.Builder>
-
mergeFrom
- Specified by:
mergeFromin interfaceMessage.Builder- Overrides:
mergeFromin classAbstractMessage.Builder<DebugEvent.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfaceMessageLiteOrBuilder- Overrides:
isInitializedin classGeneratedMessageV3.Builder<DebugEvent.Builder>
-
mergeFrom
public DebugEvent.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfaceMessage.Builder- Specified by:
mergeFromin interfaceMessageLite.Builder- Overrides:
mergeFromin classAbstractMessage.Builder<DebugEvent.Builder>- Throws:
IOException
-
getWhatCase
- Specified by:
getWhatCasein interfaceDebugEventOrBuilder
-
clearWhat
-
getWallTime
public double getWallTime()Timestamp in seconds (with microsecond precision).
double wall_time = 1;- Specified by:
getWallTimein interfaceDebugEventOrBuilder- Returns:
- The wallTime.
-
setWallTime
Timestamp in seconds (with microsecond precision).
double wall_time = 1;- Parameters:
value- The wallTime to set.- Returns:
- This builder for chaining.
-
clearWallTime
Timestamp in seconds (with microsecond precision).
double wall_time = 1;- Returns:
- This builder for chaining.
-
getStep
public long getStep()Step of training (if available).
int64 step = 2;- Specified by:
getStepin interfaceDebugEventOrBuilder- Returns:
- The step.
-
setStep
Step of training (if available).
int64 step = 2;- Parameters:
value- The step to set.- Returns:
- This builder for chaining.
-
clearStep
Step of training (if available).
int64 step = 2;- Returns:
- This builder for chaining.
-
hasDebugMetadata
public boolean hasDebugMetadata()Metadata related to this debugging data.
.tensorflow.DebugMetadata debug_metadata = 3;- Specified by:
hasDebugMetadatain interfaceDebugEventOrBuilder- Returns:
- Whether the debugMetadata field is set.
-
getDebugMetadata
Metadata related to this debugging data.
.tensorflow.DebugMetadata debug_metadata = 3;- Specified by:
getDebugMetadatain interfaceDebugEventOrBuilder- Returns:
- The debugMetadata.
-
setDebugMetadata
Metadata related to this debugging data.
.tensorflow.DebugMetadata debug_metadata = 3; -
setDebugMetadata
Metadata related to this debugging data.
.tensorflow.DebugMetadata debug_metadata = 3; -
mergeDebugMetadata
Metadata related to this debugging data.
.tensorflow.DebugMetadata debug_metadata = 3; -
clearDebugMetadata
Metadata related to this debugging data.
.tensorflow.DebugMetadata debug_metadata = 3; -
getDebugMetadataBuilder
Metadata related to this debugging data.
.tensorflow.DebugMetadata debug_metadata = 3; -
getDebugMetadataOrBuilder
Metadata related to this debugging data.
.tensorflow.DebugMetadata debug_metadata = 3;- Specified by:
getDebugMetadataOrBuilderin interfaceDebugEventOrBuilder
-
hasSourceFile
public boolean hasSourceFile()The content of a source file.
.tensorflow.SourceFile source_file = 4;- Specified by:
hasSourceFilein interfaceDebugEventOrBuilder- Returns:
- Whether the sourceFile field is set.
-
getSourceFile
The content of a source file.
.tensorflow.SourceFile source_file = 4;- Specified by:
getSourceFilein interfaceDebugEventOrBuilder- Returns:
- The sourceFile.
-
setSourceFile
The content of a source file.
.tensorflow.SourceFile source_file = 4; -
setSourceFile
The content of a source file.
.tensorflow.SourceFile source_file = 4; -
mergeSourceFile
The content of a source file.
.tensorflow.SourceFile source_file = 4; -
clearSourceFile
The content of a source file.
.tensorflow.SourceFile source_file = 4; -
getSourceFileBuilder
The content of a source file.
.tensorflow.SourceFile source_file = 4; -
getSourceFileOrBuilder
The content of a source file.
.tensorflow.SourceFile source_file = 4;- Specified by:
getSourceFileOrBuilderin interfaceDebugEventOrBuilder
-
hasStackFrameWithId
public boolean hasStackFrameWithId()A stack frame (filename, line number and column number, function name and code string) with ID.
.tensorflow.StackFrameWithId stack_frame_with_id = 6;- Specified by:
hasStackFrameWithIdin interfaceDebugEventOrBuilder- Returns:
- Whether the stackFrameWithId field is set.
-
getStackFrameWithId
A stack frame (filename, line number and column number, function name and code string) with ID.
.tensorflow.StackFrameWithId stack_frame_with_id = 6;- Specified by:
getStackFrameWithIdin interfaceDebugEventOrBuilder- Returns:
- The stackFrameWithId.
-
setStackFrameWithId
A stack frame (filename, line number and column number, function name and code string) with ID.
.tensorflow.StackFrameWithId stack_frame_with_id = 6; -
setStackFrameWithId
A stack frame (filename, line number and column number, function name and code string) with ID.
.tensorflow.StackFrameWithId stack_frame_with_id = 6; -
mergeStackFrameWithId
A stack frame (filename, line number and column number, function name and code string) with ID.
.tensorflow.StackFrameWithId stack_frame_with_id = 6; -
clearStackFrameWithId
A stack frame (filename, line number and column number, function name and code string) with ID.
.tensorflow.StackFrameWithId stack_frame_with_id = 6; -
getStackFrameWithIdBuilder
A stack frame (filename, line number and column number, function name and code string) with ID.
.tensorflow.StackFrameWithId stack_frame_with_id = 6; -
getStackFrameWithIdOrBuilder
A stack frame (filename, line number and column number, function name and code string) with ID.
.tensorflow.StackFrameWithId stack_frame_with_id = 6;- Specified by:
getStackFrameWithIdOrBuilderin interfaceDebugEventOrBuilder
-
hasGraphOpCreation
public boolean hasGraphOpCreation()The creation of an op within a graph (e.g., a FuncGraph compiled from a Python function).
.tensorflow.GraphOpCreation graph_op_creation = 7;- Specified by:
hasGraphOpCreationin interfaceDebugEventOrBuilder- Returns:
- Whether the graphOpCreation field is set.
-
getGraphOpCreation
The creation of an op within a graph (e.g., a FuncGraph compiled from a Python function).
.tensorflow.GraphOpCreation graph_op_creation = 7;- Specified by:
getGraphOpCreationin interfaceDebugEventOrBuilder- Returns:
- The graphOpCreation.
-
setGraphOpCreation
The creation of an op within a graph (e.g., a FuncGraph compiled from a Python function).
.tensorflow.GraphOpCreation graph_op_creation = 7; -
setGraphOpCreation
The creation of an op within a graph (e.g., a FuncGraph compiled from a Python function).
.tensorflow.GraphOpCreation graph_op_creation = 7; -
mergeGraphOpCreation
The creation of an op within a graph (e.g., a FuncGraph compiled from a Python function).
.tensorflow.GraphOpCreation graph_op_creation = 7; -
clearGraphOpCreation
The creation of an op within a graph (e.g., a FuncGraph compiled from a Python function).
.tensorflow.GraphOpCreation graph_op_creation = 7; -
getGraphOpCreationBuilder
The creation of an op within a graph (e.g., a FuncGraph compiled from a Python function).
.tensorflow.GraphOpCreation graph_op_creation = 7; -
getGraphOpCreationOrBuilder
The creation of an op within a graph (e.g., a FuncGraph compiled from a Python function).
.tensorflow.GraphOpCreation graph_op_creation = 7;- Specified by:
getGraphOpCreationOrBuilderin interfaceDebugEventOrBuilder
-
hasDebuggedGraph
public boolean hasDebuggedGraph()Information about a debugged graph.
.tensorflow.DebuggedGraph debugged_graph = 8;- Specified by:
hasDebuggedGraphin interfaceDebugEventOrBuilder- Returns:
- Whether the debuggedGraph field is set.
-
getDebuggedGraph
Information about a debugged graph.
.tensorflow.DebuggedGraph debugged_graph = 8;- Specified by:
getDebuggedGraphin interfaceDebugEventOrBuilder- Returns:
- The debuggedGraph.
-
setDebuggedGraph
Information about a debugged graph.
.tensorflow.DebuggedGraph debugged_graph = 8; -
setDebuggedGraph
Information about a debugged graph.
.tensorflow.DebuggedGraph debugged_graph = 8; -
mergeDebuggedGraph
Information about a debugged graph.
.tensorflow.DebuggedGraph debugged_graph = 8; -
clearDebuggedGraph
Information about a debugged graph.
.tensorflow.DebuggedGraph debugged_graph = 8; -
getDebuggedGraphBuilder
Information about a debugged graph.
.tensorflow.DebuggedGraph debugged_graph = 8; -
getDebuggedGraphOrBuilder
Information about a debugged graph.
.tensorflow.DebuggedGraph debugged_graph = 8;- Specified by:
getDebuggedGraphOrBuilderin interfaceDebugEventOrBuilder
-
hasExecution
public boolean hasExecution()Execution of an op or a Graph (e.g., a tf.function).
.tensorflow.Execution execution = 9;- Specified by:
hasExecutionin interfaceDebugEventOrBuilder- Returns:
- Whether the execution field is set.
-
getExecution
Execution of an op or a Graph (e.g., a tf.function).
.tensorflow.Execution execution = 9;- Specified by:
getExecutionin interfaceDebugEventOrBuilder- Returns:
- The execution.
-
setExecution
Execution of an op or a Graph (e.g., a tf.function).
.tensorflow.Execution execution = 9; -
setExecution
Execution of an op or a Graph (e.g., a tf.function).
.tensorflow.Execution execution = 9; -
mergeExecution
Execution of an op or a Graph (e.g., a tf.function).
.tensorflow.Execution execution = 9; -
clearExecution
Execution of an op or a Graph (e.g., a tf.function).
.tensorflow.Execution execution = 9; -
getExecutionBuilder
Execution of an op or a Graph (e.g., a tf.function).
.tensorflow.Execution execution = 9; -
getExecutionOrBuilder
Execution of an op or a Graph (e.g., a tf.function).
.tensorflow.Execution execution = 9;- Specified by:
getExecutionOrBuilderin interfaceDebugEventOrBuilder
-
hasGraphExecutionTrace
public boolean hasGraphExecutionTrace()A graph execution trace: Contains information about the intermediate tensors computed during the graph execution.
.tensorflow.GraphExecutionTrace graph_execution_trace = 10;- Specified by:
hasGraphExecutionTracein interfaceDebugEventOrBuilder- Returns:
- Whether the graphExecutionTrace field is set.
-
getGraphExecutionTrace
A graph execution trace: Contains information about the intermediate tensors computed during the graph execution.
.tensorflow.GraphExecutionTrace graph_execution_trace = 10;- Specified by:
getGraphExecutionTracein interfaceDebugEventOrBuilder- Returns:
- The graphExecutionTrace.
-
setGraphExecutionTrace
A graph execution trace: Contains information about the intermediate tensors computed during the graph execution.
.tensorflow.GraphExecutionTrace graph_execution_trace = 10; -
setGraphExecutionTrace
A graph execution trace: Contains information about the intermediate tensors computed during the graph execution.
.tensorflow.GraphExecutionTrace graph_execution_trace = 10; -
mergeGraphExecutionTrace
A graph execution trace: Contains information about the intermediate tensors computed during the graph execution.
.tensorflow.GraphExecutionTrace graph_execution_trace = 10; -
clearGraphExecutionTrace
A graph execution trace: Contains information about the intermediate tensors computed during the graph execution.
.tensorflow.GraphExecutionTrace graph_execution_trace = 10; -
getGraphExecutionTraceBuilder
A graph execution trace: Contains information about the intermediate tensors computed during the graph execution.
.tensorflow.GraphExecutionTrace graph_execution_trace = 10; -
getGraphExecutionTraceOrBuilder
A graph execution trace: Contains information about the intermediate tensors computed during the graph execution.
.tensorflow.GraphExecutionTrace graph_execution_trace = 10;- Specified by:
getGraphExecutionTraceOrBuilderin interfaceDebugEventOrBuilder
-
hasGraphId
public boolean hasGraphId()The ID of the graph (i.e., FuncGraph) executed here: applicable only to the execution of a FuncGraph.
string graph_id = 11;- Specified by:
hasGraphIdin interfaceDebugEventOrBuilder- Returns:
- Whether the graphId field is set.
-
getGraphId
The ID of the graph (i.e., FuncGraph) executed here: applicable only to the execution of a FuncGraph.
string graph_id = 11;- Specified by:
getGraphIdin interfaceDebugEventOrBuilder- Returns:
- The graphId.
-
getGraphIdBytes
The ID of the graph (i.e., FuncGraph) executed here: applicable only to the execution of a FuncGraph.
string graph_id = 11;- Specified by:
getGraphIdBytesin interfaceDebugEventOrBuilder- Returns:
- The bytes for graphId.
-
setGraphId
The ID of the graph (i.e., FuncGraph) executed here: applicable only to the execution of a FuncGraph.
string graph_id = 11;- Parameters:
value- The graphId to set.- Returns:
- This builder for chaining.
-
clearGraphId
The ID of the graph (i.e., FuncGraph) executed here: applicable only to the execution of a FuncGraph.
string graph_id = 11;- Returns:
- This builder for chaining.
-
setGraphIdBytes
The ID of the graph (i.e., FuncGraph) executed here: applicable only to the execution of a FuncGraph.
string graph_id = 11;- Parameters:
value- The bytes for graphId to set.- Returns:
- This builder for chaining.
-
hasDebuggedDevice
public boolean hasDebuggedDevice()A device on which debugger-instrumented ops and/or tensors reside.
.tensorflow.DebuggedDevice debugged_device = 12;- Specified by:
hasDebuggedDevicein interfaceDebugEventOrBuilder- Returns:
- Whether the debuggedDevice field is set.
-
getDebuggedDevice
A device on which debugger-instrumented ops and/or tensors reside.
.tensorflow.DebuggedDevice debugged_device = 12;- Specified by:
getDebuggedDevicein interfaceDebugEventOrBuilder- Returns:
- The debuggedDevice.
-
setDebuggedDevice
A device on which debugger-instrumented ops and/or tensors reside.
.tensorflow.DebuggedDevice debugged_device = 12; -
setDebuggedDevice
A device on which debugger-instrumented ops and/or tensors reside.
.tensorflow.DebuggedDevice debugged_device = 12; -
mergeDebuggedDevice
A device on which debugger-instrumented ops and/or tensors reside.
.tensorflow.DebuggedDevice debugged_device = 12; -
clearDebuggedDevice
A device on which debugger-instrumented ops and/or tensors reside.
.tensorflow.DebuggedDevice debugged_device = 12; -
getDebuggedDeviceBuilder
A device on which debugger-instrumented ops and/or tensors reside.
.tensorflow.DebuggedDevice debugged_device = 12; -
getDebuggedDeviceOrBuilder
A device on which debugger-instrumented ops and/or tensors reside.
.tensorflow.DebuggedDevice debugged_device = 12;- Specified by:
getDebuggedDeviceOrBuilderin interfaceDebugEventOrBuilder
-
setUnknownFields
- Specified by:
setUnknownFieldsin interfaceMessage.Builder- Overrides:
setUnknownFieldsin classGeneratedMessageV3.Builder<DebugEvent.Builder>
-
mergeUnknownFields
- Specified by:
mergeUnknownFieldsin interfaceMessage.Builder- Overrides:
mergeUnknownFieldsin classGeneratedMessageV3.Builder<DebugEvent.Builder>
-