Interface DebugEventOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
- All Known Implementing Classes:
DebugEvent, DebugEvent.Builder
-
Method Summary
Modifier and TypeMethodDescriptionA 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.Metadata related to this debugging data.Metadata related to this debugging data.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.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 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.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.Methods inherited from interface MessageLiteOrBuilder
isInitialized
-
Method Details
-
getWallTime
double getWallTime()Timestamp in seconds (with microsecond precision).
double wall_time = 1;- Returns:
- The wallTime.
-
getStep
long getStep()Step of training (if available).
int64 step = 2;- Returns:
- The step.
-
hasDebugMetadata
boolean hasDebugMetadata()Metadata related to this debugging data.
.tensorflow.DebugMetadata debug_metadata = 3;- Returns:
- Whether the debugMetadata field is set.
-
getDebugMetadata
DebugMetadata getDebugMetadata()Metadata related to this debugging data.
.tensorflow.DebugMetadata debug_metadata = 3;- Returns:
- The debugMetadata.
-
getDebugMetadataOrBuilder
DebugMetadataOrBuilder getDebugMetadataOrBuilder()Metadata related to this debugging data.
.tensorflow.DebugMetadata debug_metadata = 3; -
hasSourceFile
boolean hasSourceFile()The content of a source file.
.tensorflow.SourceFile source_file = 4;- Returns:
- Whether the sourceFile field is set.
-
getSourceFile
SourceFile getSourceFile()The content of a source file.
.tensorflow.SourceFile source_file = 4;- Returns:
- The sourceFile.
-
getSourceFileOrBuilder
SourceFileOrBuilder getSourceFileOrBuilder()The content of a source file.
.tensorflow.SourceFile source_file = 4; -
hasStackFrameWithId
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;- Returns:
- Whether the stackFrameWithId field is set.
-
getStackFrameWithId
StackFrameWithId getStackFrameWithId()A stack frame (filename, line number and column number, function name and code string) with ID.
.tensorflow.StackFrameWithId stack_frame_with_id = 6;- Returns:
- The stackFrameWithId.
-
getStackFrameWithIdOrBuilder
StackFrameWithIdOrBuilder getStackFrameWithIdOrBuilder()A stack frame (filename, line number and column number, function name and code string) with ID.
.tensorflow.StackFrameWithId stack_frame_with_id = 6; -
hasGraphOpCreation
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;- Returns:
- Whether the graphOpCreation field is set.
-
getGraphOpCreation
GraphOpCreation getGraphOpCreation()The creation of an op within a graph (e.g., a FuncGraph compiled from a Python function).
.tensorflow.GraphOpCreation graph_op_creation = 7;- Returns:
- The graphOpCreation.
-
getGraphOpCreationOrBuilder
GraphOpCreationOrBuilder getGraphOpCreationOrBuilder()The creation of an op within a graph (e.g., a FuncGraph compiled from a Python function).
.tensorflow.GraphOpCreation graph_op_creation = 7; -
hasDebuggedGraph
boolean hasDebuggedGraph()Information about a debugged graph.
.tensorflow.DebuggedGraph debugged_graph = 8;- Returns:
- Whether the debuggedGraph field is set.
-
getDebuggedGraph
DebuggedGraph getDebuggedGraph()Information about a debugged graph.
.tensorflow.DebuggedGraph debugged_graph = 8;- Returns:
- The debuggedGraph.
-
getDebuggedGraphOrBuilder
DebuggedGraphOrBuilder getDebuggedGraphOrBuilder()Information about a debugged graph.
.tensorflow.DebuggedGraph debugged_graph = 8; -
hasExecution
boolean hasExecution()Execution of an op or a Graph (e.g., a tf.function).
.tensorflow.Execution execution = 9;- Returns:
- Whether the execution field is set.
-
getExecution
Execution getExecution()Execution of an op or a Graph (e.g., a tf.function).
.tensorflow.Execution execution = 9;- Returns:
- The execution.
-
getExecutionOrBuilder
ExecutionOrBuilder getExecutionOrBuilder()Execution of an op or a Graph (e.g., a tf.function).
.tensorflow.Execution execution = 9; -
hasGraphExecutionTrace
boolean hasGraphExecutionTrace()A graph execution trace: Contains information about the intermediate tensors computed during the graph execution.
.tensorflow.GraphExecutionTrace graph_execution_trace = 10;- Returns:
- Whether the graphExecutionTrace field is set.
-
getGraphExecutionTrace
GraphExecutionTrace getGraphExecutionTrace()A graph execution trace: Contains information about the intermediate tensors computed during the graph execution.
.tensorflow.GraphExecutionTrace graph_execution_trace = 10;- Returns:
- The graphExecutionTrace.
-
getGraphExecutionTraceOrBuilder
GraphExecutionTraceOrBuilder getGraphExecutionTraceOrBuilder()A graph execution trace: Contains information about the intermediate tensors computed during the graph execution.
.tensorflow.GraphExecutionTrace graph_execution_trace = 10; -
hasGraphId
boolean hasGraphId()The ID of the graph (i.e., FuncGraph) executed here: applicable only to the execution of a FuncGraph.
string graph_id = 11;- Returns:
- Whether the graphId field is set.
-
getGraphId
String getGraphId()The ID of the graph (i.e., FuncGraph) executed here: applicable only to the execution of a FuncGraph.
string graph_id = 11;- Returns:
- The graphId.
-
getGraphIdBytes
ByteString getGraphIdBytes()The ID of the graph (i.e., FuncGraph) executed here: applicable only to the execution of a FuncGraph.
string graph_id = 11;- Returns:
- The bytes for graphId.
-
hasDebuggedDevice
boolean hasDebuggedDevice()A device on which debugger-instrumented ops and/or tensors reside.
.tensorflow.DebuggedDevice debugged_device = 12;- Returns:
- Whether the debuggedDevice field is set.
-
getDebuggedDevice
DebuggedDevice getDebuggedDevice()A device on which debugger-instrumented ops and/or tensors reside.
.tensorflow.DebuggedDevice debugged_device = 12;- Returns:
- The debuggedDevice.
-
getDebuggedDeviceOrBuilder
DebuggedDeviceOrBuilder getDebuggedDeviceOrBuilder()A device on which debugger-instrumented ops and/or tensors reside.
.tensorflow.DebuggedDevice debugged_device = 12; -
getWhatCase
DebugEvent.WhatCase getWhatCase()
-