DebugEvent

public final class DebugEvent

 An Event related to the debugging of a TensorFlow program.
 
Protobuf type tensorflow.DebugEvent

Nested Classes

class DebugEvent.Builder
 An Event related to the debugging of a TensorFlow program. 
enum DebugEvent.WhatCase  

Constants

int DEBUGGED_DEVICE_FIELD_NUMBER
int DEBUGGED_GRAPH_FIELD_NUMBER
int DEBUG_METADATA_FIELD_NUMBER
int EXECUTION_FIELD_NUMBER
int GRAPH_EXECUTION_TRACE_FIELD_NUMBER
int GRAPH_ID_FIELD_NUMBER
int GRAPH_OP_CREATION_FIELD_NUMBER
int SOURCE_FILE_FIELD_NUMBER
int STACK_FRAME_WITH_ID_FIELD_NUMBER
int STEP_FIELD_NUMBER
int WALL_TIME_FIELD_NUMBER

Public Methods

boolean
equals(Object obj)
DebugMetadata
getDebugMetadata()
 Metadata related to this debugging data.
DebugMetadataOrBuilder
getDebugMetadataOrBuilder()
 Metadata related to this debugging data.
DebuggedDevice
getDebuggedDevice()
 A device on which debugger-instrumented ops and/or tensors reside.
DebuggedDeviceOrBuilder
getDebuggedDeviceOrBuilder()
 A device on which debugger-instrumented ops and/or tensors reside.
DebuggedGraph
getDebuggedGraph()
 Information about a debugged graph.
DebuggedGraphOrBuilder
getDebuggedGraphOrBuilder()
 Information about a debugged graph.
static DebugEvent
DebugEvent
final static com.google.protobuf.Descriptors.Descriptor
Execution
getExecution()
 Execution of an op or a Graph (e.g., a tf.function).
ExecutionOrBuilder
getExecutionOrBuilder()
 Execution of an op or a Graph (e.g., a tf.function).
GraphExecutionTrace
getGraphExecutionTrace()
 A graph execution trace: Contains information about the intermediate
 tensors computed during the graph execution.
GraphExecutionTraceOrBuilder
getGraphExecutionTraceOrBuilder()
 A graph execution trace: Contains information about the intermediate
 tensors computed during the graph execution.
String
getGraphId()
 The ID of the graph (i.e., FuncGraph) executed here: applicable only
 to the execution of a FuncGraph.
com.google.protobuf.ByteString
getGraphIdBytes()
 The ID of the graph (i.e., FuncGraph) executed here: applicable only
 to the execution of a FuncGraph.
GraphOpCreation
getGraphOpCreation()
 The creation of an op within a graph (e.g., a FuncGraph compiled from
 a Python function).
GraphOpCreationOrBuilder
getGraphOpCreationOrBuilder()
 The creation of an op within a graph (e.g., a FuncGraph compiled from
 a Python function).
int
SourceFile
getSourceFile()
 The content of a source file.
SourceFileOrBuilder
getSourceFileOrBuilder()
 The content of a source file.
StackFrameWithId
getStackFrameWithId()
 A stack frame (filename, line number and column number, function name and
 code string) with ID.
StackFrameWithIdOrBuilder
getStackFrameWithIdOrBuilder()
 A stack frame (filename, line number and column number, function name and
 code string) with ID.
long
getStep()
 Step of training (if available).
final com.google.protobuf.UnknownFieldSet
double
getWallTime()
 Timestamp in seconds (with microsecond precision).
DebugEvent.WhatCase
boolean
hasDebugMetadata()
 Metadata related to this debugging data.
boolean
hasDebuggedDevice()
 A device on which debugger-instrumented ops and/or tensors reside.
boolean
hasDebuggedGraph()
 Information about a debugged graph.
boolean
hasExecution()
 Execution of an op or a Graph (e.g., a tf.function).
boolean
hasGraphExecutionTrace()
 A graph execution trace: Contains information about the intermediate
 tensors computed during the graph execution.
boolean
hasGraphOpCreation()
 The creation of an op within a graph (e.g., a FuncGraph compiled from
 a Python function).
boolean
hasSourceFile()
 The content of a source file.
boolean
hasStackFrameWithId()
 A stack frame (filename, line number and column number, function name and
 code string) with ID.
int
final boolean
static DebugEvent.Builder
newBuilder(DebugEvent prototype)
static DebugEvent.Builder
DebugEvent.Builder
static DebugEvent
parseDelimitedFrom(InputStream input)
static DebugEvent
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DebugEvent
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DebugEvent
parseFrom(com.google.protobuf.CodedInputStream input)
static DebugEvent
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DebugEvent
parseFrom(ByteBuffer data)
static DebugEvent
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DebugEvent
parseFrom(com.google.protobuf.ByteString data)
static DebugEvent
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DebugEvent
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static
parser()
DebugEvent.Builder
void
writeTo(com.google.protobuf.CodedOutputStream output)

Inherited Methods

Constants

public static final int DEBUGGED_DEVICE_FIELD_NUMBER

Constant Value: 12

public static final int DEBUGGED_GRAPH_FIELD_NUMBER

Constant Value: 8

public static final int DEBUG_METADATA_FIELD_NUMBER

Constant Value: 3

public static final int EXECUTION_FIELD_NUMBER

Constant Value: 9

public static final int GRAPH_EXECUTION_TRACE_FIELD_NUMBER

Constant Value: 10

public static final int GRAPH_ID_FIELD_NUMBER

Constant Value: 11

public static final int GRAPH_OP_CREATION_FIELD_NUMBER

Constant Value: 7

public static final int SOURCE_FILE_FIELD_NUMBER

Constant Value: 4

public static final int STACK_FRAME_WITH_ID_FIELD_NUMBER

Constant Value: 6

public static final int STEP_FIELD_NUMBER

Constant Value: 2

public static final int WALL_TIME_FIELD_NUMBER

Constant Value: 1

Public Methods

public boolean equals (Object obj)

public DebugMetadata getDebugMetadata ()

 Metadata related to this debugging data.
 
.tensorflow.DebugMetadata debug_metadata = 3;

public DebugMetadataOrBuilder getDebugMetadataOrBuilder ()

 Metadata related to this debugging data.
 
.tensorflow.DebugMetadata debug_metadata = 3;

public DebuggedDevice getDebuggedDevice ()

 A device on which debugger-instrumented ops and/or tensors reside.
 
.tensorflow.DebuggedDevice debugged_device = 12;

public DebuggedDeviceOrBuilder getDebuggedDeviceOrBuilder ()

 A device on which debugger-instrumented ops and/or tensors reside.
 
.tensorflow.DebuggedDevice debugged_device = 12;

public DebuggedGraph getDebuggedGraph ()

 Information about a debugged graph.
 
.tensorflow.DebuggedGraph debugged_graph = 8;

public DebuggedGraphOrBuilder getDebuggedGraphOrBuilder ()

 Information about a debugged graph.
 
.tensorflow.DebuggedGraph debugged_graph = 8;

public static DebugEvent getDefaultInstance ()

public DebugEvent getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public Execution getExecution ()

 Execution of an op or a Graph (e.g., a tf.function).
 
.tensorflow.Execution execution = 9;

public ExecutionOrBuilder getExecutionOrBuilder ()

 Execution of an op or a Graph (e.g., a tf.function).
 
.tensorflow.Execution execution = 9;

public GraphExecutionTrace getGraphExecutionTrace ()

 A graph execution trace: Contains information about the intermediate
 tensors computed during the graph execution.
 
.tensorflow.GraphExecutionTrace graph_execution_trace = 10;

public GraphExecutionTraceOrBuilder getGraphExecutionTraceOrBuilder ()

 A graph execution trace: Contains information about the intermediate
 tensors computed during the graph execution.
 
.tensorflow.GraphExecutionTrace graph_execution_trace = 10;

public 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 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 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 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 getParserForType ()

public int getSerializedSize ()

public SourceFile getSourceFile ()

 The content of a source file.
 
.tensorflow.SourceFile source_file = 4;

public SourceFileOrBuilder getSourceFileOrBuilder ()

 The content of a source file.
 
.tensorflow.SourceFile source_file = 4;

public 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 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 long getStep ()

 Step of training (if available).
 
int64 step = 2;

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public double getWallTime ()

 Timestamp in seconds (with microsecond precision).
 
double wall_time = 1;

public DebugEvent.WhatCase getWhatCase ()

public boolean hasDebugMetadata ()

 Metadata related to this debugging data.
 
.tensorflow.DebugMetadata debug_metadata = 3;

public boolean hasDebuggedDevice ()

 A device on which debugger-instrumented ops and/or tensors reside.
 
.tensorflow.DebuggedDevice debugged_device = 12;

public boolean hasDebuggedGraph ()

 Information about a debugged graph.
 
.tensorflow.DebuggedGraph debugged_graph = 8;

public boolean hasExecution ()

 Execution of an op or a Graph (e.g., a tf.function).
 
.tensorflow.Execution execution = 9;

public boolean hasGraphExecutionTrace ()

 A graph execution trace: Contains information about the intermediate
 tensors computed during the graph execution.
 
.tensorflow.GraphExecutionTrace graph_execution_trace = 10;

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;

public boolean hasSourceFile ()

 The content of a source file.
 
.tensorflow.SourceFile source_file = 4;

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;

public int hashCode ()

public final boolean isInitialized ()

public static DebugEvent.Builder newBuilder (DebugEvent prototype)

public static DebugEvent.Builder newBuilder ()

public DebugEvent.Builder newBuilderForType ()

public static DebugEvent parseDelimitedFrom (InputStream input)

Throws
IOException

public static DebugEvent parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public static DebugEvent parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
InvalidProtocolBufferException

public static DebugEvent parseFrom (com.google.protobuf.CodedInputStream input)

Throws
IOException

public static DebugEvent parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
InvalidProtocolBufferException

public static DebugEvent parseFrom (ByteBuffer data)

Throws
InvalidProtocolBufferException

public static DebugEvent parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public static DebugEvent parseFrom (com.google.protobuf.ByteString data)

Throws
InvalidProtocolBufferException

public static DebugEvent parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public static DebugEvent parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
InvalidProtocolBufferException

public static parser ()

public DebugEvent.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream output)

Throws
IOException