public interface
DebugEventOrBuilder
Known Indirect Subclasses |
Public Methods
abstract DebugMetadata |
getDebugMetadata()
Metadata related to this debugging data. |
abstract DebugMetadataOrBuilder |
getDebugMetadataOrBuilder()
Metadata related to this debugging data. |
abstract DebuggedDevice |
getDebuggedDevice()
A device on which debugger-instrumented ops and/or tensors reside. |
abstract DebuggedDeviceOrBuilder |
getDebuggedDeviceOrBuilder()
A device on which debugger-instrumented ops and/or tensors reside. |
abstract DebuggedGraph |
getDebuggedGraph()
Information about a debugged graph. |
abstract DebuggedGraphOrBuilder |
getDebuggedGraphOrBuilder()
Information about a debugged graph. |
abstract Execution |
getExecution()
Execution of an op or a Graph (e.g., a tf.function). |
abstract ExecutionOrBuilder |
getExecutionOrBuilder()
Execution of an op or a Graph (e.g., a tf.function). |
abstract GraphExecutionTrace |
getGraphExecutionTrace()
A graph execution trace: Contains information about the intermediate tensors computed during the graph execution. |
abstract GraphExecutionTraceOrBuilder |
getGraphExecutionTraceOrBuilder()
A graph execution trace: Contains information about the intermediate tensors computed during the graph execution. |
abstract String |
getGraphId()
The ID of the graph (i.e., FuncGraph) executed here: applicable only to the execution of a FuncGraph. |
abstract com.google.protobuf.ByteString |
getGraphIdBytes()
The ID of the graph (i.e., FuncGraph) executed here: applicable only to the execution of a FuncGraph. |
abstract GraphOpCreation |
getGraphOpCreation()
The creation of an op within a graph (e.g., a FuncGraph compiled from a Python function). |
abstract GraphOpCreationOrBuilder |
getGraphOpCreationOrBuilder()
The creation of an op within a graph (e.g., a FuncGraph compiled from a Python function). |
abstract SourceFile |
getSourceFile()
The content of a source file. |
abstract SourceFileOrBuilder |
getSourceFileOrBuilder()
The content of a source file. |
abstract StackFrameWithId |
getStackFrameWithId()
A stack frame (filename, line number and column number, function name and code string) with ID. |
abstract StackFrameWithIdOrBuilder |
getStackFrameWithIdOrBuilder()
A stack frame (filename, line number and column number, function name and code string) with ID. |
abstract long |
getStep()
Step of training (if available). |
abstract double |
getWallTime()
Timestamp in seconds (with microsecond precision). |
abstract DebugEvent.WhatCase | |
abstract boolean |
hasDebugMetadata()
Metadata related to this debugging data. |
abstract boolean |
hasDebuggedDevice()
A device on which debugger-instrumented ops and/or tensors reside. |
abstract boolean |
hasDebuggedGraph()
Information about a debugged graph. |
abstract boolean |
hasExecution()
Execution of an op or a Graph (e.g., a tf.function). |
abstract boolean |
hasGraphExecutionTrace()
A graph execution trace: Contains information about the intermediate tensors computed during the graph execution. |
abstract boolean |
hasGraphOpCreation()
The creation of an op within a graph (e.g., a FuncGraph compiled from a Python function). |
abstract boolean |
hasSourceFile()
The content of a source file. |
abstract boolean |
hasStackFrameWithId()
A stack frame (filename, line number and column number, function name and code string) with ID. |
Public Methods
public abstract DebugMetadata getDebugMetadata ()
Metadata related to this debugging data.
.tensorflow.DebugMetadata debug_metadata = 3;
public abstract DebugMetadataOrBuilder getDebugMetadataOrBuilder ()
Metadata related to this debugging data.
.tensorflow.DebugMetadata debug_metadata = 3;
public abstract DebuggedDevice getDebuggedDevice ()
A device on which debugger-instrumented ops and/or tensors reside.
.tensorflow.DebuggedDevice debugged_device = 12;
public abstract DebuggedDeviceOrBuilder getDebuggedDeviceOrBuilder ()
A device on which debugger-instrumented ops and/or tensors reside.
.tensorflow.DebuggedDevice debugged_device = 12;
public abstract DebuggedGraph getDebuggedGraph ()
Information about a debugged graph.
.tensorflow.DebuggedGraph debugged_graph = 8;
public abstract DebuggedGraphOrBuilder getDebuggedGraphOrBuilder ()
Information about a debugged graph.
.tensorflow.DebuggedGraph debugged_graph = 8;
public abstract Execution getExecution ()
Execution of an op or a Graph (e.g., a tf.function).
.tensorflow.Execution execution = 9;
public abstract ExecutionOrBuilder getExecutionOrBuilder ()
Execution of an op or a Graph (e.g., a tf.function).
.tensorflow.Execution execution = 9;
public abstract GraphExecutionTrace getGraphExecutionTrace ()
A graph execution trace: Contains information about the intermediate tensors computed during the graph execution.
.tensorflow.GraphExecutionTrace graph_execution_trace = 10;
public abstract GraphExecutionTraceOrBuilder getGraphExecutionTraceOrBuilder ()
A graph execution trace: Contains information about the intermediate tensors computed during the graph execution.
.tensorflow.GraphExecutionTrace graph_execution_trace = 10;
public abstract String getGraphId ()
The ID of the graph (i.e., FuncGraph) executed here: applicable only to the execution of a FuncGraph.
string graph_id = 11;
public abstract com.google.protobuf.ByteString getGraphIdBytes ()
The ID of the graph (i.e., FuncGraph) executed here: applicable only to the execution of a FuncGraph.
string graph_id = 11;
public abstract 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;
public abstract 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;
public abstract SourceFile getSourceFile ()
The content of a source file.
.tensorflow.SourceFile source_file = 4;
public abstract SourceFileOrBuilder getSourceFileOrBuilder ()
The content of a source file.
.tensorflow.SourceFile source_file = 4;
public abstract 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;
public abstract 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;
public abstract long getStep ()
Step of training (if available).
int64 step = 2;
public abstract double getWallTime ()
Timestamp in seconds (with microsecond precision).
double wall_time = 1;
public abstract boolean hasDebugMetadata ()
Metadata related to this debugging data.
.tensorflow.DebugMetadata debug_metadata = 3;
public abstract boolean hasDebuggedDevice ()
A device on which debugger-instrumented ops and/or tensors reside.
.tensorflow.DebuggedDevice debugged_device = 12;
public abstract boolean hasDebuggedGraph ()
Information about a debugged graph.
.tensorflow.DebuggedGraph debugged_graph = 8;
public abstract boolean hasExecution ()
Execution of an op or a Graph (e.g., a tf.function).
.tensorflow.Execution execution = 9;
public abstract boolean hasGraphExecutionTrace ()
A graph execution trace: Contains information about the intermediate tensors computed during the graph execution.
.tensorflow.GraphExecutionTrace graph_execution_trace = 10;
public abstract 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;
public abstract boolean hasSourceFile ()
The content of a source file.
.tensorflow.SourceFile source_file = 4;
public abstract 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;